summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2022-03-18perf parse-events: Ignore case in topdown.slots checkIan Rogers
2022-03-18perf evlist: Avoid iteration for empty evlist.Ian Rogers
2022-03-18perf symbols: Fix symbol size calculation conditionMichael Petlan
2022-03-12perf parse: Fix event parser error for hybrid systemsZhengjun Xing
2022-03-12perf bench: Fix NULL check against wrong variableWeiguo Li
2022-03-12perf parse-events: Fix NULL check against wrong variableWeiguo Li
2022-02-22perf script: Fix error when printing 'weight' fieldGerman Gomez
2022-02-22perf data: Fix double free in perf_session__delete()Alexey Bayduraev
2022-02-18perf evlist: Fix failed to use cpu list for uncore eventsZhengjun Xing
2022-02-18perf test: Skip failing sigtrap test for arm+aarch64John Garry
2022-02-17perf bpf: Defer freeing string after possible strlen() on itArnaldo Carvalho de Melo
2022-02-16perf test: Fix arm64 perf_event_attr tests wrt --call-graph initializationGerman Gomez
2022-02-16perf cs-etm: Fix corrupt inject files when only last branch option is enabledJames Clark
2022-02-16perf cs-etm: No-op refactor of synth opt usageJames Clark
2022-02-16perf trace: Avoid early exit due SIGCHLD from non-workload processesChangbin Du
2022-02-06perf ftrace: system_wide collection is not effective by defaultChangbin Du
2022-02-06perf stat: Fix display of grouped aliased eventsIan Rogers
2022-02-06perf tools: Apply correct label to user/kernel symbols in branch modeGerman Gomez
2022-02-06perf bpf: Fix a typo in bpf_counter_cgroup.cMasanari Iida
2022-02-06perf synthetic-events: Return error if procfs isn't mounted for PID namespacesLeo Yan
2022-02-06perf session: Check for NULL pointer before dereferenceAmeer Hamza
2022-02-06perf annotate: Set error stream of objdump process for TUINamhyung Kim
2022-02-06perf tools: Add missing branch_sample_type to perf_event_attr__fprintf()Anshuman Khandual
2022-02-01perf beauty: Make the prctl arg regexp more strict to cope with PR_SET_VMAArnaldo Carvalho de Melo
2022-01-22perf tools: Remove redundant err variableMinghao Chi
2022-01-22perf test: Add parse-events test for aliases with hyphensJohn Garry
2022-01-22perf test: Add pmu-events test for aliases with hyphensJohn Garry
2022-01-22perf parse-events: Support event alias in form foo-bar-bazJohn Garry
2022-01-22perf evsel: Override attr->sample_period for non-libpfm4 eventsGerman Gomez
2022-01-22perf cpumap: Remove duplicate include in cpumap.hLv Ruyi
2022-01-22perf cpumap: Migrate to libperf cpumap apiIan Rogers
2022-01-22perf python: Fix cpu_map__item() buildingIan Rogers
2022-01-22perf script: Fix printing 'phys_addr' failure issueYao Jin
2022-01-20tools headers UAPI: Sync files changed by new set_mempolicy_home_node syscallArnaldo Carvalho de Melo
2022-01-19perf machine: Use path__join() to compose a path instead of snprintf(dir, '/'...Arnaldo Carvalho de Melo
2022-01-18perf evlist: No need to setup affinities when disabling events for pid targetsArnaldo Carvalho de Melo
2022-01-18perf evlist: No need to setup affinities when enabling events for pid targetsArnaldo Carvalho de Melo
2022-01-18perf stat: No need to setup affinities when starting a workloadArnaldo Carvalho de Melo
2022-01-18perf affinity: Allow passing a NULL arg to affinity__cleanup()Arnaldo Carvalho de Melo
2022-01-18perf probe: Fix ppc64 'perf probe add events failed' caseZechuan Chen
2022-01-18Merge tag 'perf-tools-for-v5.17-2022-01-16' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2022-01-16Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2022-01-15perf record: Disable debuginfod by defaultJiri Olsa
2022-01-15perf evlist: No need to do any affinity setup when profiling pidsArnaldo Carvalho de Melo
2022-01-15perf cpumap: Add is_dummy() methodArnaldo Carvalho de Melo
2022-01-15perf metric: Fix metric_leaderIan Rogers
2022-01-14perf cputopo: Fix CPU topology reading on s/390Thomas Richter
2022-01-14perf metricgroup: Fix use after free in metric__new()José Expósito
2022-01-14perf arm: Fix off-by-one directory pathIan Rogers
2022-01-13Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo