summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2022-01-12perf tools: Probe non-deprecated sysfs path 1stIan Rogers1-3/+2
2022-01-12perf tools: Fix SMT fallback with large core countsIan Rogers1-10/+58
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers55-293/+346
2022-01-12perf stat: Correct first_shadow_cpu to return indexIan Rogers1-8/+7
2022-01-12perf script: Fix flipped index and cpuIan Rogers1-1/+1
2022-01-12perf c2c: Use more intention revealing iteratorIan Rogers1-5/+5
2022-01-12perf bpf: Rename 'cpu' to 'cpu_map_idx'Ian Rogers2-12/+11
2022-01-12perf stat: Swap variable name cpu to indexIan Rogers3-164/+164
2022-01-12perf stat: Correct check_per_pkg() cpuIan Rogers1-2/+3
2022-01-12perf test: Use perf_cpu_map__for_each_cpu()Ian Rogers1-14/+14
2022-01-12perf evsel: Rename variable cpu to indexIan Rogers4-47/+48
2022-01-12perf evsel: Reduce scope of evsel__ignore_missing_threadIan Rogers2-8/+4
2022-01-12perf evsel: Rename CPU around get_group_fdIan Rogers1-11/+11
2022-01-12perf stat: Correct variable name for read counterIan Rogers3-35/+35
2022-01-12perf evsel: Pass cpu not cpu map index to synthesizeIan Rogers1-2/+3
2022-01-12perf evlist: Refactor evlist__for_each_cpu()Ian Rogers4-166/+210
2022-01-12perf script: Use for each cpu to aid readabilityIan Rogers1-4/+3
2022-01-12perf stat: Use perf_cpu_map__for_each_cpu()Ian Rogers1-5/+6
2022-01-12perf stat: Rename aggr_data cpu to imply it's an indexIan Rogers1-5/+5
2022-01-12perf counts: Switch name cpu to cpu_map_idxIan Rogers1-6/+6
2022-01-12perf evsel: Derive CPUs and threads in alloc_countsIan Rogers5-20/+15
2022-01-12perf stat-display: Avoid use of core for CPUIan Rogers1-23/+22
2022-01-12perf cpumap: Add CPU to aggr_cpu_idIan Rogers3-4/+48
2022-01-12perf stat: Fix memory leak in check_per_pkg()Ian Rogers1-2/+3
2022-01-12perf cpumap: Trim the cpu_aggr_mapIan Rogers1-1/+9
2022-01-12perf cpumap: Add some comments to cpu_aggr_mapIan Rogers1-1/+9
2022-01-12perf cpumap: Move 'has' function to libperfIan Rogers6-20/+13
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-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-11Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds4-3/+35
2022-01-10perf annotate: Avoid TUI crash when navigating in the annotation of recursive...Dario Petrillo1-9/+14