summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)AuthorLines
2024-01-30perf evlist: Fix evlist__new_default() for > 1 core PMUJames Clark-1/+8
2024-01-30tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench'Arnaldo Carvalho de Melo-0/+4
2024-01-26perf tools: Fix calloc() arguments to address error introduced in gcc-14Sun Haiyong-5/+5
2024-01-26perf list: Switch error message to pr_err() to respect debug settings (-v)Ian Rogers-1/+1
2024-01-04perf db-export: Fix missing reference count get in call_path_from_sample()Ben Gainey-2/+2
2024-01-03perf stat: Fix hard coded LL miss unitsIan Rogers-1/+1
2024-01-03perf env: Avoid recursively taking env->bpf_progs.lockIan Rogers-32/+50
2023-12-23perf annotate: Add --insn-stat option for debuggingNamhyung Kim-0/+46
2023-12-23perf annotate: Add --type-stat option for debuggingNamhyung Kim-6/+62
2023-12-23perf annotate: Add --data-type optionNamhyung Kim-10/+14
2023-12-23perf report: Add 'symoff' sort keyNamhyung Kim-0/+49
2023-12-23perf report: Add 'typeoff' sort keyNamhyung Kim-1/+86
2023-12-23perf annotate-data: Update sample histogram for typeNamhyung Kim-1/+131
2023-12-23perf annotate-data: Add member field in the data typeNamhyung Kim-18/+119
2023-12-23perf report: Add 'type' sort keyNamhyung Kim-2/+74
2023-12-23perf annotate: Implement hist_entry__get_data_type()Namhyung Kim-0/+92
2023-12-23perf annotate: Add annotate_get_insn_location()Namhyung Kim-0/+143
2023-12-23perf annotate: Factor out evsel__get_arch()Namhyung Kim-13/+33
2023-12-23perf annotate-data: Add dso->data_types treeNamhyung Kim-10/+100
2023-12-23perf annotate-data: Add find_data_type() to get type from memory accessNamhyung Kim-0/+205
2023-12-23perf dwarf-regs: Add get_dwarf_regnum()Namhyung Kim-0/+53
2023-12-23perf dwarf-aux: Factor out die_get_typename_from_type()Namhyung Kim-11/+30
2023-12-20perf maps: Fix up overlaps during fixup_endIan Rogers-1/+1
2023-12-20perf maps: Reduce scope of map_rb_node and maps internalsIan Rogers-58/+55
2023-12-20perf maps: Add find next entry to give entry after the given mapIan Rogers-4/+16
2023-12-20perf maps: Add maps__load_first()Ian Rogers-1/+16
2023-12-20perf maps: Rename clone to copy fromIan Rogers-9/+4
2023-12-20perf maps: Do simple merge if given map doesn't overlapIan Rogers-0/+11
2023-12-20perf maps: Refactor maps__fixup_overlappings()Ian Rogers-25/+37
2023-12-20perf debug: Expose debug fileIan Rogers-7/+16
2023-12-20perf maps: Add remove maps function to remove a map based on callbackIan Rogers-16/+38
2023-12-20perf maps: Reduce scope of maps__for_each_entry()Ian Rogers-3/+3
2023-12-20perf vdso: Use function to add missing maps lockIan Rogers-12/+23
2023-12-20perf unwind: Use function to add missing maps lockIan Rogers-10/+24
2023-12-18Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo-3/+4
2023-12-18perf thread: Use function to add missing maps lockIan Rogers-18/+17
2023-12-18perf synthetic-events: Use function to add missing maps lockIan Rogers-51/+67
2023-12-18perf symbol: Use function to add missing maps lockIan Rogers-17/+19
2023-12-18perf probe-event: Use function to add missing maps lockIan Rogers-14/+26
2023-12-18perf machine: Use function to add missing maps lockIan Rogers-24/+29
2023-12-18perf maps: Add maps__for_each_map to iterate maps holding the lockIan Rogers-33/+69
2023-12-18perf map: Improve map/unmap parameter namesIan Rogers-8/+8
2023-12-18perf top: Avoid repeated function calls to perf_cpu_map__nr().Ian Rogers-5/+4
2023-12-18perf evlist: Move event attributes to after the / when uniquefying using the ...Arnaldo Carvalho de Melo-5/+10
2023-12-14perf top: Uniform the event name for the hybrid machineKan Liang-0/+26
2023-12-14perf unwind-libunwind: Fix base address for .eh_frameNamhyung Kim-1/+1
2023-12-14perf unwind-libdw: Handle JIT-generated DSOs properlyNamhyung Kim-4/+17
2023-12-14perf genelf: Set ELF program header addresses properlyNamhyung Kim-3/+3
2023-12-14perf stat: Combine the -A/--no-aggr and --no-merge optionsIan Rogers-3/+2
2023-12-13perf hisi-ptt: Fix one memory leakage in hisi_ptt_process_auxtrace_event()Yicong Yang-0/+1