summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
...
| * perf annotate: Add annotate_get_insn_location()Namhyung Kim2023-12-232-0/+143
| * perf annotate: Factor out evsel__get_arch()Namhyung Kim2023-12-232-13/+33
| * perf annotate-data: Add dso->data_types treeNamhyung Kim2023-12-234-10/+100
| * perf annotate-data: Add find_data_type() to get type from memory accessNamhyung Kim2023-12-233-0/+205
| * perf dwarf-regs: Add get_dwarf_regnum()Namhyung Kim2023-12-233-0/+91
| * perf dwarf-aux: Factor out die_get_typename_from_type()Namhyung Kim2023-12-232-11/+30
| * perf vendor events powerpc: Add PVN for HX-C2000 CPU with Power8 ArchitectureJiaLong.Yang2023-12-211-2/+1
| * perf vendor events: Remove UTF-8 characters from cmn.jsonJing Zhang2023-12-211-1/+1
| * perf maps: Fix up overlaps during fixup_endIan Rogers2023-12-201-1/+1
| * perf maps: Reduce scope of map_rb_node and maps internalsIan Rogers2023-12-202-58/+55
| * perf maps: Add find next entry to give entry after the given mapIan Rogers2023-12-203-4/+16
| * perf maps: Add maps__load_first()Ian Rogers2023-12-203-1/+16
| * perf maps: Rename clone to copy fromIan Rogers2023-12-204-9/+4
| * perf maps: Do simple merge if given map doesn't overlapIan Rogers2023-12-201-0/+11
| * perf maps: Refactor maps__fixup_overlappings()Ian Rogers2023-12-203-25/+37
| * perf debug: Expose debug fileIan Rogers2023-12-202-7/+16
| * perf maps: Add remove maps function to remove a map based on callbackIan Rogers2023-12-203-16/+38
| * perf maps: Reduce scope of maps__for_each_entry()Ian Rogers2023-12-202-3/+3
| * perf vdso: Use function to add missing maps lockIan Rogers2023-12-201-12/+23
| * perf unwind: Use function to add missing maps lockIan Rogers2023-12-201-10/+24
| * perf scripts python arm-cs-trace-disasm.py: Do not ignore disam first sampleRuidong Tian2023-12-201-10/+11
| * perf scripts python arm-cs-trace-disasm.py: Set start vm addr of exectable fi...Ruidong Tian2023-12-201-2/+3
| * perf archive: Add new option '--unpack' to expand tarballsVeronika Molnarova2023-12-201-8/+58
| * perf archive: Add new option '--all' to pack perf.data with DSOsVeronika Molnarova2023-12-191-8/+32
| * Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo2023-12-1813-10/+54
| |\
| * | perf thread: Use function to add missing maps lockIan Rogers2023-12-181-18/+17
| * | perf synthetic-events: Use function to add missing maps lockIan Rogers2023-12-181-51/+67
| * | perf symbol: Use function to add missing maps lockIan Rogers2023-12-181-17/+19
| * | perf probe-event: Use function to add missing maps lockIan Rogers2023-12-181-14/+26
| * | perf machine: Use function to add missing maps lockIan Rogers2023-12-181-24/+29
| * | perf tests: Use function to add missing maps lockIan Rogers2023-12-182-106/+136
| * | perf report: Use function to add missing maps lockIan Rogers2023-12-181-17/+37
| * | perf events x86: Use function to add missing lockIan Rogers2023-12-181-45/+58
| * | perf maps: Add maps__for_each_map to iterate maps holding the lockIan Rogers2023-12-182-33/+69
| * | perf map: Improve map/unmap parameter namesIan Rogers2023-12-181-8/+8
| * | perf top: Avoid repeated function calls to perf_cpu_map__nr().Ian Rogers2023-12-181-5/+4
| * | perf tests: Make DSO tests a suite rather than individualIan Rogers2023-12-182-5/+12
| * | perf evlist: Move event attributes to after the / when uniquefying using the ...Arnaldo Carvalho de Melo2023-12-181-5/+10
| * | perf top: Uniform the event name for the hybrid machineKan Liang2023-12-144-27/+28
| * | perf top: Use evsel's cpus to replace user_requested_cpusKan Liang2023-12-141-2/+2
| * | perf unwind-libunwind: Fix base address for .eh_frameNamhyung Kim2023-12-141-1/+1
| * | perf unwind-libdw: Handle JIT-generated DSOs properlyNamhyung Kim2023-12-141-4/+17
| * | perf genelf: Set ELF program header addresses properlyNamhyung Kim2023-12-141-3/+3
| * | perf stat: Combine the -A/--no-aggr and --no-merge optionsIan Rogers2023-12-145-29/+33
| * | perf hisi-ptt: Fix one memory leakage in hisi_ptt_process_auxtrace_event()Yicong Yang2023-12-131-0/+1
| * | perf header: Fix one memory leakage in perf_event__fprintf_event_update()Yicong Yang2023-12-131-2/+3
| * | libperf cpumap: Add for_each_cpu() that skips the "any CPU" caseIan Rogers2023-12-121-3/+1
| * | libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...Ian Rogers2023-12-1223-26/+26
| * | libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_...Ian Rogers2023-12-129-22/+22
| * | libperf cpumap: Rename perf_cpu_map__dummy_new() to perf_cpu_map__new_any_cpu()Ian Rogers2023-12-125-5/+5