summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2023-12-23perf annotate-data: Add dso->data_types treeNamhyung Kim4-10/+100
2023-12-23perf annotate-data: Add find_data_type() to get type from memory accessNamhyung Kim3-0/+205
2023-12-23perf dwarf-regs: Add get_dwarf_regnum()Namhyung Kim2-0/+53
2023-12-23perf dwarf-aux: Factor out die_get_typename_from_type()Namhyung Kim2-11/+30
2023-12-20perf maps: Fix up overlaps during fixup_endIan Rogers1-1/+1
2023-12-20perf maps: Reduce scope of map_rb_node and maps internalsIan Rogers2-58/+55
2023-12-20perf maps: Add find next entry to give entry after the given mapIan Rogers3-4/+16
2023-12-20perf maps: Add maps__load_first()Ian Rogers3-1/+16
2023-12-20perf maps: Rename clone to copy fromIan Rogers4-9/+4
2023-12-20perf maps: Do simple merge if given map doesn't overlapIan Rogers1-0/+11
2023-12-20perf maps: Refactor maps__fixup_overlappings()Ian Rogers3-25/+37
2023-12-20perf debug: Expose debug fileIan Rogers2-7/+16
2023-12-20perf maps: Add remove maps function to remove a map based on callbackIan Rogers3-16/+38
2023-12-20perf maps: Reduce scope of maps__for_each_entry()Ian Rogers2-3/+3
2023-12-20perf vdso: Use function to add missing maps lockIan Rogers1-12/+23
2023-12-20perf unwind: Use function to add missing maps lockIan Rogers1-10/+24
2023-12-18Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo3-3/+4
2023-12-18perf thread: Use function to add missing maps lockIan Rogers1-18/+17
2023-12-18perf synthetic-events: Use function to add missing maps lockIan Rogers1-51/+67
2023-12-18perf symbol: Use function to add missing maps lockIan Rogers1-17/+19
2023-12-18perf probe-event: Use function to add missing maps lockIan Rogers1-14/+26
2023-12-18perf machine: Use function to add missing maps lockIan Rogers1-24/+29
2023-12-18perf maps: Add maps__for_each_map to iterate maps holding the lockIan Rogers2-33/+69
2023-12-18perf map: Improve map/unmap parameter namesIan Rogers1-8/+8
2023-12-18perf top: Avoid repeated function calls to perf_cpu_map__nr().Ian Rogers1-5/+4
2023-12-18perf evlist: Move event attributes to after the / when uniquefying using the ...Arnaldo Carvalho de Melo1-5/+10
2023-12-14perf top: Uniform the event name for the hybrid machineKan Liang2-0/+26
2023-12-14perf unwind-libunwind: Fix base address for .eh_frameNamhyung Kim1-1/+1
2023-12-14perf unwind-libdw: Handle JIT-generated DSOs properlyNamhyung Kim1-4/+17
2023-12-14perf genelf: Set ELF program header addresses properlyNamhyung Kim1-3/+3
2023-12-14perf stat: Combine the -A/--no-aggr and --no-merge optionsIan Rogers3-3/+2
2023-12-13perf hisi-ptt: Fix one memory leakage in hisi_ptt_process_auxtrace_event()Yicong Yang1-0/+1
2023-12-13perf header: Fix one memory leakage in perf_event__fprintf_event_update()Yicong Yang1-2/+3
2023-12-12libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...Ian Rogers6-7/+7
2023-12-12libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_...Ian Rogers3-4/+4
2023-12-12libperf cpumap: Rename perf_cpu_map__dummy_new() to perf_cpu_map__new_any_cpu()Ian Rogers2-2/+2
2023-12-07perf annotate: Get rid of local annotation optionsNamhyung Kim2-3/+0
2023-12-07perf annotate: Remove remaining usages of local annotation optionsNamhyung Kim2-4/+4
2023-12-07perf annotate: Ensure init/exit for global optionsNamhyung Kim2-12/+15
2023-12-07perf ui/browser/annotate: Use global annotation_optionsNamhyung Kim4-27/+13
2023-12-07perf annotate: Use global annotation_optionsNamhyung Kim2-73/+60
2023-12-07perf top: Convert to the global annotation_optionsNamhyung Kim1-1/+0
2023-12-07perf annotate: Introduce global annotation_optionsNamhyung Kim2-0/+5
2023-12-06perf thread: Add missing RC_CHK_EQUALIan Rogers1-1/+1
2023-12-06perf maps: Move symbol maps functions to maps.cIan Rogers4-249/+250
2023-12-06perf map: Simplify map_ip/unmap_ip and make 'struct map' smallerIan Rogers5-68/+50
2023-12-06perf symbols: Parse NOTE segments until the build id is foundChengen Du1-4/+6
2023-12-06perf evsel: Fallback to "task-clock" when not system wideIan Rogers2-9/+12
2023-12-05perf mem: Fix error on hybrid related to availability of mem event in a PMUKan Liang1-11/+14
2023-12-05perf metrics: Avoid segv if default metricgroup isn't setIan Rogers1-1/+1