summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2022-05-25perf test bpf: Skip test if clang is not presentAthira Rajeev
2022-05-25perf bench numa: Address compiler error on s390Thomas Richter
2022-05-25perf regs x86: Fix arch__intr_reg_mask() for the hybrid platformKan Liang
2022-05-25perf test: Fix "all PMU test" to skip hv_24x7/hv_gpci tests on powerpcAthira Rajeev
2022-05-25perf stat: Fix and validate CPU map inputs in synthetic PERF_RECORD_STAT eventsIan Rogers
2022-05-25perf build: Fix check for btf__load_from_kernel_by_id() in libbpfArnaldo Carvalho de Melo
2022-05-18perf tests: Fix coresight `perf test` failure.Jeremy Linton
2022-05-09perf symbol: Remove arch__symbols__fixup_end()Namhyung Kim
2022-05-09perf symbol: Update symbols__fixup_end()Namhyung Kim
2022-05-09perf symbol: Pass is_kallsyms to symbols__fixup_end()Namhyung Kim
2022-05-09perf arm-spe: Fix addresses of synthesized SPE eventsTimothy Hayes
2022-04-27perf report: Set PERF_SAMPLE_DATA_SRC bit for Arm SPE eventLeo Yan
2022-04-27perf script: Always allow field 'data_src' for auxtraceLeo Yan
2022-04-20perf tools: Fix misleading add event PMU debug messageAdrian Hunter
2022-04-13tools build: Filter out options and warnings not supported by clangArnaldo Carvalho de Melo
2022-04-13perf python: Fix probing for some clang command line optionsArnaldo Carvalho de Melo
2022-04-13perf build: Don't use -ffat-lto-objects in the python feature test when build...Arnaldo Carvalho de Melo
2022-04-13perf session: Remap buf if there is no space for eventDenis Nikitin
2022-04-13perf tools: Fix perf's libperf_print callbackAdrian Hunter
2022-04-13perf: arm-spe: Fix perf report --mem-modeJames Clark
2022-04-13perf unwind: Don't show unwind error messages when augmenting frame pointer s...James Clark
2022-04-08perf vendor events: Update metrics for SkyLake ServerIan Rogers
2022-04-08perf stat: Fix forked applications enablement of countersThomas Richter
2022-04-08perf parse-events: Move slots only with topdownIan Rogers
2022-04-08perf test arm64: Test unwinding using fame-pointer (fp) modeGerman Gomez
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