summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2022-11-16perf tools: Add the include/perf/ directory to .gitignoreDonglin Peng1-0/+1
2022-11-16perf stat: Fix printing os->prefix in CSV metrics outputAthira Rajeev1-1/+1
2022-11-03perf vendor events arm64: Fix incorrect Hisi hip08 L3 metricsShang XiaoJing1-3/+3
2022-11-03perf vendor events power10: Fix hv-24x7 metric eventsKajol Jain1-36/+36
2022-11-03perf auxtrace: Fix address filter symbol name match for modulesAdrian Hunter1-1/+9
2022-10-29perf: Skip and warn on unknown format 'configN' attrsRob Herring5-13/+26
2022-10-26perf intel-pt: Fix segfault in intel_pt_print_info() with uClibcAdrian Hunter1-2/+7
2022-10-12perf parse-events: Identify broken modifiersIan Rogers1-0/+10
2022-09-28perf tools: Honor namespace when synthesizing build-idsNamhyung Kim1-3/+14
2022-09-28perf kcore_copy: Do not check /proc/modules is unchangedAdrian Hunter1-5/+2
2022-09-28perf jit: Include program header in ELF filesLieven Hey2-0/+18
2022-09-28perf stat: Fix BPF program section nameNamhyung Kim1-1/+1
2022-09-15perf machine: Use path__join() to compose a path instead of snprintf(dir, '/'...Arnaldo Carvalho de Melo1-1/+2
2022-09-15perf script: Fix Cannot print 'iregs' field for hybrid systemsZhengjun Xing1-0/+3
2022-08-31perf stat: Clear evsel->reset_group for each stat runIan Rogers1-0/+1
2022-08-31perf python: Fix build when PYTHON_CONFIG is user suppliedJames Clark1-1/+1
2022-08-25perf tests: Fix Track with sched_switch test for hybrid caseAdrian Hunter1-5/+13
2022-08-25perf parse-events: Fix segfault when event parser gets an errorAdrian Hunter1-3/+11
2022-08-25perf probe: Fix an error handling path in 'parse_perf_probe_command()'Christophe JAILLET1-2/+4
2022-08-17genelf: Use HAVE_LIBCRYPTO_SUPPORT, not the never defined HAVE_LIBCRYPTOArnaldo Carvalho de Melo1-1/+5
2022-08-17perf symbol: Fail to read phdr workaroundIan Rogers1-7/+20
2022-08-17perf tools: Fix dso_id inode generation comparisonAdrian Hunter1-2/+13
2022-08-03perf symbol: Correct address for bss symbolsLeo Yan1-4/+41
2022-07-29perf tests: Fix Convert perf time to TSC test for hybridAdrian Hunter1-14/+4
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