aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2022-01-12perf evsel: Rename CPU around get_group_fdIan Rogers
2022-01-12perf stat: Correct variable name for read counterIan Rogers
2022-01-12perf evsel: Pass cpu not cpu map index to synthesizeIan Rogers
2022-01-12perf evlist: Refactor evlist__for_each_cpu()Ian Rogers
2022-01-12libperf: Allow NULL in perf_cpu_map__idx()Ian Rogers
2022-01-12perf script: Use for each cpu to aid readabilityIan Rogers
2022-01-12perf stat: Use perf_cpu_map__for_each_cpu()Ian Rogers
2022-01-12perf stat: Rename aggr_data cpu to imply it's an indexIan Rogers
2022-01-12perf counts: Switch name cpu to cpu_map_idxIan Rogers
2022-01-12libperf: Use cpu not index for evsel mmapIan Rogers
2022-01-12libperf: Switch cpu to more accurate cpu_map_idxIan Rogers
2022-01-12perf evsel: Derive CPUs and threads in alloc_countsIan Rogers
2022-01-12perf stat-display: Avoid use of core for CPUIan Rogers
2022-01-12perf cpumap: Add CPU to aggr_cpu_idIan Rogers
2022-01-12perf stat: Fix memory leak in check_per_pkg()Ian Rogers
2022-01-12perf cpumap: Trim the cpu_aggr_mapIan Rogers
2022-01-12perf cpumap: Add some comments to cpu_aggr_mapIan Rogers
2022-01-12perf cpumap: Move 'has' function to libperfIan Rogers
2022-01-12perf cpumap: Rename cpu_map__get_X_aggr_by_cpu functionsIan Rogers
2022-01-12perf cpumap: Refactor cpu_map__build_map()Ian Rogers
2022-01-12perf cpumap: Remove cpu_map__cpu(), use libperf functionIan Rogers
2022-01-12perf cpumap: Remove map from function names that don't use a mapIan Rogers
2022-01-12perf cpumap: Document cpu__get_node() and remove redundant functionIan Rogers
2022-01-12perf cpumap: Rename empty functionsIan Rogers
2022-01-12perf cpumap: Simplify equal function nameIan Rogers
2022-01-12perf cpumap: Remove unused cpu_map__socket()Ian Rogers
2022-01-12perf cpumap: Add comments to aggr_cpu_id()Ian Rogers
2022-01-12perf cpumap: Remove map+index get_node()Ian Rogers
2022-01-12perf cpumap: Remove map+index get_core()Ian Rogers
2022-01-12perf cpumap: Remove map+index get_die()Ian Rogers
2022-01-12perf cpumap: Remove map+index get_socket()Ian Rogers
2022-01-12perf cpumap: Switch cpu_map__build_map() to cpu functionIan Rogers
2022-01-12perf stat: Switch to cpu version of cpu_map__get()Ian Rogers
2022-01-12perf stat: Switch aggregation to use for_each loopIan Rogers
2022-01-12perf stat: Correct aggregation CPU mapIan Rogers
2022-01-12perf stat: Add aggr creators that are passed a cpuIan Rogers
2022-01-12libperf: Add comments to 'struct perf_cpu_map'Ian Rogers
2022-01-12perf evsel: Improve error message for uncore eventsIan Rogers
2022-01-12perf script: Fix hex dump character outputAdrian Hunter
2022-01-11perf test: Enable system wide for metricgroups testIan Rogers
2022-01-10perf annotate: Avoid TUI crash when navigating in the annotation of recursive...Dario Petrillo
2022-01-10perf powerpc: Update global/local variants for p_stage_cycAthira Rajeev
2022-01-10perf sort: Include global and local variants for p_stage_cyc sort keyAthira Rajeev
2022-01-10Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2022-01-10Merge tag 'x86_sgx_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-01-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2022-01-09Merge tag 'perf-tools-fixes-for-v5.16-2022-01-09' of git://git.kernel.org/pub...Linus Torvalds
2022-01-07Revert "libtraceevent: Increase libtraceevent logging when verbose"Arnaldo Carvalho de Melo
2022-01-07perf trace: Avoid early exit due to running SIGCHLD handler before it makes s...Jiri Olsa
2022-01-06selftests: cgroup: Test open-time cgroup namespace usage for migration checksTejun Heo