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-14perf c2c: Fix sorting in percent_rmt_hitm_cmp()Leo Yan1-2/+2
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 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-25perf bench numa: Address compiler error on s390Thomas Richter1-1/+1
2022-05-25perf regs x86: Fix arch__intr_reg_mask() for the hybrid platformKan Liang1-0/+12
2022-05-25perf build: Fix check for btf__load_from_kernel_by_id() in libbpfArnaldo Carvalho de Melo2-1/+10
2022-05-09perf symbol: Remove arch__symbols__fixup_end()Namhyung Kim7-77/+0
2022-05-09perf symbol: Update symbols__fixup_end()Namhyung Kim1-4/+25
2022-05-09perf symbol: Pass is_kallsyms to symbols__fixup_end()Namhyung Kim3-5/+6
2022-05-09perf arm-spe: Fix addresses of synthesized SPE eventsTimothy Hayes1-1/+2
2022-04-27perf report: Set PERF_SAMPLE_DATA_SRC bit for Arm SPE eventLeo Yan1-0/+14
2022-04-27perf script: Always allow field 'data_src' for auxtraceLeo Yan1-1/+1
2022-04-20perf tools: Fix misleading add event PMU debug messageAdrian Hunter1-2/+3
2022-04-13tools build: Filter out options and warnings not supported by clangArnaldo Carvalho de Melo1-0/+3
2022-04-13perf python: Fix probing for some clang command line optionsArnaldo Carvalho de Melo1-2/+4
2022-04-13perf build: Don't use -ffat-lto-objects in the python feature test when build...Arnaldo Carvalho de Melo2-0/+5
2022-04-13perf session: Remap buf if there is no space for eventDenis Nikitin1-3/+12
2022-04-13perf tools: Fix perf's libperf_print callbackAdrian Hunter1-1/+1
2022-04-13perf: arm-spe: Fix perf report --mem-modeJames Clark1-0/+6
2022-04-08perf vendor events: Update metrics for SkyLake ServerIan Rogers7-153/+591
2022-04-08perf stat: Fix forked applications enablement of countersThomas Richter1-1/+1
2022-03-23perf symbols: Fix symbol size calculation conditionMichael Petlan1-1/+1
2022-03-02perf data: Fix double free in perf_session__delete()Alexey Bayduraev1-4/+3
2022-03-02perf evlist: Fix failed to use cpu list for uncore eventsZhengjun Xing1-2/+2
2022-02-23perf bpf: Defer freeing string after possible strlen() on itArnaldo Carvalho de Melo1-1/+2
2022-02-08perf stat: Fix display of grouped aliased eventsIan Rogers1-9/+10
2022-01-27perf probe: Fix ppc64 'perf probe add events failed' caseZechuan Chen1-0/+3
2022-01-27perf tools: Drop requirement for libstdc++.so for libopencsd checkUwe Kleine-König1-1/+4
2022-01-27perf script: Fix hex dump character outputAdrian Hunter1-1/+1
2022-01-27perf evsel: Override attr->sample_period for non-libpfm4 eventsGerman Gomez1-8/+17
2022-01-20perf annotate: Avoid TUI crash when navigating in the annotation of recursive...Dario Petrillo1-9/+14
2022-01-05perf scripts python: intel-pt-events.py: Fix printing of switch eventsAdrian Hunter1-10/+13
2022-01-05perf script: Fix CPU filtering of a script's switch eventsAdrian Hunter1-1/+1
2022-01-05perf intel-pt: Fix parsing of VM time correlation argumentsAdrian Hunter1-0/+1
2021-12-22perf inject: Fix segfault due to perf_data__fd() without openAdrian Hunter1-3/+7
2021-12-22perf inject: Fix segfault due to close without openAdrian Hunter1-1/+2
2021-12-17perf inject: Fix itrace space allowed for new attributesAdrian Hunter1-1/+1
2021-12-17perf bpf_skel: Do not use typedef to avoid error on old clangSong Liu3-20/+26
2021-12-14tools build: Remove needless libpython-version feature check that breaks test...Arnaldo Carvalho de Melo1-2/+0
2021-12-14perf tools: Fix SMT detection fast read pathIan Rogers1-1/+1
2021-12-14perf intel-pt: Fix error timestamp setting on the decoder error pathAdrian Hunter1-0/+1
2021-12-14perf intel-pt: Fix missing 'instruction' events with 'q' optionAdrian Hunter1-3/+8
2021-12-14perf intel-pt: Fix next 'err' value, walking traceAdrian Hunter1-0/+1
2021-12-14perf intel-pt: Fix state setting when receiving overflow (OVF) packetAdrian Hunter1-4/+28
2021-12-14perf intel-pt: Fix intel_pt_fup_event() assumptions about setting state typeAdrian Hunter1-19/+13
2021-12-14perf intel-pt: Fix sync state when a PSB (synchronization) packet is foundAdrian Hunter1-1/+1