summaryrefslogtreecommitdiffstats
path: root/tools/perf/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* perf parse-regs: Move out arch specific header from util/perf_regs.hLeo Yan2023-08-1618-0/+18
* perf parse-regs: Remove PERF_REGS_{MAX|MASK} from common codeLeo Yan2023-08-169-0/+75
* perf parse-regs: Remove unused macros PERF_REG_{IP|SP}Leo Yan2023-08-169-24/+0
* Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo2023-08-042-3/+8
|\
| * perf callchain powerpc: Fix addr location init during arch_skip_callchain_idx...Athira Rajeev2023-07-241-0/+4
| * perf pmu arm64: Fix reading the PMU cpu slots in sysfsHaixin Yu2023-07-241-3/+4
* | perf parse-events x86: Avoid sorting uops_retired.slotsIan Rogers2023-08-032-7/+7
* | perf arch x86: Address shellcheck warnings about unused variables in syscallt...Athira Rajeev2023-08-031-1/+1
|/
* tools headers UAPI: Sync files changed by new cachestat syscall with the kern...Arnaldo Carvalho de Melo2023-07-114-0/+4
* Merge tag 'perf-tools-for-v6.5-2-2023-07-06' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-07-081-0/+20
|\
| * perf evsel amd: Fix IBS error messageRavi Bangoria2023-07-021-0/+20
* | Merge tag 'perf-tools-for-v6.5-1-2023-06-28' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-06-3037-213/+588
|\|
| * perf annotate: Fix instruction association and parsing for LoongArchWANG Rui2023-06-212-16/+103
| * perf mem amd: Fix perf_pmus__num_mem_pmus()Ravi Bangoria2023-06-161-0/+12
| * perf tool x86: Fix perf_env memory leakIan Rogers2023-06-141-1/+1
| * perf tool x86: Consolidate is_amd check into single functionRavi Bangoria2023-06-145-31/+31
| * perf tests: Make x86 new instructions test optional at build timeAdrian Hunter2023-06-143-1/+10
| * perf thread: Add accessor functions for threadIan Rogers2023-06-124-4/+4
| * perf annotate: Remove x86 instructions with suffixNamhyung Kim2023-06-091-42/+10
| * perf LoongArch: Simplify mksyscalltblTiezhu Yang2023-06-051-27/+11
| * perf arm64: Use max_nr to define SYSCALLTBL_ARM64_MAX_IDTiezhu Yang2023-06-051-3/+3
| * perf arm64: Handle __NR3264_ prefixed syscall numberTiezhu Yang2023-06-051-2/+3
| * perf arm64: Rename create_table_from_c() to create_sc_table()Tiezhu Yang2023-06-051-2/+2
| * perf tools: Declare syscalltbl_*[] as const for all archsTiezhu Yang2023-06-056-6/+6
| * Merge tag 'perf-tools-fixes-for-v6.4-2-2023-05-30' into perf-tools-nextArnaldo Carvalho de Melo2023-05-311-1/+1
| |\
| * | perf kvm powerpc: Add missing rename opf pmu_have_event() to perf_pmus__have_...Ian Rogers2023-05-301-2/+2
| * | perf test x86: intel-pt-test data is immutable so mark it constIan Rogers2023-05-281-7/+7
| * | perf test x86: insn-x86 test data is immutable so mark it constIan Rogers2023-05-281-5/+5
| * | perf pmus: Remove perf_pmus__has_hybridIan Rogers2023-05-273-3/+3
| * | perf pmus: Allow just core PMU scanningIan Rogers2023-05-273-13/+5
| * | perf pmu: Separate pmu and pmusIan Rogers2023-05-2712-27/+36
| * | perf x86 mem: minor refactor to is_mem_loads_aux_eventIan Rogers2023-05-271-7/+7
| * | perf x86: Iterate hybrid PMUs as core PMUsIan Rogers2023-05-273-13/+28
| * | perf evlist: Remove __evlist__add_defaultIan Rogers2023-05-271-20/+0
| * | Merge remote-tracking branch 'acme/perf-tools' into perf-tools-nextArnaldo Carvalho de Melo2023-05-221-1/+1
| |\ \
| * | | perf annotate: Handle "decq", "incq", "testq", "tzcnt" instructions on x86Namhyung Kim2023-05-151-0/+4
| * | | perf parse-events: Don't reorder atom cpu eventsIan Rogers2023-05-151-2/+2
| * | | perf test x86 hybrid: Add hybrid extended type checksIan Rogers2023-05-151-0/+12
| * | | perf test x86 hybrid: Update test expectationsIan Rogers2023-05-151-28/+26
| * | | perf test: Move x86 hybrid tests to arch/x86Ian Rogers2023-05-154-0/+289
| * | | perf tools riscv: Add support for riscv lookup_binutils_pathParan Lee2023-05-121-0/+18
* | | | Merge tag 'perf-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-06-274-0/+75
|\ \ \ \ | |_|_|/ |/| | |
| * | | perf test: Add selftest to test IBS invocation via core pmu eventsRavi Bangoria2023-05-084-0/+75
* | | | perf arm: Fix include path to cs-etm.hIan Rogers2023-05-261-1/+1
| |_|/ |/| |
* | | tools headers UAPI: Sync s390 syscall table file that wires up the memfd_secr...Arnaldo Carvalho de Melo2023-05-161-1/+1
| |/ |/|
* | perf cs-etm: Fix contextid validationJames Clark2023-05-101-5/+4
* | perf arm64: Fix build with refcount checkingJames Clark2023-05-102-3/+3
|/
* Merge tag 'perf-tools-for-v6.4-3-2023-05-06' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-05-0728-347/+270
|\
| * perf cs-etm: Allow user to override timestamp and contextid settingsJames Clark2023-04-242-6/+25
| * perf cs-etm: Validate options after applying themJames Clark2023-04-241-84/+68