summaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf evlist: No need to do any affinity setup when profiling pidsArnaldo Carvalho de Melo2022-01-151-1/+1
* perf cpumap: Add is_dummy() methodArnaldo Carvalho de Melo2022-01-151-0/+10
* perf metric: Fix metric_leaderIan Rogers2022-01-151-1/+1
* perf cputopo: Fix CPU topology reading on s/390Thomas Richter2022-01-141-1/+2
* perf metricgroup: Fix use after free in metric__new()José Expósito2022-01-141-1/+1
* perf arm: Fix off-by-one directory pathIan Rogers2022-01-141-1/+1
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-01-134-3/+35
|\
| * Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-01-114-3/+35
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-056-21/+43
| | |\
| | * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-311-1/+12
| | |\ \
| | | * | tools/perf: Stop using bpf_object__find_program_by_title API.Kui-Feng Lee2021-12-141-1/+12
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-302-4/+14
| | |\ \ \
| | * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-175-32/+64
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-12-113-2/+23
| | |\ \ \ \
| | | * | | | perf/bpf_counter: Use bpf_map_create instead of bpf_create_mapSong Liu2021-12-081-2/+16
| | | * | | | perf: Mute libbpf API deprecations temporarilyAndrii Nakryiko2021-12-032-0/+7
* | | | | | | perf pmu-events: Don't lower case MetricExprIan Rogers2022-01-122-3/+1
* | | | | | | perf expr: Add debug logging for literalsIan Rogers2022-01-121-12/+25
* | | | | | | perf tools: Probe non-deprecated sysfs path 1stIan Rogers2022-01-121-3/+2
* | | | | | | perf tools: Fix SMT fallback with large core countsIan Rogers2022-01-121-10/+58
* | | | | | | perf cpumap: Give CPUs their own typeIan Rogers2022-01-1255-293/+346
* | | | | | | perf stat: Correct first_shadow_cpu to return indexIan Rogers2022-01-121-8/+7
* | | | | | | perf script: Fix flipped index and cpuIan Rogers2022-01-121-1/+1
* | | | | | | perf c2c: Use more intention revealing iteratorIan Rogers2022-01-121-5/+5
* | | | | | | perf bpf: Rename 'cpu' to 'cpu_map_idx'Ian Rogers2022-01-122-12/+11
* | | | | | | perf stat: Swap variable name cpu to indexIan Rogers2022-01-123-164/+164
* | | | | | | perf stat: Correct check_per_pkg() cpuIan Rogers2022-01-121-2/+3
* | | | | | | perf test: Use perf_cpu_map__for_each_cpu()Ian Rogers2022-01-121-14/+14
* | | | | | | perf evsel: Rename variable cpu to indexIan Rogers2022-01-124-47/+48
* | | | | | | perf evsel: Reduce scope of evsel__ignore_missing_threadIan Rogers2022-01-122-8/+4
* | | | | | | perf evsel: Rename CPU around get_group_fdIan Rogers2022-01-121-11/+11
* | | | | | | perf stat: Correct variable name for read counterIan Rogers2022-01-123-35/+35
* | | | | | | perf evsel: Pass cpu not cpu map index to synthesizeIan Rogers2022-01-121-2/+3
* | | | | | | perf evlist: Refactor evlist__for_each_cpu()Ian Rogers2022-01-124-166/+210
* | | | | | | perf script: Use for each cpu to aid readabilityIan Rogers2022-01-121-4/+3
* | | | | | | perf stat: Use perf_cpu_map__for_each_cpu()Ian Rogers2022-01-121-5/+6
* | | | | | | perf stat: Rename aggr_data cpu to imply it's an indexIan Rogers2022-01-121-5/+5
* | | | | | | perf counts: Switch name cpu to cpu_map_idxIan Rogers2022-01-121-6/+6
* | | | | | | perf evsel: Derive CPUs and threads in alloc_countsIan Rogers2022-01-125-20/+15
* | | | | | | perf stat-display: Avoid use of core for CPUIan Rogers2022-01-121-23/+22
* | | | | | | perf cpumap: Add CPU to aggr_cpu_idIan Rogers2022-01-123-4/+48
* | | | | | | perf stat: Fix memory leak in check_per_pkg()Ian Rogers2022-01-121-2/+3
* | | | | | | perf cpumap: Trim the cpu_aggr_mapIan Rogers2022-01-121-1/+9
* | | | | | | perf cpumap: Add some comments to cpu_aggr_mapIan Rogers2022-01-121-1/+9
* | | | | | | perf cpumap: Move 'has' function to libperfIan Rogers2022-01-126-20/+13
* | | | | | | perf cpumap: Rename cpu_map__get_X_aggr_by_cpu functionsIan Rogers2022-01-124-24/+45
* | | | | | | perf cpumap: Refactor cpu_map__build_map()Ian Rogers2022-01-123-132/+130
* | | | | | | perf cpumap: Remove cpu_map__cpu(), use libperf functionIan Rogers2022-01-124-10/+4
* | | | | | | perf cpumap: Remove map from function names that don't use a mapIan Rogers2022-01-124-14/+27
* | | | | | | perf cpumap: Document cpu__get_node() and remove redundant functionIan Rogers2022-01-122-7/+9