summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Set build-id using build-id header on new mmap recordsJames Clark2022-03-123-3/+19
* tools compiler.h: Remove duplicate #ifndef noinline blockRasmus Villemoes2022-03-121-4/+0
* perf tools: Use ARRAY_SIZE() instead of ad hoc equivalent, spotted by array_s...Guo Zhengkui2022-03-071-1/+1
* perf script: Output branch sample typeJames Clark2022-03-071-2/+3
* perf script: Refactor branch stack printingJames Clark2022-03-071-15/+12
* perf session: Print branch stack entry type in --dump-raw-traceJames Clark2022-03-071-2/+3
* perf evsel: Add error message for unsupported branch stack casesJames Clark2022-03-071-0/+4
* perf tools: Remove bpf_map__set_priv()/bpf_map__priv() usageJiri Olsa2022-03-051-7/+59
* perf tools: Remove bpf_program__set_priv/bpf_program__priv usageJiri Olsa2022-03-051-16/+82
* perf test: Add perf_event_attr tests for the arm_spe eventGerman Gomez2022-03-054-0/+66
* perf vendor events intel: Add uncore event list for AlderlakeZhengjun Xing2022-03-052-0/+262
* perf vendor events intel: Add core event list for AlderlakeZhengjun Xing2022-03-058-0/+4234
* perf jevents: Add support for HiSilicon CPA PMU aliasingQi Liu2022-02-252-0/+82
* libperf: Add API for allocating new thread map arrayTzvetomir Stoyanov (VMware)2022-02-235-7/+61
* libperf: Rename arguments of perf_thread_map APIsTzvetomir Stoyanov (VMware)2022-02-233-12/+12
* perf arm-spe: Use advertised caps/min_interval as default sample_periodGerman Gomez2022-02-231-1/+1
* perf data: Don't mention --to-ctf if it's not supportedMahmoud Mandour2022-02-231-0/+7
* perf data: Adding error message if perf_data__create_dir() failsAlexey Bayduraev2022-02-232-3/+9
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-02-1736-73/+265
|\
| * Merge tag 'net-5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-02-174-2/+120
| |\
| | * Merge ra.kernel.org:/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2022-02-114-2/+120
| | |\
| | | * selftests: netfilter: disable rp_filter on routerHangbin Liu2022-02-111-0/+1
| | | * selftests: netfilter: synproxy test requires nf_conntrackPablo Neira Ayuso2022-02-101-0/+2
| | | * selftests: netfilter: fix exit value for nft_concat_rangeHangbin Liu2022-02-091-1/+1
| | | * selftests: netfilter: add synproxy testFlorian Westphal2022-02-092-1/+116
| * | | Merge tag 'perf-tools-fixes-for-v5.17-2022-02-17' of git://git.kernel.org/pub...Linus Torvalds2022-02-1715-31/+76
| |\ \ \
| | * | | perf bpf: Defer freeing string after possible strlen() on itArnaldo Carvalho de Melo2022-02-171-1/+2
| | * | | perf test: Fix arm64 perf_event_attr tests wrt --call-graph initializationGerman Gomez2022-02-165-0/+24
| | * | | libsubcmd: Fix use-after-free for realloc(..., 0)Kees Cook2022-02-161-9/+2
| | * | | libperf: Fix perf_cpu_map__for_each_cpu macroJiri Olsa2022-02-164-5/+18
| | * | | perf cs-etm: Fix corrupt inject files when only last branch option is enabledJames Clark2022-02-161-0/+2
| | * | | perf cs-etm: No-op refactor of synth opt usageJames Clark2022-02-161-9/+5
| | * | | libperf: Fix 32-bit build for tests uint64_t printfRob Herring2022-02-161-2/+3
| | * | | tools headers UAPI: Sync linux/perf_event.h with the kernel sourcesArnaldo Carvalho de Melo2022-02-161-0/+2
| | * | | perf trace: Avoid early exit due SIGCHLD from non-workload processesChangbin Du2022-02-161-5/+18
| * | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-02-151-1/+0
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | selftests: kvm: Remove absent target fileMuhammad Usama Anjum2022-02-111-1/+0
| * | | | Merge tag 'trace-v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-02-118-23/+24
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | rtla: Fix segmentation fault when failing to enable -tDaniel Bristot de Oliveira2022-02-085-16/+15
| | * | | rtla/trace: Error message fixupDaniel Bristot de Oliveira2022-02-041-4/+4
| | * | | rtla/utils: Fix session duration parsingDaniel Bristot de Oliveira2022-02-041-2/+2
| | * | | rtla: Follow kernel versionDaniel Bristot de Oliveira2022-02-041-1/+3
| * | | | Merge tag 'net-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-02-111-0/+1
| |\ \ \ \
| | * | | | selftests: mptcp: add missing join checkMatthieu Baerts2022-02-101-0/+1
| | | |_|/ | | |/| |
| * | | | Merge tag 'linux-kselftest-fixes-5.17-rc4' of git://git.kernel.org/pub/scm/li...Linus Torvalds2022-02-116-15/+43
| |\ \ \ \
| | * | | | selftests/ir: fix build with ancient kernel headersSean Young2022-02-041-0/+10
| | * | | | selftests: fixup build warnings in pidfd / clone3 testsAxel Rasmussen2022-02-043-8/+5
| | * | | | pidfd: fix test failure due to stack overflow on some archesAxel Rasmussen2022-02-042-7/+28
| * | | | | Merge tag 'linux-kselftest-kunit-fixes-5.17-rc4' of git://git.kernel.org/pub/...Linus Torvalds2022-02-111-1/+1
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | kunit: fix missing f in f-string in run_checks.pyDaniel Latypov2022-02-021-1/+1