summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | perf vendor events arm64 AmpereOneX: Add core PMU events and metricsIlkka Koskinen2023-12-0513-0/+1713
| * | perf vendor events arm64 AmpereOne: Rename BPU_FLUSH_MEM_FAULT to GPC_FLUSH_M...Ilkka Koskinen2023-12-051-1/+1
| * | perf test record user-regs: Fix mask for vg registerVeronika Molnarova2023-12-042-2/+2
| * | perf env: Cache the arch specific strerrno function in perf_env__arch_strerrno()Arnaldo Carvalho de Melo2023-12-044-7/+12
| * | perf env: Introduce perf_env__arch_strerrno()Arnaldo Carvalho de Melo2023-12-043-4/+15
| * | perf beauty: Don't use 'find ... -printf' as it isn't available in busyboxArnaldo Carvalho de Melo2023-12-031-1/+3
| * | perf docs: Fix man page formatting for 'perf lock'Nick Forrington2023-12-031-1/+1
| * | perf test record+probe_libc_inet_pton: Fix call chain match on powerpcLikhitha Korrapati2023-11-291-1/+4
| * | perf tests sigtrap: Skip if running on a kernel with sleepable spinlocksArnaldo Carvalho de Melo2023-11-291-2/+44
| * | perf test sigtrap: Generalize the BTF routine to reuse it in this testArnaldo Carvalho de Melo2023-11-291-20/+40
| * | perf mmap: Lazily initialize zstd streams to save memory when not using itIan Rogers2023-11-285-43/+59
| * | perf dwarf-aux: Add die_find_variable_by_addr()Namhyung Kim2023-11-282-0/+93
| * | perf tools: Add --debug-file option to redirect debug outputYang Jihong2023-11-282-0/+33
| * | perf annotate: Check if operand has multiple regsNamhyung Kim2023-11-272-0/+38
| * | perf test: Use existing config value for objdump pathJames Clark2023-11-272-7/+3
| * | perf vendor events riscv: add T-HEAD C9xx JSON fileInochi Amaoto2023-11-275-0/+288
| * | perf vendor events: Add skx, clx, icx and spr upi bandwidth metricIan Rogers2023-11-274-0/+24
| * | perf tests: Skip data symbol test if buf1 symbol is missingAdrian Hunter2023-11-271-0/+5
| * | perf tests: Make data symbol test wait for perf to startAdrian Hunter2023-11-271-2/+9
| * | perf tests: Skip branch stack sampling test if brstack_bench symbol is missingAdrian Hunter2023-11-271-0/+6
| * | perf tests: Skip Arm64 callgraphs test if leafloop symbol is missingAdrian Hunter2023-11-271-0/+6
| * | perf tests: Skip record test if test_loop symbol is missingAdrian Hunter2023-11-271-1/+7
| * | perf tests: Skip pipe test if noploop symbol is missingAdrian Hunter2023-11-271-1/+8
| * | perf tests lib: Add perf_has_symbol.shAdrian Hunter2023-11-271-0/+21
| * | perf header: Fix segfault on build_mem_topology() error pathAdrian Hunter2023-11-271-1/+3
| * | perf report: Remove warning on missing raw data for s390Thomas Richter2023-11-271-4/+5
| * | perf tools: Add perf binary dependent rule for shellcheck log in Makefile.perfAthira Rajeev2023-11-272-1/+42
| * | perf vendor events riscv: Add StarFive Dubhe-90 JSON fileJi Sheng Teoh2023-11-271-1/+1
| * | perf tests coresight: Remove unused variableszhujun22023-11-273-3/+0
| * | perf lock: Fix a memory leak on an error pathzhaimingbing2023-11-271-1/+3
| * | perf parse-events: Make legacy events lower priority than sysfs/JSONIan Rogers2023-11-274-88/+231
| * | perf cs-etm: Enable itrace option 'T'Leo Yan2023-11-271-3/+18
| * | perf auxtrace: Add 'T' itrace option for timestamp traceLeo Yan2023-11-273-0/+7
| * | perf test: Basic branch counter supportKan Liang2023-11-271-0/+30
| * | perf script perl: Fail check on dynamic allocationzhaimingbing2023-11-271-0/+3
| * | perf script python: Fail check on dynamic allocationParan Lee2023-11-271-2/+15
| * | perf test: Remove atomics from test_loop to avoid test failuresNick Forrington2023-11-271-3/+1