summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2022-01-22perf test: Add parse-events test for aliases with hyphensJohn Garry1-9/+33
2022-01-22perf parse-events: Support event alias in form foo-bar-bazJohn Garry4-4/+41
2022-01-22perf evsel: Override attr->sample_period for non-libpfm4 eventsGerman Gomez1-8/+17
2022-01-22perf cpumap: Remove duplicate include in cpumap.hLv Ruyi1-1/+0
2022-01-22perf cpumap: Migrate to libperf cpumap apiIan Rogers15-44/+48
2022-01-22perf python: Fix cpu_map__item() buildingIan Rogers1-3/+3
2022-01-19perf machine: Use path__join() to compose a path instead of snprintf(dir, '/'...Arnaldo Carvalho de Melo1-1/+2
2022-01-18perf evlist: No need to setup affinities when disabling events for pid targetsArnaldo Carvalho de Melo1-5/+9
2022-01-18perf evlist: No need to setup affinities when enabling events for pid targetsArnaldo Carvalho de Melo1-5/+9
2022-01-18perf affinity: Allow passing a NULL arg to affinity__cleanup()Arnaldo Carvalho de Melo1-1/+7
2022-01-18perf probe: Fix ppc64 'perf probe add events failed' caseZechuan Chen1-0/+3
2022-01-18Merge tag 'perf-tools-for-v5.17-2022-01-16' of git://git.kernel.org/pub/scm/l...Linus Torvalds64-830/+2317
2022-01-16Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds6-0/+12
2022-01-15perf record: Disable debuginfod by defaultJiri Olsa2-0/+21
2022-01-15perf evlist: No need to do any affinity setup when profiling pidsArnaldo Carvalho de Melo1-1/+1
2022-01-15perf cpumap: Add is_dummy() methodArnaldo Carvalho de Melo1-0/+10
2022-01-15perf metric: Fix metric_leaderIan Rogers1-1/+1
2022-01-14perf cputopo: Fix CPU topology reading on s/390Thomas Richter1-1/+2
2022-01-14perf metricgroup: Fix use after free in metric__new()José Expósito1-1/+1
2022-01-14perf arm: Fix off-by-one directory pathIan Rogers1-1/+1
2022-01-13Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2-2/+19
2022-01-12perf pmu-events: Don't lower case MetricExprIan Rogers1-1/+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 Rogers30-164/+192
2022-01-12perf stat: Correct first_shadow_cpu to return indexIan Rogers1-8/+7
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 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 Rogers2-23/+23
2022-01-12perf evlist: Refactor evlist__for_each_cpu()Ian Rogers3-73/+124
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 Rogers4-11/+14
2022-01-12perf stat-display: Avoid use of core for CPUIan Rogers1-23/+22
2022-01-12perf cpumap: Add CPU to aggr_cpu_idIan Rogers2-4/+29
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 Rogers3-8/+1
2022-01-12perf cpumap: Rename cpu_map__get_X_aggr_by_cpu functionsIan Rogers2-11/+32
2022-01-12perf cpumap: Refactor cpu_map__build_map()Ian Rogers2-45/+30
2022-01-12perf cpumap: Remove cpu_map__cpu(), use libperf functionIan Rogers3-9/+3
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