summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
...
* perf python: Fix build when PYTHON_CONFIG is user suppliedJames Clark2022-08-311-1/+1
* perf tests: Fix Track with sched_switch test for hybrid caseAdrian Hunter2022-08-251-5/+13
* perf parse-events: Fix segfault when event parser gets an errorAdrian Hunter2022-08-251-3/+11
* perf probe: Fix an error handling path in 'parse_perf_probe_command()'Christophe JAILLET2022-08-251-2/+4
* genelf: Use HAVE_LIBCRYPTO_SUPPORT, not the never defined HAVE_LIBCRYPTOArnaldo Carvalho de Melo2022-08-171-1/+5
* perf symbol: Fail to read phdr workaroundIan Rogers2022-08-171-7/+20
* perf tools: Fix dso_id inode generation comparisonAdrian Hunter2022-08-171-2/+13
* perf symbol: Correct address for bss symbolsLeo Yan2022-08-031-4/+41
* perf tests: Fix Convert perf time to TSC test for hybridAdrian Hunter2022-07-291-14/+4
* perf build-id: Fix caching files with a wrong build IDAdrian Hunter2022-06-291-0/+28
* perf arm-spe: Don't set data source if it's not a memory operationLeo Yan2022-06-291-14/+8
* perf c2c: Fix sorting in percent_rmt_hitm_cmp()Leo Yan2022-06-141-2/+2
* perf jevents: Fix event syntax error caused by ExtSelZhengjun Xing2022-06-091-1/+1
* perf c2c: Use stdio interface if slang is not supportedLeo Yan2022-06-091-2/+4
* perf tools: Use Python devtools for version autodetection rather than runtimeJames Clark2022-06-091-12/+27
* perf tools: Add missing headers needed by util/data.hYang Jihong2022-06-091-0/+1
* perf bench numa: Address compiler error on s390Thomas Richter2022-05-251-1/+1
* perf regs x86: Fix arch__intr_reg_mask() for the hybrid platformKan Liang2022-05-251-0/+12
* perf build: Fix check for btf__load_from_kernel_by_id() in libbpfArnaldo Carvalho de Melo2022-05-252-1/+10
* perf symbol: Remove arch__symbols__fixup_end()Namhyung Kim2022-05-097-77/+0
* perf symbol: Update symbols__fixup_end()Namhyung Kim2022-05-091-4/+25
* perf symbol: Pass is_kallsyms to symbols__fixup_end()Namhyung Kim2022-05-093-5/+6
* perf arm-spe: Fix addresses of synthesized SPE eventsTimothy Hayes2022-05-091-1/+2
* perf report: Set PERF_SAMPLE_DATA_SRC bit for Arm SPE eventLeo Yan2022-04-271-0/+14
* perf script: Always allow field 'data_src' for auxtraceLeo Yan2022-04-271-1/+1
* perf tools: Fix misleading add event PMU debug messageAdrian Hunter2022-04-201-2/+3
* tools build: Filter out options and warnings not supported by clangArnaldo Carvalho de Melo2022-04-131-0/+3
* perf python: Fix probing for some clang command line optionsArnaldo Carvalho de Melo2022-04-131-2/+4
* perf build: Don't use -ffat-lto-objects in the python feature test when build...Arnaldo Carvalho de Melo2022-04-132-0/+5
* perf session: Remap buf if there is no space for eventDenis Nikitin2022-04-131-3/+12
* perf tools: Fix perf's libperf_print callbackAdrian Hunter2022-04-131-1/+1
* perf: arm-spe: Fix perf report --mem-modeJames Clark2022-04-131-0/+6
* perf vendor events: Update metrics for SkyLake ServerIan Rogers2022-04-087-153/+591
* perf stat: Fix forked applications enablement of countersThomas Richter2022-04-081-1/+1
* perf symbols: Fix symbol size calculation conditionMichael Petlan2022-03-231-1/+1
* perf data: Fix double free in perf_session__delete()Alexey Bayduraev2022-03-021-4/+3
* perf evlist: Fix failed to use cpu list for uncore eventsZhengjun Xing2022-03-021-2/+2
* perf bpf: Defer freeing string after possible strlen() on itArnaldo Carvalho de Melo2022-02-231-1/+2
* perf stat: Fix display of grouped aliased eventsIan Rogers2022-02-081-9/+10
* perf probe: Fix ppc64 'perf probe add events failed' caseZechuan Chen2022-01-271-0/+3
* perf tools: Drop requirement for libstdc++.so for libopencsd checkUwe Kleine-König2022-01-271-1/+4
* perf script: Fix hex dump character outputAdrian Hunter2022-01-271-1/+1
* perf evsel: Override attr->sample_period for non-libpfm4 eventsGerman Gomez2022-01-271-8/+17
* perf annotate: Avoid TUI crash when navigating in the annotation of recursive...Dario Petrillo2022-01-201-9/+14
* perf scripts python: intel-pt-events.py: Fix printing of switch eventsAdrian Hunter2022-01-051-10/+13
* perf script: Fix CPU filtering of a script's switch eventsAdrian Hunter2022-01-051-1/+1
* perf intel-pt: Fix parsing of VM time correlation argumentsAdrian Hunter2022-01-051-0/+1
* perf inject: Fix segfault due to perf_data__fd() without openAdrian Hunter2021-12-221-3/+7
* perf inject: Fix segfault due to close without openAdrian Hunter2021-12-221-1/+2
* perf inject: Fix itrace space allowed for new attributesAdrian Hunter2021-12-171-1/+1