summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-19perf symbol: Use function to add missing maps lockIan Rogers1-17/+19
2023-12-19perf probe-event: Use function to add missing maps lockIan Rogers1-14/+26
2023-12-19perf machine: Use function to add missing maps lockIan Rogers1-24/+29
2023-12-19perf tests: Use function to add missing maps lockIan Rogers2-106/+136
2023-12-19perf report: Use function to add missing maps lockIan Rogers1-17/+37
2023-12-19perf events x86: Use function to add missing lockIan Rogers1-45/+58
2023-12-19perf maps: Add maps__for_each_map to iterate maps holding the lockIan Rogers2-33/+69
2023-12-19perf map: Improve map/unmap parameter namesIan Rogers1-8/+8
2023-12-19libperf cpumap: Document perf_cpu_map__nr()'s behaviorIan Rogers1-0/+11
2023-12-19perf top: Avoid repeated function calls to perf_cpu_map__nr().Ian Rogers1-5/+4
2023-12-19perf tests: Make DSO tests a suite rather than individualIan Rogers2-5/+12
2023-12-19perf evlist: Move event attributes to after the / when uniquefying using the ...Arnaldo Carvalho de Melo1-5/+10
2023-12-15perf top: Uniform the event name for the hybrid machineKan Liang4-27/+28
2023-12-15perf top: Use evsel's cpus to replace user_requested_cpusKan Liang1-2/+2
2023-12-15perf unwind-libunwind: Fix base address for .eh_frameNamhyung Kim1-1/+1
2023-12-15perf unwind-libdw: Handle JIT-generated DSOs properlyNamhyung Kim1-4/+17
2023-12-15perf genelf: Set ELF program header addresses properlyNamhyung Kim1-3/+3
2023-12-15perf stat: Combine the -A/--no-aggr and --no-merge optionsIan Rogers5-29/+33
2023-12-13perf hisi-ptt: Fix one memory leakage in hisi_ptt_process_auxtrace_event()Yicong Yang1-0/+1
2023-12-13perf header: Fix one memory leakage in perf_event__fprintf_event_update()Yicong Yang1-2/+3
2023-12-12libperf cpumap: Add for_each_cpu() that skips the "any CPU" caseIan Rogers2-3/+7
2023-12-12libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...Ian Rogers28-32/+32
2023-12-12libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_...Ian Rogers14-29/+29
2023-12-12libperf cpumap: Rename perf_cpu_map__default_new() to perf_cpu_map__new_onlin...Ian Rogers4-27/+51
2023-12-12libperf cpumap: Rename perf_cpu_map__dummy_new() to perf_cpu_map__new_any_cpu()Ian Rogers12-14/+14
2023-12-12perf stat: Fix help message for --metric-no-threshold optionIan Rogers1-1/+1
2023-12-07perf annotate: Get rid of local annotation optionsNamhyung Kim2-3/+0
2023-12-07perf annotate: Remove remaining usages of local annotation optionsNamhyung Kim3-12/+10
2023-12-07perf annotate: Ensure init/exit for global optionsNamhyung Kim5-24/+27
2023-12-07perf ui/browser/annotate: Use global annotation_optionsNamhyung Kim10-95/+59
2023-12-07perf annotate: Use global annotation_optionsNamhyung Kim8-89/+71
2023-12-07perf top: Convert to the global annotation_optionsNamhyung Kim2-23/+22
2023-12-07perf report: Convert to the global annotation_optionsNamhyung Kim1-17/+16
2023-12-07perf annotate: Introduce global annotation_optionsNamhyung Kim3-22/+26
2023-12-06perf stat: Exit perf stat if parse groups failsIan Rogers1-7/+11
2023-12-06perf thread: Add missing RC_CHK_EQUALIan Rogers1-1/+1
2023-12-06perf maps: Move symbol maps functions to maps.cIan Rogers4-249/+250
2023-12-06perf map: Simplify map_ip/unmap_ip and make 'struct map' smallerIan Rogers5-68/+50
2023-12-06perf test shell diff: Skip test if test_loop symbol is missing in the perf bi...Ian Rogers1-0/+7
2023-12-06perf symbols: Parse NOTE segments until the build id is foundChengen Du1-4/+6
2023-12-06perf record: Be lazier in allocating lost samples bufferIan Rogers1-10/+19
2023-12-06perf evsel: Fallback to "task-clock" when not system wideIan Rogers5-12/+15
2023-12-05perf bench sched-seccomp-notify: Fix spelling mistake "synchronious" -> "sync...Colin Ian King1-1/+1
2023-12-05perf test: Add basic 'perf diff' testIan Rogers1-0/+101
2023-12-05perf mem: Fix error on hybrid related to availability of mem event in a PMUKan Liang1-11/+14
2023-12-05perf vendor events powerpc: Update datasource event name to fix duplicate eventsAthira Rajeev1-4/+14
2023-12-05perf test: Add basic 'perf list --json" testIan Rogers1-0/+19
2023-12-05perf test: Use common python setup libraryIan Rogers4-33/+26
2023-12-05perf build: Shellcheck support for OUTPUT directoryIan Rogers4-42/+27
2023-12-05perf vendor events arm64 AmpereOneX: Add core PMU events and metricsIlkka Koskinen13-0/+1713