summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-11-101-1/+1
|\
| * arm64: mte: change PR_MTE_TCF_NONE back into an unsigned longPeter Collingbourne2021-11-081-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-094-10/+102
|\ \
| * | selftests/kselftest/runner/run_one(): allow running non-executable filesSeongJae Park2021-11-091-10/+18
| * | procfs: do not list TID 0 in /proc/<pid>/taskFlorian Weimer2021-11-093-0/+84
* | | Merge tag 'cxl-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2021-11-089-0/+1224
|\ \ \
| * | | tools/testing/cxl: Introduce a mock memory device + driverDan Williams2021-09-215-1/+354
| * | | tools/testing/cxl: Introduce a mocked-up CXL port hierarchyDan Williams2021-09-217-0/+871
* | | | Add 'tools/perf/libbpf/' to ignored filesLinus Torvalds2021-11-081-0/+1
* | | | Merge tag 'perf-tools-for-v5.16-2021-11-07-without-bpftool-fix' of git://git....Linus Torvalds2021-11-08184-1705/+5083
|\ \ \ \
| * | | | perf build: Install libbpf headers locally when buildingQuentin Monnet2021-11-071-13/+19
| * | | | perf MANIFEST: Add bpftool files to allow building with BUILD_BPF_SKEL=1Arnaldo Carvalho de Melo2021-11-071-0/+3
| * | | | perf metric: Fix memory leaksIan Rogers2021-11-071-1/+4
| * | | | perf parse-event: Add init and exit to parse_event_errorIan Rogers2021-11-0713-51/+74
| * | | | perf parse-events: Rename parse_events_error functionsIan Rogers2021-11-0711-79/+79
| * | | | perf stat: Fix memory leak on error pathIan Rogers2021-11-071-0/+1
| * | | | perf tools: Use __BYTE_ORDER__Ilya Leoshkevich2021-11-077-10/+10
| * | | | perf inject: Add vmlinux and ignore-vmlinux argumentsJames Clark2021-11-072-0/+14
| * | | | perf tools: Check vmlinux/kallsyms arguments in all toolsJames Clark2021-11-077-0/+28
| * | | | perf tools: Refactor out kernel symbol argument sanity checkingJames Clark2021-11-073-11/+26
| * | | | perf symbols: Ignore $a/$d symbols for ARM modulesLexi Shao2021-11-071-0/+4
| * | | | perf evsel: Don't set exclude_guest by defaultRavi Bangoria2021-11-073-5/+31
| * | | | perf evsel: Fix missing exclude_{host,guest} settingNamhyung Kim2021-11-064-5/+42
| * | | | perf bpf: Add missing free to bpf_event__print_bpf_prog_info()Ian Rogers2021-11-061-1/+3
| * | | | perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo2021-11-061-0/+2
| * | | | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-11-06467-4883/+20944
| |\ \ \ \
| * | | | | perf clang: Fixes for more recent LLVM/clangIan Rogers2021-11-041-8/+13
| * | | | | tools: Bump minimum LLVM C++ std to GNU++14Ian Rogers2021-11-042-4/+4
| * | | | | perf bpf: Pull in bpf_program__get_prog_info_linear()Dave Marchevsky2021-11-0111-33/+374
| * | | | | Revert "perf bench futex: Add support for 32-bit systems with 64-bit time_t"Arnaldo Carvalho de Melo2021-11-011-40/+3
| * | | | | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-11-015-62/+34
| |\ \ \ \ \
| * | | | | | perf test sample-parsing: Add endian test for struct branch_flagsMadhavan Srinivasan2021-10-281-5/+38
| * | | | | | perf evsel: Add bitfield_swap() to handle branch_stack endian issueMadhavan Srinivasan2021-10-282-2/+88
| * | | | | | perf script: Support instruction latencyKan Liang2021-10-282-3/+13
| * | | | | | perf script: Show binary offsets for userspace addrLexi Shao2021-10-271-3/+9
| * | | | | | perf bench futex: Add support for 32-bit systems with 64-bit time_tAlistair Francis2021-10-271-3/+40
| * | | | | | perf bench futex: Call the futex syscall from a functionAlistair Francis2021-10-271-17/+26
| * | | | | | perf intel-pt: Support itrace d+o option to direct debug log to stdoutAdrian Hunter2021-10-273-6/+8
| * | | | | | perf auxtrace: Add itrace d+o option to direct debug log to stdoutAdrian Hunter2021-10-272-0/+3
| * | | | | | perf dlfilter: Add dlfilter-show-cyclesAdrian Hunter2021-10-273-2/+163
| * | | | | | perf intel-pt: Support itrace A option to approximate IPCAdrian Hunter2021-10-274-4/+24
| * | | | | | perf auxtrace: Add itrace A option to approximate IPCAdrian Hunter2021-10-273-0/+7
| * | | | | | perf auxtrace: Add missing Z option to ITRACE_HELPAdrian Hunter2021-10-271-0/+1
| * | | | | | tools build: Drop needless slang include path in test-allJohn Keeping2021-10-261-1/+1
| * | | | | | perf tests: Improve temp file cleanup in test_arm_coresight.shJames Clark2021-10-261-3/+8
| * | | | | | perf tests: Fix trace+probe_vfs_getname.sh /tmp cleanupJames Clark2021-10-261-2/+2
| * | | | | | perf test: Fix record+script_probe_vfs_getname.sh /tmp cleanupJames Clark2021-10-261-3/+3
| * | | | | | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-10-2626-211/+658
| |\ \ \ \ \ \
| * | | | | | | perf jevents: Fix some would-be warningsJohn Garry2021-10-251-6/+4
| * | | | | | | perf dso: Fix /proc/kcore access on 32 bit systemsJames Clark2021-10-251-1/+1