summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2024-04-03perf annotate: Split out util/disasm.cNamhyung Kim
2024-04-03perf annotate: Add and use ins__is_nop()Namhyung Kim
2024-04-03perf annotate: Use ins__is_xxx() if possibleNamhyung Kim
2024-04-03perf evsel: Use evsel__name_is() helperYang Jihong
2024-04-03perf sched timehist: Fix -g/--call-graph option failureYang Jihong
2024-04-03perf annotate: Honor output options with --data-typeNamhyung Kim
2024-04-03perf annotate: Get rid of duplicate --group option itemNamhyung Kim
2024-04-01bitops: make BYTES_TO_BITS() treewide-availableAlexander Lobakin
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-03-21perf beauty: Move uapi/linux/vhost.h copy out of the directory used to build ...Arnaldo Carvalho de Melo
2024-03-21perf dso: Reorder members to save space in 'struct dso'Ian Rogers
2024-03-21perf lock contention: Trim backtrace by skipping traceiter functionsAnne Macedo
2024-03-21Merge tag 'net-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-03-21perf vendor events intel: Remove info metrics erroneously in TopdownL1Ian Rogers
2024-03-21perf vendor events intel: Update snowridgex to 1.22Ian Rogers
2024-03-21perf vendor events intel: Update skylake to v58Ian Rogers
2024-03-21perf vendor events intel: Update skylakex to 1.33Ian Rogers
2024-03-21perf vendor events intel: Update sierraforest to 1.02Ian Rogers
2024-03-21perf vendor events intel: Update sapphirerapids to 1.20Ian Rogers
2024-03-21perf vendor events intel: Update meteorlake to 1.08Ian Rogers
2024-03-21perf vendor events intel: Update lunarlake to 1.01Ian Rogers
2024-03-21perf vendor events intel: Update icelakex to 1.24Ian Rogers
2024-03-21perf vendor events intel: Update grandridge to 1.02Ian Rogers
2024-03-21perf vendor events intel: Update emeraldrapids to 1.06Ian Rogers
2024-03-21perf vendor events intel: Update cascadelakex to 1.21Ian Rogers
2024-03-21perf probe: Add missing libgen.h header needed for using basename()Arnaldo Carvalho de Melo
2024-03-21perf trace: Fix 'newfstatat'/'fstatat' argument pretty printingArnaldo Carvalho de Melo
2024-03-21perf trace: Beautify the 'flags' arg of unlinkatArnaldo Carvalho de Melo
2024-03-21perf beauty: Introduce faccessat2 flags scnprintf routineArnaldo Carvalho de Melo
2024-03-21perf beauty: Introduce scrape script for the 'statx' syscall 'mask' argumentArnaldo Carvalho de Melo
2024-03-21perf beauty: Introduce scrape script for various fs syscalls 'flags' argumentsArnaldo Carvalho de Melo
2024-03-21perf tests: Run tests in parallel by defaultIan Rogers
2024-03-21perf help: Lower levenshtein penality for deleting characterIan Rogers
2024-03-21perf tools: Suggest inbuilt commands for unknown commandIan Rogers
2024-03-21perf test: Read child test 10 times a second rather than 1Ian Rogers
2024-03-21perf test: Use a single fd for the child process out/errIan Rogers
2024-03-21perf test: Stat output per thread of just the parent processIan Rogers
2024-03-21perf record: Delete session after stopping sideband threadIan Rogers
2024-03-21perf tools: Add/use PMU reverse lookup from config to nameIan Rogers
2024-03-21perf tools: Use pmus to describe type from attributeIan Rogers
2024-03-21perf list: Give more details about raw event encodingsIan Rogers
2024-03-21perf list: Allow wordwrap to wrap on commasIan Rogers
2024-03-21perf pmu: Drop "default_core" from alias namesIan Rogers
2024-03-21perf list: Add tracepoint encoding to detailed outputIan Rogers
2024-03-21perf beauty: Introduce scrape script for 'clone' syscall 'flags' argumentArnaldo Carvalho de Melo
2024-03-21perf annotate-data: Do not retry for invalid typesNamhyung Kim
2024-03-21perf annotate-data: Add a cache for global variable typesNamhyung Kim
2024-03-21perf annotate-data: Add stack canary typeNamhyung Kim
2024-03-21perf annotate-data: Handle ADD instructionsNamhyung Kim
2024-03-21perf annotate-data: Support general per-cpu accessNamhyung Kim