summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-01-12perf cpumap: Rename cpu_map__get_X_aggr_by_cpu functionsIan Rogers4-24/+45
2022-01-12perf cpumap: Refactor cpu_map__build_map()Ian Rogers3-132/+130
2022-01-12perf cpumap: Remove cpu_map__cpu(), use libperf functionIan Rogers4-10/+4
2022-01-12perf cpumap: Remove map from function names that don't use a mapIan Rogers4-14/+27
2022-01-12perf cpumap: Document cpu__get_node() and remove redundant functionIan Rogers2-7/+9
2022-01-12perf cpumap: Rename empty functionsIan Rogers4-25/+25
2022-01-12perf cpumap: Simplify equal function nameIan Rogers3-16/+18
2022-01-12perf cpumap: Remove unused cpu_map__socket()Ian Rogers1-7/+0
2022-01-12perf cpumap: Add comments to aggr_cpu_id()Ian Rogers1-0/+9
2022-01-12perf cpumap: Remove map+index get_node()Ian Rogers3-10/+1
2022-01-12perf cpumap: Remove map+index get_core()Ian Rogers3-10/+1
2022-01-12perf cpumap: Remove map+index get_die()Ian Rogers4-12/+2
2022-01-12perf cpumap: Remove map+index get_socket()Ian Rogers4-12/+2
2022-01-12perf cpumap: Switch cpu_map__build_map() to cpu functionIan Rogers3-47/+11
2022-01-12perf stat: Switch to cpu version of cpu_map__get()Ian Rogers3-50/+57
2022-01-12perf stat: Switch aggregation to use for_each loopIan Rogers1-21/+27
2022-01-12perf stat: Correct aggregation CPU mapIan Rogers1-1/+1
2022-01-12perf stat: Add aggr creators that are passed a cpuIan Rogers2-34/+51
2022-01-12libperf: Add comments to 'struct perf_cpu_map'Ian Rogers1-0/+9
2022-01-12perf evsel: Improve error message for uncore eventsIan Rogers1-0/+4
2022-01-12perf script: Fix hex dump character outputAdrian Hunter1-1/+1
2022-01-12perf test: Enable system wide for metricgroups testIan Rogers1-1/+1
2022-01-10perf annotate: Avoid TUI crash when navigating in the annotation of recursive...Dario Petrillo1-9/+14
2022-01-10perf powerpc: Update global/local variants for p_stage_cycAthira Rajeev1-1/+7
2022-01-10perf sort: Include global and local variants for p_stage_cyc sort keyAthira Rajeev4-12/+32
2022-01-10Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo25-195/+1404
2022-01-10Merge tag 'x86_sgx_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-86/+444
2022-01-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds10-86/+790
2022-01-09Merge tag 'perf-tools-fixes-for-v5.16-2022-01-09' of git://git.kernel.org/pub...Linus Torvalds2-20/+1
2022-01-07Revert "libtraceevent: Increase libtraceevent logging when verbose"Arnaldo Carvalho de Melo1-19/+0
2022-01-07perf trace: Avoid early exit due to running SIGCHLD handler before it makes s...Jiri Olsa1-1/+1
2022-01-07selftests: cgroup: Test open-time cgroup namespace usage for migration checksTejun Heo1-0/+97
2022-01-07selftests: cgroup: Test open-time credential usage for migration checksTejun Heo1-0/+68
2022-01-07selftests: cgroup: Make cg_create() use 0755 for permission instead of 0644Tejun Heo1-1/+1
2022-01-06Merge tag 'net-5.16-final' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds3-2/+3
2022-01-05selftests: set amt.sh executableTaehee Yoo1-0/+0
2022-01-03Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo11-37/+70
2022-01-03Merge tag 'perf-tools-fixes-for-v5.16-2022-01-02' of git://git.kernel.org/pub...Linus Torvalds6-21/+43
2022-01-02perf top: Fix TUI exit screen refresh race conditionyaowenbin1-3/+5
2022-01-02perf pmu: Fix alias events listJohn Garry1-6/+17
2022-01-01selftests: net: udpgro_fwd.sh: explicitly checking the available ping featureJianguo Wu1-1/+2
2022-01-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-1/+1
2021-12-31userfaultfd/selftests: fix hugetlb area allocationsMike Kravetz1-6/+10
2021-12-30selftests: net: using ping6 for IPv6 in udpgro_fwd.shJianguo Wu1-1/+3
2021-12-30selftests: net: Fix a typo in udpgro_fwd.shJianguo Wu1-1/+1
2021-12-30selftests/net: udpgso_bench_tx: fix dst ip argumentwujianguo1-1/+7
2021-12-28perf scripts python: intel-pt-events.py: Fix printing of switch eventsAdrian Hunter1-10/+13
2021-12-28perf script: Fix CPU filtering of a script's switch eventsAdrian Hunter1-1/+1
2021-12-28perf intel-pt: Fix parsing of VM time correlation argumentsAdrian Hunter1-0/+1
2021-12-28perf expr: Fix return value of ids__new()Miaoqian Lin1-1/+6