summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2023-12-24perf annotate-data: Update sample histogram for typeNamhyung Kim3-1/+131
2023-12-24perf annotate-data: Add member field in the data typeNamhyung Kim3-18/+119
2023-12-24perf report: Support data type profilingNamhyung Kim1-2/+13
2023-12-24perf report: Add 'type' sort keyNamhyung Kim5-2/+75
2023-12-24perf annotate: Implement hist_entry__get_data_type()Namhyung Kim2-0/+92
2023-12-24perf annotate: Add annotate_get_insn_location()Namhyung Kim2-0/+143
2023-12-24perf annotate: Factor out evsel__get_arch()Namhyung Kim2-13/+33
2023-12-24perf annotate-data: Add dso->data_types treeNamhyung Kim4-10/+100
2023-12-24perf 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 Kim3-0/+91
2023-12-23perf dwarf-aux: Factor out die_get_typename_from_type()Namhyung Kim2-11/+30
2023-12-21perf vendor events powerpc: Add PVN for HX-C2000 CPU with Power8 ArchitectureJiaLong.Yang1-2/+1
2023-12-21perf vendor events: Remove UTF-8 characters from cmn.jsonJing Zhang1-1/+1
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-20perf scripts python arm-cs-trace-disasm.py: Do not ignore disam first sampleRuidong Tian1-10/+11
2023-12-20perf scripts python arm-cs-trace-disasm.py: Set start vm addr of exectable fi...Ruidong Tian1-2/+3
2023-12-20perf archive: Add new option '--unpack' to expand tarballsVeronika Molnarova1-8/+58
2023-12-19perf archive: Add new option '--all' to pack perf.data with DSOsVeronika Molnarova1-8/+32
2023-12-19Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo13-10/+54
2023-12-19perf thread: Use function to add missing maps lockIan Rogers1-18/+17
2023-12-19perf synthetic-events: Use function to add missing maps lockIan Rogers1-51/+67
2023-12-19perf symbol: Use function to add missing maps lockIan Rogers1-17/+19
2023-12-19perf probe-event: Use function to add missing maps lockIan Rogers1-14/+26
2023-12-19perf machine: Use function to add missing maps lockIan Rogers1-24/+29
2023-12-19perf tests: Use function to add missing maps lockIan Rogers2-106/+136
2023-12-19perf report: Use function to add missing maps lockIan Rogers1-17/+37
2023-12-19perf events x86: Use function to add missing lockIan Rogers1-45/+58
2023-12-19perf maps: Add maps__for_each_map to iterate maps holding the lockIan Rogers2-33/+69
2023-12-19perf map: Improve map/unmap parameter namesIan Rogers1-8/+8
2023-12-19perf top: Avoid repeated function calls to perf_cpu_map__nr().Ian Rogers1-5/+4
2023-12-19perf tests: Make DSO tests a suite rather than individualIan Rogers2-5/+12
2023-12-19perf evlist: Move event attributes to after the / when uniquefying using the ...Arnaldo Carvalho de Melo1-5/+10
2023-12-15perf top: Uniform the event name for the hybrid machineKan Liang4-27/+28
2023-12-15perf top: Use evsel's cpus to replace user_requested_cpusKan Liang1-2/+2
2023-12-15perf unwind-libunwind: Fix base address for .eh_frameNamhyung Kim1-1/+1
2023-12-15perf unwind-libdw: Handle JIT-generated DSOs properlyNamhyung Kim1-4/+17
2023-12-15perf genelf: Set ELF program header addresses properlyNamhyung Kim1-3/+3
2023-12-15perf stat: Combine the -A/--no-aggr and --no-merge optionsIan Rogers5-29/+33
2023-12-13perf hisi-ptt: Fix one memory leakage in hisi_ptt_process_auxtrace_event()Yicong Yang1-0/+1