summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2022-06-29perf build-id: Fix caching files with a wrong build IDAdrian Hunter1-0/+28
2022-06-29perf arm-spe: Don't set data source if it's not a memory operationLeo Yan1-14/+8
2022-06-29perf test topology: Use !strncmp(right platform) to fix guest PPC comparision...Athira Rajeev1-1/+1
2022-06-29perf test: Record only user callchains on the "Check Arm64 callgraphs are com...Michael Petlan1-1/+1
2022-06-14perf c2c: Fix sorting in percent_rmt_hitm_cmp()Leo Yan1-2/+2
2022-06-14perf record: Support sample-read topdown metric group for hybrid platformsZhengjun Xing3-18/+13
2022-06-14perf parse-events: Move slots event for the hybrid platform tooKan Liang3-2/+35
2022-06-14perf evsel: Fixes topdown events in a weak group for the hybrid platformKan Liang1-2/+21
2022-06-09perf evlist: Extend arch_evsel__must_be_in_group to support hybrid systemsZhengjun Xing1-1/+1
2022-06-09perf jevents: Fix event syntax error caused by ExtSelZhengjun Xing1-1/+1
2022-06-09perf c2c: Use stdio interface if slang is not supportedLeo Yan1-2/+4
2022-06-09perf stat: Always keep perf metrics topdown events in a groupKan Liang4-13/+15
2022-06-09perf evlist: Keep topdown counters in weak groupIan Rogers4-2/+39
2022-06-09perf parse-events: Support different format of the topdown event nameKan Liang1-1/+1
2022-06-09perf tools: Use Python devtools for version autodetection rather than runtimeJames Clark1-12/+27
2022-06-09perf tools: Add missing headers needed by util/data.hYang Jihong1-0/+1
2022-05-21perf session: Fix Intel LBR callstack entries and nr print messageChengdong Li1-5/+21
2022-05-21perf test bpf: Skip test if clang is not presentAthira Rajeev1-4/+6
2022-05-21perf test session topology: Fix test to skip the test in guest environmentAthira Rajeev1-0/+11
2022-05-21perf bench numa: Address compiler error on s390Thomas Richter1-1/+1
2022-05-21perf test: Avoid shell test description infinite loopIan Rogers1-2/+6
2022-05-21perf regs x86: Fix arch__intr_reg_mask() for the hybrid platformKan Liang1-0/+12
2022-05-21perf test: Fix "all PMU test" to skip hv_24x7/hv_gpci tests on powerpcAthira Rajeev1-0/+10
2022-05-20perf stat: Fix and validate CPU map inputs in synthetic PERF_RECORD_STAT eventsIan Rogers1-3/+14
2022-05-20perf build: Fix check for btf__load_from_kernel_by_id() in libbpfArnaldo Carvalho de Melo2-1/+10
2022-05-09perf tests: Fix coresight `perf test` failure.Jeremy Linton1-1/+0
2022-05-09perf bench: Fix two numa NDEBUG warningsIan Rogers1-0/+2
2022-04-28perf symbol: Remove arch__symbols__fixup_end()Namhyung Kim6-69/+0
2022-04-28perf symbol: Update symbols__fixup_end()Namhyung Kim1-4/+25
2022-04-28perf symbol: Pass is_kallsyms to symbols__fixup_end()Namhyung Kim3-5/+6
2022-04-28perf test: Add perf_event_attr test for Arm SPETimothy Hayes2-0/+13
2022-04-28perf arm-spe: Fix SPE events with phys addressesTimothy Hayes2-1/+12
2022-04-28perf arm-spe: Fix addresses of synthesized SPE eventsTimothy Hayes1-1/+1
2022-04-28perf intel-pt: Fix timeless decoding with perf.data directoryAdrian Hunter1-1/+1
2022-04-23perf test: Fix error message for test case 71 on s390, where it is not supportedThomas Richter1-0/+4
2022-04-23perf report: Set PERF_SAMPLE_DATA_SRC bit for Arm SPE eventLeo Yan1-0/+14
2022-04-23perf script: Always allow field 'data_src' for auxtraceLeo Yan1-1/+1
2022-04-23perf clang: Fix header include for LLVM >= 14Guilherme Amadio1-0/+4
2022-04-14perf bench: Fix numa bench to fix usage of affinity for machines with #CPUs > 1KAthira Rajeev1-33/+95
2022-04-14perf bench: Fix numa testcase to check if CPU used to bind task is onlineAthira Rajeev3-2/+58
2022-04-14perf record: Fix per-thread optionAlexey Bayduraev1-5/+17
2022-04-14perf stat: Fix error check return value of hashmap__new(), must use IS_ERR()Lv Ruyi1-1/+2
2022-04-13perf tools: Fix misleading add event PMU debug messageAdrian Hunter1-2/+3
2022-04-09perf annotate: Drop objdump stderr to avoid getting stuck waiting for stdout ...Ian Rogers1-0/+1
2022-04-09perf tools: Add external commands to list-cmdsMichael Petlan1-0/+4
2022-04-09perf docs: Add perf-iostat link to manpagesMichael Petlan1-1/+1
2022-04-09perf session: Remap buf if there is no space for eventDenis Nikitin1-3/+12
2022-04-09perf bench: Fix epoll bench to correct usage of affinity for machines with #C...Athira Rajeev2-12/+38
2022-04-09perf bench: Fix futex bench to correct usage of affinity for machines with #C...Athira Rajeev5-28/+83
2022-04-09perf tools: Fix perf's libperf_print callbackAdrian Hunter1-1/+1