summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * | 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
| * | perf test shell diff: Skip test if test_loop symbol is missing in the perf bi...Ian Rogers2023-12-061-0/+7
| * | perf symbols: Parse NOTE segments until the build id is foundChengen Du2023-12-061-4/+6
| * | perf record: Be lazier in allocating lost samples bufferIan Rogers2023-12-061-10/+19
| * | perf evsel: Fallback to "task-clock" when not system wideIan Rogers2023-12-065-12/+15
| * | perf bench sched-seccomp-notify: Fix spelling mistake "synchronious" -> "sync...Colin Ian King2023-12-051-1/+1
| * | perf test: Add basic 'perf diff' testIan Rogers2023-12-051-0/+101
| * | perf mem: Fix error on hybrid related to availability of mem event in a PMUKan Liang2023-12-051-11/+14
| * | perf vendor events powerpc: Update datasource event name to fix duplicate eventsAthira Rajeev2023-12-051-4/+14
| * | perf test: Add basic 'perf list --json" testIan Rogers2023-12-051-0/+19
| * | perf test: Use common python setup libraryIan Rogers2023-12-054-33/+26
| * | perf build: Shellcheck support for OUTPUT directoryIan Rogers2023-12-054-42/+27