summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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-18574-8235/+40143
| |\ \ \
| * | | | 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
| * | | | libperf cpumap: Document perf_cpu_map__nr()'s behaviorIan Rogers2023-12-181-0/+11
| * | | | 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-122-3/+7
| * | | | libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...Ian Rogers2023-12-1228-32/+32
| * | | | libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_...Ian Rogers2023-12-1214-29/+29
| * | | | libperf cpumap: Rename perf_cpu_map__default_new() to perf_cpu_map__new_onlin...Ian Rogers2023-12-124-27/+51
| * | | | libperf cpumap: Rename perf_cpu_map__dummy_new() to perf_cpu_map__new_any_cpu()Ian Rogers2023-12-1212-14/+14
| * | | | perf stat: Fix help message for --metric-no-threshold optionIan Rogers2023-12-111-1/+1
| * | | | perf annotate: Get rid of local annotation optionsNamhyung Kim2023-12-072-3/+0
| * | | | perf annotate: Remove remaining usages of local annotation optionsNamhyung Kim2023-12-073-12/+10
| * | | | perf annotate: Ensure init/exit for global optionsNamhyung Kim2023-12-075-24/+27
| * | | | perf ui/browser/annotate: Use global annotation_optionsNamhyung Kim2023-12-0710-95/+59
| * | | | perf annotate: Use global annotation_optionsNamhyung Kim2023-12-078-89/+71
| * | | | perf top: Convert to the global annotation_optionsNamhyung Kim2023-12-072-23/+22
| * | | | perf report: Convert to the global annotation_optionsNamhyung Kim2023-12-071-17/+16
| * | | | perf annotate: Introduce global annotation_optionsNamhyung Kim2023-12-073-22/+26
| * | | | perf stat: Exit perf stat if parse groups failsIan Rogers2023-12-061-7/+11
| * | | | perf thread: Add missing RC_CHK_EQUALIan Rogers2023-12-061-1/+1
| * | | | perf maps: Move symbol maps functions to maps.cIan Rogers2023-12-064-249/+250
| * | | | perf map: Simplify map_ip/unmap_ip and make 'struct map' smallerIan Rogers2023-12-065-68/+50