summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2025-03-13perf annotate: Add --code-with-type option.Namhyung Kim2-0/+13
2025-03-13perf annotate: Implement code + data type annotationNamhyung Kim2-14/+60
2025-03-13perf annotate: Factor out __hist_entry__get_data_type()Namhyung Kim1-75/+95
2025-03-13perf annotate: Pass hist_entry to annotate functionsNamhyung Kim4-14/+16
2025-03-13perf annotate: Pass annotation_options to annotation_line__print()Namhyung Kim1-8/+14
2025-03-13perf annotate: Remove unused len parameter from annotation_line__print()Namhyung Kim1-6/+3
2025-03-13perf annotate-data: Add annotated_data_type__get_member_name()Namhyung Kim3-32/+54
2025-03-13perf ftrace: Use atomic inc to update histogram in BPFNamhyung Kim1-1/+1
2025-03-13perf ftrace: Remove an unnecessary condition check in BPFNamhyung Kim1-2/+1
2025-03-13perf ftrace: Fix latency stats with BPFNamhyung Kim2-13/+15
2025-03-11perf test stat: Additional topdown grouping testsIan Rogers1-36/+47
2025-03-11perf x86 evlist: Update comments on topdown regroupingDapeng Mi1-21/+6
2025-03-11perf parse-events: Corrections to topdown sortingIan Rogers2-55/+105
2025-03-11perf x86/topdown: Fix topdown leader sampling test error on hybridDapeng Mi1-1/+1
2025-03-11perf tools: Improve handling of hybrid PMUs in perf_event_attr__fprintfIan Rogers1-49/+75
2025-03-11perf python tracepoint: Switch to using parse_eventsIan Rogers1-12/+11
2025-03-11perf python: Add evlist.config to set up record optionsIan Rogers1-0/+33
2025-03-11perf python: Add evlist all_cpus accessorIan Rogers1-0/+16
2025-03-11perf python: Avoid duplicated code in get_tracepoint_fieldIan Rogers1-13/+4
2025-03-11perf python: Update ungrouped evsel leader in cloneIan Rogers1-0/+2
2025-03-11perf python: Add optional cpus and threads arguments to parse_eventsIan Rogers1-2/+8
2025-03-11perf python: Add member access to a number of evsel variablesIan Rogers1-0/+23
2025-03-11perf python: Add evlist enable and disable methodsIan Rogers1-0/+26
2025-03-11perf evsel: tp_format accessing improvementsIan Rogers1-1/+15
2025-03-11perf evlist: Add success path to evlist__create_syswide_mapsIan Rogers1-7/+6
2025-03-11perf debug: Avoid stack overflow in recursive error messageIan Rogers1-1/+1
2025-03-10perf symbol: Support .gnu_debugdata for symbolsStephen Brennan4-2/+110
2025-03-10perf tools: Add LZMA decompression from FILEStephen Brennan2-11/+26
2025-03-10perf tools: Add dummy functions for !HAVE_LZMA_SUPPORTStephen Brennan1-0/+12
2025-03-10perf mem: Don't leak mem event namesIan Rogers4-33/+53
2025-03-10perf vendor events riscv: Add SiFive P650 eventsEric Lin7-0/+124
2025-03-10perf vendor events riscv: Add SiFive P550 eventsEric Lin5-0/+51
2025-03-10perf vendor events riscv: Add SiFive Bullet version 0x0d eventsEric Lin7-0/+78
2025-03-10perf vendor events riscv: Add SiFive Bullet version 0x07 eventsEric Lin7-0/+120
2025-03-10perf vendor events riscv: Update SiFive Bullet eventsEric Lin3-53/+53
2025-03-10perf vendor events riscv: Remove leading zeroesSamuel Holland3-33/+33
2025-03-10perf vendor events riscv: Rename U74 to BulletSamuel Holland5-1/+1
2025-03-10perf util: Remove unused perf_config__refreshDr. David Alan Gilbert2-7/+0
2025-03-10perf util: Remove unused perf_pmus__default_pmu_nameDr. David Alan Gilbert2-30/+0
2025-03-10perf util: Remove unused perf_data__update_dirDr. David Alan Gilbert2-21/+0
2025-03-10perf util: Remove unused pstack__popDr. David Alan Gilbert2-15/+0
2025-03-10perf util: Remove unused perf_color_default_configDr. David Alan Gilbert2-16/+0
2025-03-07perf tests: Fix data symbol test with LTO buildsIan Rogers2-13/+15
2025-03-07perf report: Fix memory leaks in the hierarchy modeNamhyung Kim1-0/+10
2025-03-07perf report: Use map_symbol__copy() when copying callchainsNamhyung Kim1-7/+3
2025-03-06perf annotate: Return errors from disasm_line__parse_powerpc()Athira Rajeev1-2/+3
2025-03-06perf annotate: Add annotation_options.disassembler_usedAthira Rajeev2-9/+14
2025-03-06perf report: Do not process non-JIT BPF ksymbol eventsNamhyung Kim1-0/+4
2025-03-06perf test: Fix leak in "Synthesize attr update" testIan Rogers1-0/+1
2025-03-05perf machine: Fix insertion of PERF_RECORD_KSYMBOL related kernel mapsNamhyung Kim1-1/+1