summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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
2023-12-05perf vendor events arm64 AmpereOne: Rename BPU_FLUSH_MEM_FAULT to GPC_FLUSH_M...Ilkka Koskinen1-1/+1
2023-12-04perf test record user-regs: Fix mask for vg registerVeronika Molnarova2-2/+2
2023-12-04perf env: Cache the arch specific strerrno function in perf_env__arch_strerrno()Arnaldo Carvalho de Melo4-7/+12
2023-12-04perf env: Introduce perf_env__arch_strerrno()Arnaldo Carvalho de Melo3-4/+15
2023-12-04perf beauty: Don't use 'find ... -printf' as it isn't available in busyboxArnaldo Carvalho de Melo1-1/+3
2023-12-04perf docs: Fix man page formatting for 'perf lock'Nick Forrington1-1/+1
2023-12-01tools api fs: Avoid reading whole file for a 1 byte boolIan Rogers1-9/+15
2023-12-01tools api fs: Switch filename__read_str to use io.hIan Rogers2-45/+22
2023-12-01libperf: Lazily allocate/size mmap event copyIan Rogers2-4/+19
2023-12-01libapi: Add missing linux/types.h header to get the __u64 type on io.hArnaldo Carvalho de Melo1-0/+1
2023-11-29perf test record+probe_libc_inet_pton: Fix call chain match on powerpcLikhitha Korrapati1-1/+4
2023-11-29perf tests sigtrap: Skip if running on a kernel with sleepable spinlocksArnaldo Carvalho de Melo1-2/+44
2023-11-29perf test sigtrap: Generalize the BTF routine to reuse it in this testArnaldo Carvalho de Melo1-20/+40
2023-11-28perf mmap: Lazily initialize zstd streams to save memory when not using itIan Rogers5-43/+59
2023-11-28perf dwarf-aux: Add die_find_variable_by_addr()Namhyung Kim2-0/+93
2023-11-28perf tools: Add --debug-file option to redirect debug outputYang Jihong2-0/+33
2023-11-27perf annotate: Check if operand has multiple regsNamhyung Kim2-0/+38
2023-11-27perf test: Use existing config value for objdump pathJames Clark2-7/+3
2023-11-27perf vendor events riscv: add T-HEAD C9xx JSON fileInochi Amaoto5-0/+288
2023-11-27perf vendor events: Add skx, clx, icx and spr upi bandwidth metricIan Rogers4-0/+24
2023-11-27perf tests: Skip data symbol test if buf1 symbol is missingAdrian Hunter1-0/+5
2023-11-27perf tests: Make data symbol test wait for perf to startAdrian Hunter1-2/+9