summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
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
2023-12-12libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...Ian Rogers
2023-12-12libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_...Ian Rogers
2023-12-12libperf cpumap: Rename perf_cpu_map__dummy_new() to perf_cpu_map__new_any_cpu()Ian Rogers
2023-12-11perf stat: Fix help message for --metric-no-threshold optionIan Rogers
2023-12-07perf annotate: Get rid of local annotation optionsNamhyung Kim
2023-12-07perf annotate: Remove remaining usages of local annotation optionsNamhyung Kim
2023-12-07perf annotate: Ensure init/exit for global optionsNamhyung Kim
2023-12-07perf ui/browser/annotate: Use global annotation_optionsNamhyung Kim
2023-12-07perf annotate: Use global annotation_optionsNamhyung Kim
2023-12-07perf top: Convert to the global annotation_optionsNamhyung Kim
2023-12-07perf report: Convert to the global annotation_optionsNamhyung Kim
2023-12-07perf annotate: Introduce global annotation_optionsNamhyung Kim
2023-12-06perf stat: Exit perf stat if parse groups failsIan Rogers
2023-12-06perf thread: Add missing RC_CHK_EQUALIan Rogers
2023-12-06perf maps: Move symbol maps functions to maps.cIan Rogers
2023-12-06perf map: Simplify map_ip/unmap_ip and make 'struct map' smallerIan Rogers
2023-12-06perf test shell diff: Skip test if test_loop symbol is missing in the perf bi...Ian Rogers
2023-12-06perf symbols: Parse NOTE segments until the build id is foundChengen Du
2023-12-06perf record: Be lazier in allocating lost samples bufferIan Rogers
2023-12-06perf evsel: Fallback to "task-clock" when not system wideIan Rogers
2023-12-05perf list: Fix JSON segfault by setting the used skip_duplicate_pmus callbackIan Rogers
2023-12-05perf bench sched-seccomp-notify: Fix spelling mistake "synchronious" -> "sync...Colin Ian King
2023-12-05perf test: Add basic 'perf diff' testIan Rogers
2023-12-05perf mem: Fix error on hybrid related to availability of mem event in a PMUKan Liang