summaryrefslogtreecommitdiffstats
path: root/tools/perf/arch
AgeCommit message (Expand)AuthorLines
2023-07-24perf callchain powerpc: Fix addr location init during arch_skip_callchain_idx...Athira Rajeev-0/+4
2023-07-24perf pmu arm64: Fix reading the PMU cpu slots in sysfsHaixin Yu-3/+4
2023-07-11tools headers UAPI: Sync files changed by new cachestat syscall with the kern...Arnaldo Carvalho de Melo-0/+4
2023-07-08Merge tag 'perf-tools-for-v6.5-2-2023-07-06' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+20
2023-07-01perf evsel amd: Fix IBS error messageRavi Bangoria-0/+20
2023-06-30Merge tag 'perf-tools-for-v6.5-1-2023-06-28' of git://git.kernel.org/pub/scm/...Linus Torvalds-213/+588
2023-06-27Merge tag 'perf-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+75
2023-06-20perf annotate: Fix instruction association and parsing for LoongArchWANG Rui-16/+103
2023-06-16perf mem amd: Fix perf_pmus__num_mem_pmus()Ravi Bangoria-0/+12
2023-06-14perf tool x86: Fix perf_env memory leakIan Rogers-1/+1
2023-06-13perf tool x86: Consolidate is_amd check into single functionRavi Bangoria-31/+31
2023-06-13perf tests: Make x86 new instructions test optional at build timeAdrian Hunter-1/+10
2023-06-12perf thread: Add accessor functions for threadIan Rogers-4/+4
2023-06-09perf annotate: Remove x86 instructions with suffixNamhyung Kim-42/+10
2023-06-05perf LoongArch: Simplify mksyscalltblTiezhu Yang-27/+11
2023-06-05perf arm64: Use max_nr to define SYSCALLTBL_ARM64_MAX_IDTiezhu Yang-3/+3
2023-06-05perf arm64: Handle __NR3264_ prefixed syscall numberTiezhu Yang-2/+3
2023-06-05perf arm64: Rename create_table_from_c() to create_sc_table()Tiezhu Yang-2/+2
2023-06-05perf tools: Declare syscalltbl_*[] as const for all archsTiezhu Yang-6/+6
2023-05-31Merge tag 'perf-tools-fixes-for-v6.4-2-2023-05-30' into perf-tools-nextArnaldo Carvalho de Melo-1/+1
2023-05-30perf kvm powerpc: Add missing rename opf pmu_have_event() to perf_pmus__have_...Ian Rogers-2/+2
2023-05-28perf test x86: intel-pt-test data is immutable so mark it constIan Rogers-7/+7
2023-05-28perf test x86: insn-x86 test data is immutable so mark it constIan Rogers-5/+5
2023-05-27perf pmus: Remove perf_pmus__has_hybridIan Rogers-3/+3
2023-05-27perf pmus: Allow just core PMU scanningIan Rogers-13/+5
2023-05-27perf pmu: Separate pmu and pmusIan Rogers-27/+36
2023-05-27perf x86 mem: minor refactor to is_mem_loads_aux_eventIan Rogers-7/+7
2023-05-27perf x86: Iterate hybrid PMUs as core PMUsIan Rogers-13/+28
2023-05-27perf evlist: Remove __evlist__add_defaultIan Rogers-20/+0
2023-05-26perf arm: Fix include path to cs-etm.hIan Rogers-1/+1
2023-05-22Merge remote-tracking branch 'acme/perf-tools' into perf-tools-nextArnaldo Carvalho de Melo-1/+1
2023-05-16tools headers UAPI: Sync s390 syscall table file that wires up the memfd_secr...Arnaldo Carvalho de Melo-1/+1
2023-05-15perf annotate: Handle "decq", "incq", "testq", "tzcnt" instructions on x86Namhyung Kim-0/+4
2023-05-15perf parse-events: Don't reorder atom cpu eventsIan Rogers-2/+2
2023-05-15perf test x86 hybrid: Add hybrid extended type checksIan Rogers-0/+12
2023-05-15perf test x86 hybrid: Update test expectationsIan Rogers-28/+26
2023-05-15perf test: Move x86 hybrid tests to arch/x86Ian Rogers-0/+289
2023-05-12perf tools riscv: Add support for riscv lookup_binutils_pathParan Lee-0/+18
2023-05-10perf cs-etm: Fix contextid validationJames Clark-5/+4
2023-05-10perf arm64: Fix build with refcount checkingJames Clark-3/+3
2023-05-08perf test: Add selftest to test IBS invocation via core pmu eventsRavi Bangoria-0/+75
2023-05-07Merge tag 'perf-tools-for-v6.4-3-2023-05-06' of git://git.kernel.org/pub/scm/...Linus Torvalds-347/+270
2023-05-04Merge tag 'loongarch-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds-0/+359
2023-05-01tools/perf: Add basic support for LoongArchHuacai Chen-0/+359
2023-04-24perf cs-etm: Allow user to override timestamp and contextid settingsJames Clark-6/+25
2023-04-24perf cs-etm: Validate options after applying themJames Clark-84/+68
2023-04-24perf cs-etm: Don't test full_auxtrace because it's always setJames Clark-31/+25
2023-04-24perf tools: Add util function for overriding user set config valuesJames Clark-44/+4
2023-04-24perf evsel: Introduce evsel__name_is() method to check if the evsel name is e...Arnaldo Carvalho de Melo-8/+8
2023-04-12perf arm-spe: Use zfree() to reduce chances of use after freeArnaldo Carvalho de Melo-1/+1