summaryrefslogtreecommitdiff
path: root/tools/perf/arch
AgeCommit message (Expand)AuthorFilesLines
2023-09-16perf pmu: Move pmu__find_core_pmu() to pmus.cJames Clark1-3/+3
2023-09-13tools headers UAPI: Sync files changed by new fchmodat2 and map_shadow_stack ...Arnaldo Carvalho de Melo4-0/+5
2023-09-11perf parse-events: Introduce 'struct parse_events_terms'Ian Rogers1-10/+5
2023-08-25perf pmu: Remove logic for PMU name being NULLIan Rogers4-13/+13
2023-08-24perf pmu: Parse sysfs events directly from a fileIan Rogers1-1/+1
2023-08-23perf pmu: Avoid passing format list to perf_pmu__format_bits()Ian Rogers3-11/+10
2023-08-23perf pmu: Avoid passing format list to perf_pmu__config_terms()Ian Rogers1-20/+10
2023-08-17perf jevents: Add a new expression builtin strcmp_cpuid_str()James Clark1-17/+1
2023-08-17perf test: Add a test for the new Arm CPU ID comparison behaviorJames Clark4-0/+45
2023-08-17perf arm64: Allow version comparisons of CPU IDsJames Clark1-15/+52
2023-08-16perf parse-regs: Move out arch specific header from util/perf_regs.hLeo Yan18-0/+18
2023-08-16perf parse-regs: Remove PERF_REGS_{MAX|MASK} from common codeLeo Yan9-0/+75
2023-08-16perf parse-regs: Remove unused macros PERF_REG_{IP|SP}Leo Yan9-24/+0
2023-08-04Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo2-3/+8
2023-08-03perf parse-events x86: Avoid sorting uops_retired.slotsIan Rogers2-7/+7
2023-08-03perf arch x86: Address shellcheck warnings about unused variables in syscallt...Athira Rajeev1-1/+1
2023-07-24perf callchain powerpc: Fix addr location init during arch_skip_callchain_idx...Athira Rajeev1-0/+4
2023-07-24perf pmu arm64: Fix reading the PMU cpu slots in sysfsHaixin Yu1-3/+4
2023-07-11tools headers UAPI: Sync files changed by new cachestat syscall with the kern...Arnaldo Carvalho de Melo4-0/+4
2023-07-08Merge tag 'perf-tools-for-v6.5-2-2023-07-06' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+20
2023-07-02perf evsel amd: Fix IBS error messageRavi Bangoria1-0/+20
2023-06-30Merge tag 'perf-tools-for-v6.5-1-2023-06-28' of git://git.kernel.org/pub/scm/...Linus Torvalds37-213/+588
2023-06-28Merge tag 'perf-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-0/+75
2023-06-21perf annotate: Fix instruction association and parsing for LoongArchWANG Rui2-16/+103
2023-06-16perf mem amd: Fix perf_pmus__num_mem_pmus()Ravi Bangoria1-0/+12
2023-06-15perf tool x86: Fix perf_env memory leakIan Rogers1-1/+1
2023-06-14perf tool x86: Consolidate is_amd check into single functionRavi Bangoria5-31/+31
2023-06-14perf tests: Make x86 new instructions test optional at build timeAdrian Hunter3-1/+10
2023-06-12perf thread: Add accessor functions for threadIan Rogers4-4/+4
2023-06-09perf annotate: Remove x86 instructions with suffixNamhyung Kim1-42/+10
2023-06-05perf LoongArch: Simplify mksyscalltblTiezhu Yang1-27/+11
2023-06-05perf arm64: Use max_nr to define SYSCALLTBL_ARM64_MAX_IDTiezhu Yang1-3/+3
2023-06-05perf arm64: Handle __NR3264_ prefixed syscall numberTiezhu Yang1-2/+3
2023-06-05perf arm64: Rename create_table_from_c() to create_sc_table()Tiezhu Yang1-2/+2
2023-06-05perf tools: Declare syscalltbl_*[] as const for all archsTiezhu Yang6-6/+6
2023-05-31Merge tag 'perf-tools-fixes-for-v6.4-2-2023-05-30' into perf-tools-nextArnaldo Carvalho de Melo1-1/+1
2023-05-30perf kvm powerpc: Add missing rename opf pmu_have_event() to perf_pmus__have_...Ian Rogers1-2/+2
2023-05-28perf test x86: intel-pt-test data is immutable so mark it constIan Rogers1-7/+7
2023-05-28perf test x86: insn-x86 test data is immutable so mark it constIan Rogers1-5/+5
2023-05-27perf pmus: Remove perf_pmus__has_hybridIan Rogers3-3/+3
2023-05-27perf pmus: Allow just core PMU scanningIan Rogers3-13/+5
2023-05-27perf pmu: Separate pmu and pmusIan Rogers12-27/+36
2023-05-27perf x86 mem: minor refactor to is_mem_loads_aux_eventIan Rogers1-7/+7
2023-05-27perf x86: Iterate hybrid PMUs as core PMUsIan Rogers3-13/+28
2023-05-27perf evlist: Remove __evlist__add_defaultIan Rogers1-20/+0
2023-05-26perf arm: Fix include path to cs-etm.hIan Rogers1-1/+1
2023-05-22Merge remote-tracking branch 'acme/perf-tools' into perf-tools-nextArnaldo Carvalho de Melo1-1/+1
2023-05-16tools headers UAPI: Sync s390 syscall table file that wires up the memfd_secr...Arnaldo Carvalho de Melo1-1/+1
2023-05-15perf annotate: Handle "decq", "incq", "testq", "tzcnt" instructions on x86Namhyung Kim1-0/+4
2023-05-15perf parse-events: Don't reorder atom cpu eventsIan Rogers1-2/+2