summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2023-12-23perf report: Support data type profilingNamhyung Kim
2023-12-23perf report: Add 'type' sort keyNamhyung Kim
2023-12-23perf annotate: Implement hist_entry__get_data_type()Namhyung Kim
2023-12-23perf annotate: Add annotate_get_insn_location()Namhyung Kim
2023-12-23perf annotate: Factor out evsel__get_arch()Namhyung Kim
2023-12-23perf annotate-data: Add dso->data_types treeNamhyung Kim
2023-12-23perf annotate-data: Add find_data_type() to get type from memory accessNamhyung Kim
2023-12-23perf dwarf-regs: Add get_dwarf_regnum()Namhyung Kim
2023-12-23perf dwarf-aux: Factor out die_get_typename_from_type()Namhyung Kim
2023-12-21perf vendor events powerpc: Add PVN for HX-C2000 CPU with Power8 ArchitectureJiaLong.Yang
2023-12-21perf vendor events: Remove UTF-8 characters from cmn.jsonJing Zhang
2023-12-20perf maps: Fix up overlaps during fixup_endIan Rogers
2023-12-20perf maps: Reduce scope of map_rb_node and maps internalsIan Rogers
2023-12-20perf maps: Add find next entry to give entry after the given mapIan Rogers
2023-12-20perf maps: Add maps__load_first()Ian Rogers
2023-12-20perf maps: Rename clone to copy fromIan Rogers
2023-12-20perf maps: Do simple merge if given map doesn't overlapIan Rogers
2023-12-20perf maps: Refactor maps__fixup_overlappings()Ian Rogers
2023-12-20perf debug: Expose debug fileIan Rogers
2023-12-20perf maps: Add remove maps function to remove a map based on callbackIan Rogers
2023-12-20perf maps: Reduce scope of maps__for_each_entry()Ian Rogers
2023-12-20perf vdso: Use function to add missing maps lockIan Rogers
2023-12-20perf unwind: Use function to add missing maps lockIan Rogers
2023-12-20perf scripts python arm-cs-trace-disasm.py: Do not ignore disam first sampleRuidong Tian
2023-12-20perf scripts python arm-cs-trace-disasm.py: Set start vm addr of exectable fi...Ruidong Tian
2023-12-20perf archive: Add new option '--unpack' to expand tarballsVeronika Molnarova
2023-12-19perf archive: Add new option '--all' to pack perf.data with DSOsVeronika Molnarova
2023-12-18Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo
2023-12-18perf thread: Use function to add missing maps lockIan Rogers
2023-12-18perf synthetic-events: Use function to add missing maps lockIan Rogers
2023-12-18perf symbol: Use function to add missing maps lockIan Rogers
2023-12-18perf probe-event: Use function to add missing maps lockIan Rogers
2023-12-18perf machine: Use function to add missing maps lockIan Rogers
2023-12-18perf tests: Use function to add missing maps lockIan Rogers
2023-12-18perf report: Use function to add missing maps lockIan Rogers
2023-12-18perf events x86: Use function to add missing lockIan Rogers
2023-12-18perf maps: Add maps__for_each_map to iterate maps holding the lockIan Rogers
2023-12-18perf map: Improve map/unmap parameter namesIan Rogers
2023-12-18perf top: Avoid repeated function calls to perf_cpu_map__nr().Ian Rogers
2023-12-18perf tests: Make DSO tests a suite rather than individualIan Rogers
2023-12-18perf evlist: Move event attributes to after the / when uniquefying using the ...Arnaldo Carvalho de Melo
2023-12-14perf top: Uniform the event name for the hybrid machineKan Liang
2023-12-14perf top: Use evsel's cpus to replace user_requested_cpusKan Liang
2023-12-14perf unwind-libunwind: Fix base address for .eh_frameNamhyung Kim
2023-12-14perf unwind-libdw: Handle JIT-generated DSOs properlyNamhyung Kim
2023-12-14perf genelf: Set ELF program header addresses properlyNamhyung Kim
2023-12-14perf stat: Combine the -A/--no-aggr and --no-merge optionsIan Rogers
2023-12-13perf hisi-ptt: Fix one memory leakage in hisi_ptt_process_auxtrace_event()Yicong Yang
2023-12-13perf header: Fix one memory leakage in perf_event__fprintf_event_update()Yicong Yang
2023-12-12libperf cpumap: Add for_each_cpu() that skips the "any CPU" caseIan Rogers