summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-01-13tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo1-0/+1
2022-01-13tools headers UAPI: Update tools's copy of drm.h headerArnaldo Carvalho de Melo1-0/+18
2022-01-13tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in 'perf bench ...Arnaldo Carvalho de Melo2-9/+9
2022-01-13Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo379-3793/+15867
2022-01-12Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-16/+29
2022-01-12Merge tag 'cxl-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds5-73/+133
2022-01-12Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-62/+13
2022-01-12perf pmu-events: Don't lower case MetricExprIan Rogers2-3/+1
2022-01-12perf expr: Add debug logging for literalsIan Rogers1-12/+25
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 Rogers64-356/+431
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-12libperf: Sync evsel documentationIan Rogers1-5/+5
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-12libperf: Allow NULL in perf_cpu_map__idx()Ian Rogers1-1/+6
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-12libperf: Use cpu not index for evsel mmapIan Rogers1-1/+2
2022-01-12libperf: Switch cpu to more accurate cpu_map_idxIan Rogers2-48/+50
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 Rogers11-22/+23
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