summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-86/+397
2024-03-22Merge tag 'loongarch-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds-197/+1105
2024-03-22selftests/bpf: Mark uprobe trigger functions with nocf_check attributeJiri Olsa-3/+9
2024-03-22selftests/bpf: Use syscall(SYS_gettid) instead of gettid() wrapper in benchAlan Maguire-1/+1
2024-03-21perf beauty: Move uapi/linux/vhost.h copy out of the directory used to build ...Arnaldo Carvalho de Melo-7/+6
2024-03-21perf dso: Reorder members to save space in 'struct dso'Ian Rogers-42/+42
2024-03-21perf lock contention: Trim backtrace by skipping traceiter functionsAnne Macedo-1/+25
2024-03-21Merge tag 'net-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-14/+32
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-1/+1
2024-03-21Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2024-03-21Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-0/+503
2024-03-21libbpf: Define MFD_CLOEXEC if not availableArnaldo Carvalho de Melo-0/+4
2024-03-21perf vendor events intel: Remove info metrics erroneously in TopdownL1Ian Rogers-273/+181
2024-03-21perf vendor events intel: Update snowridgex to 1.22Ian Rogers-17/+6
2024-03-21perf vendor events intel: Update skylake to v58Ian Rogers-5/+5
2024-03-21perf vendor events intel: Update skylakex to 1.33Ian Rogers-18/+27
2024-03-21perf vendor events intel: Update sierraforest to 1.02Ian Rogers-6/+32
2024-03-21perf vendor events intel: Update sapphirerapids to 1.20Ian Rogers-33/+130
2024-03-21perf vendor events intel: Update meteorlake to 1.08Ian Rogers-14/+150
2024-03-21perf vendor events intel: Update lunarlake to 1.01Ian Rogers-32/+113
2024-03-21perf vendor events intel: Update icelakex to 1.24Ian Rogers-47/+55
2024-03-21perf vendor events intel: Update grandridge to 1.02Ian Rogers-7/+66
2024-03-21perf vendor events intel: Update emeraldrapids to 1.06Ian Rogers-17/+129
2024-03-21perf vendor events intel: Update cascadelakex to 1.21Ian Rogers-17/+17
2024-03-21perf probe: Add missing libgen.h header needed for using basename()Arnaldo Carvalho de Melo-0/+1
2024-03-21perf trace: Fix 'newfstatat'/'fstatat' argument pretty printingArnaldo Carvalho de Melo-3/+4
2024-03-21perf trace: Beautify the 'flags' arg of unlinkatArnaldo Carvalho de Melo-1/+3
2024-03-21perf beauty: Introduce faccessat2 flags scnprintf routineArnaldo Carvalho de Melo-0/+36
2024-03-21perf beauty: Introduce scrape script for the 'statx' syscall 'mask' argumentArnaldo Carvalho de Melo-41/+235
2024-03-21perf beauty: Introduce scrape script for various fs syscalls 'flags' argumentsArnaldo Carvalho de Melo-34/+182
2024-03-21perf tests: Run tests in parallel by defaultIan Rogers-7/+10
2024-03-21perf help: Lower levenshtein penality for deleting characterIan Rogers-3/+7
2024-03-21perf tools: Suggest inbuilt commands for unknown commandIan Rogers-31/+41
2024-03-21perf test: Read child test 10 times a second rather than 1Ian Rogers-2/+2
2024-03-21perf test: Use a single fd for the child process out/errIan Rogers-31/+6
2024-03-21perf test: Stat output per thread of just the parent processIan Rogers-2/+2
2024-03-21perf record: Delete session after stopping sideband threadIan Rogers-2/+2
2024-03-21perf tools: Add/use PMU reverse lookup from config to nameIan Rogers-2/+37
2024-03-21perf tools: Use pmus to describe type from attributeIan Rogers-5/+11
2024-03-21perf list: Give more details about raw event encodingsIan Rogers-19/+161
2024-03-21perf list: Allow wordwrap to wrap on commasIan Rogers-4/+17
2024-03-21perf pmu: Drop "default_core" from alias namesIan Rogers-1/+2
2024-03-21perf list: Add tracepoint encoding to detailed outputIan Rogers-10/+25
2024-03-21perf beauty: Introduce scrape script for 'clone' syscall 'flags' argumentArnaldo Carvalho de Melo-45/+34
2024-03-21perf annotate-data: Do not retry for invalid typesNamhyung Kim-35/+48
2024-03-21perf annotate-data: Add a cache for global variable typesNamhyung Kim-4/+118
2024-03-21perf annotate-data: Add stack canary typeNamhyung Kim-0/+72
2024-03-21perf annotate-data: Handle ADD instructionsNamhyung Kim-2/+105
2024-03-21perf annotate-data: Support general per-cpu accessNamhyung Kim-44/+169
2024-03-21perf annotate-data: Track instructions with a this-cpu variableNamhyung Kim-1/+30