summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | perf evlist: Avoid iteration for empty evlist.Ian Rogers2022-03-181-11/+17
* | | | | | | | perf symbols: Fix symbol size calculation conditionMichael Petlan2022-03-181-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | perf parse: Fix event parser error for hybrid systemsZhengjun Xing2022-03-121-2/+4
* | | | | | | perf bench: Fix NULL check against wrong variableWeiguo Li2022-03-121-1/+1
* | | | | | | perf parse-events: Fix NULL check against wrong variableWeiguo Li2022-03-121-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | perf script: Fix error when printing 'weight' fieldGerman Gomez2022-02-221-1/+1
* | | | | | perf data: Fix double free in perf_session__delete()Alexey Bayduraev2022-02-221-4/+3
* | | | | | perf evlist: Fix failed to use cpu list for uncore eventsZhengjun Xing2022-02-181-2/+2
* | | | | | perf test: Skip failing sigtrap test for arm+aarch64John Garry2022-02-181-14/+1
| |_|_|_|/ |/| | | |
* | | | | perf bpf: Defer freeing string after possible strlen() on itArnaldo Carvalho de Melo2022-02-171-1/+2
* | | | | perf test: Fix arm64 perf_event_attr tests wrt --call-graph initializationGerman Gomez2022-02-165-0/+24
* | | | | perf cs-etm: Fix corrupt inject files when only last branch option is enabledJames Clark2022-02-161-0/+2
* | | | | perf cs-etm: No-op refactor of synth opt usageJames Clark2022-02-161-9/+5
* | | | | perf trace: Avoid early exit due SIGCHLD from non-workload processesChangbin Du2022-02-161-5/+18
|/ / / /
* | | | 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