summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
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 Rogers2-28/+42
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 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-05perf machine: Fix insertion of PERF_RECORD_KSYMBOL related kernel mapsNamhyung Kim1-1/+1
2025-03-05perf maps: Add missing map__set_kmap_maps() when replacing a kernel mapArnaldo Carvalho de Melo1-0/+2
2025-03-05perf maps: Fixup maps_by_name when modifying maps_by_addressNamhyung Kim1-1/+23
2025-03-05perf machine: Fixup kernel maps ends after adding extra mapsNamhyung Kim1-2/+2
2025-03-05perf maps: Set the kmaps for newly created/added kernel mapsArnaldo Carvalho de Melo1-0/+3
2025-03-05perf maps: Introduce map__set_kmap_maps() for kernel mapsArnaldo Carvalho de Melo1-8/+21
2025-03-05perf arm-spe: Support previous branch target (PBT) addressLeo Yan3-50/+70
2025-03-05perf arm-spe: Add branch stackLeo Yan1-0/+99
2025-03-05perf arm-spe: Set sample flags with supplement infoLeo Yan1-0/+20
2025-03-05perf arm-spe: Fill branch operations and events to recordLeo Yan2-2/+26
2025-03-05perf arm-spe: Decode transactional eventLeo Yan2-0/+3
2025-03-05perf arm-spe: Extend branch operationsLeo Yan2-6/+17
2025-03-05perf arm-spe: Fix load-store operation checkingLeo Yan1-1/+7
2025-03-05perf script: Add not taken event for branch stackLeo Yan1-1/+2
2025-03-05perf script: Add not taken event for branchesLeo Yan2-2/+5
2025-03-05perf script: Separate events from branch typesLeo Yan2-4/+37
2025-03-05perf script: Refactor sample_flags_to_name() functionLeo Yan2-30/+58
2025-03-05perf script: Make printing flags reliableLeo Yan1-0/+2
2025-03-03perf stat: Fix non-uniquified hybrid legacy eventsJames Clark1-6/+6
2025-03-02perf tools: Skip BPF sideband event for userspace profilingNamhyung Kim2-0/+15
2025-02-28perf lock: Report owner stack in usermodeChun-Tse Shao2-7/+71
2025-02-28perf lock: Retrieve owner callstack in bpf programChun-Tse Shao1-9/+203
2025-02-28perf lock: Add bpf maps for owner stack tracingChun-Tse Shao3-2/+52
2025-02-27perf cpumap: Reduce cpu size from int to int16_tIan Rogers2-21/+47
2025-02-26perf pmu: Don't double count common sysfs and json eventsJames Clark2-3/+9
2025-02-26perf pmu: Dynamically allocate tool PMUJames Clark3-13/+12
2025-02-26perf probe: Pick the correct dwarf die while adding probe pointsAthira Rajeev2-3/+19
2025-02-26perf ftrace latency: allow to hide empty bucketsGabriele Monaco1-0/+1
2025-02-26perf ftrace latency: variable histogram bucketsGabriele Monaco3-4/+10
2025-02-26perf annotate-data: Handle direct use of stack pointer without fbregNamhyung Kim1-5/+10
2025-02-24perf report: Fix sample number stats for branch entry modeThomas Falcon1-2/+6
2025-02-24perf machine: Reuse module path bufferIan Rogers1-11/+23
2025-02-24perf hwmon_pmu: Switch event discovery to io_dir__readdirIan Rogers1-25/+17