summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf ftrace: system_wide collection is not effective by defaultChangbin Du2022-02-061-21/+24
* perf stat: Fix display of grouped aliased eventsIan Rogers2022-02-061-9/+10
* perf tools: Apply correct label to user/kernel symbols in branch modeGerman Gomez2022-02-063-2/+5
* perf bpf: Fix a typo in bpf_counter_cgroup.cMasanari Iida2022-02-061-1/+1
* perf synthetic-events: Return error if procfs isn't mounted for PID namespacesLeo Yan2022-02-061-0/+19
* perf session: Check for NULL pointer before dereferenceAmeer Hamza2022-02-061-1/+2
* perf annotate: Set error stream of objdump process for TUINamhyung Kim2022-02-061-0/+1
* perf tools: Add missing branch_sample_type to perf_event_attr__fprintf()Anshuman Khandual2022-02-061-1/+1
* perf beauty: Make the prctl arg regexp more strict to cope with PR_SET_VMAArnaldo Carvalho de Melo2022-02-011-1/+1
* perf tools: Remove redundant err variableMinghao Chi2022-01-221-4/+1
* perf test: Add parse-events test for aliases with hyphensJohn Garry2022-01-222-9/+82
* perf test: Add pmu-events test for aliases with hyphensJohn Garry2022-01-222-0/+48
* perf parse-events: Support event alias in form foo-bar-bazJohn Garry2022-01-224-4/+41
* perf evsel: Override attr->sample_period for non-libpfm4 eventsGerman Gomez2022-01-221-8/+17
* perf cpumap: Remove duplicate include in cpumap.hLv Ruyi2022-01-221-1/+0
* perf cpumap: Migrate to libperf cpumap apiIan Rogers2022-01-2230-85/+97
* perf python: Fix cpu_map__item() buildingIan Rogers2022-01-221-3/+3
* perf script: Fix printing 'phys_addr' failure issueYao Jin2022-01-221-1/+1
* tools headers UAPI: Sync files changed by new set_mempolicy_home_node syscallArnaldo Carvalho de Melo2022-01-204-0/+4
* perf machine: Use path__join() to compose a path instead of snprintf(dir, '/'...Arnaldo Carvalho de Melo2022-01-191-1/+2
* perf evlist: No need to setup affinities when disabling events for pid targetsArnaldo Carvalho de Melo2022-01-181-5/+9
* perf evlist: No need to setup affinities when enabling events for pid targetsArnaldo Carvalho de Melo2022-01-181-5/+9
* perf stat: No need to setup affinities when starting a workloadArnaldo Carvalho de Melo2022-01-181-7/+10
* perf affinity: Allow passing a NULL arg to affinity__cleanup()Arnaldo Carvalho de Melo2022-01-181-1/+7
* perf probe: Fix ppc64 'perf probe add events failed' caseZechuan Chen2022-01-181-0/+3
* Merge tag 'perf-tools-for-v5.17-2022-01-16' of git://git.kernel.org/pub/scm/l...Linus Torvalds2022-01-18133-2041/+4282
|\
| * perf record: Disable debuginfod by defaultJiri Olsa2022-01-157-12/+70
| * 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
| |\
| * | 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