summaryrefslogtreecommitdiffstats
path: root/tools/perf/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'perf-tools-for-v6.7-1-2023-11-01' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-039-227/+87
|\
| * tools/perf/arch/powerpc: Fix the CPU ID const char* value by adding 0x prefixAthira Rajeev2023-10-171-1/+1
| * perf cs-etm: Respect timestamp optionLeo Yan2023-10-171-0/+9
| * perf cs-etm: Validate timestamp tracing in per-thread modeLeo Yan2023-10-171-2/+11
| * perf pmu: Lazily compute default configIan Rogers2023-10-175-48/+41
| * perf arm-spe: Move PMU initialization from default config codeIan Rogers2023-10-172-3/+2
| * perf intel-pt: Move PMU initialization from default config codeIan Rogers2023-10-172-2/+1
| * perf pmu: Rename perf_pmu__get_default_config to perf_pmu__arch_initIan Rogers2023-10-173-10/+6
| * Merge tag 'perf-tools-fixes-for-v6.6-1-2023-09-25' into perf-tools-nextArnaldo Carvalho de Melo2023-10-104-0/+5
| |\
| * | perf pmus: Make PMU alias name loading lazyIan Rogers2023-09-291-139/+0
| * | perf annotate: Add more x86 mov instruction casesNamhyung Kim2023-09-151-3/+6
| * | perf pmu: Remove unused functionJames Clark2023-09-151-10/+0
| * | perf pmus: Simplify perf_pmus__find_core_pmu()James Clark2023-09-151-1/+7
| * | perf pmu: Move pmu__find_core_pmu() to pmus.cJames Clark2023-09-151-3/+3
| * | perf parse-events: Introduce 'struct parse_events_terms'Ian Rogers2023-09-111-10/+5
* | | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-014-4/+4
|\ \ \ | |_|/ |/| |
| * | syscalls: Cleanup references to sys_lookup_dcookie()Sohil Mehta2023-10-034-4/+4
| |/
* / tools headers UAPI: Sync files changed by new fchmodat2 and map_shadow_stack ...Arnaldo Carvalho de Melo2023-09-134-0/+5
|/
* perf pmu: Remove logic for PMU name being NULLIan Rogers2023-08-254-13/+13
* perf pmu: Parse sysfs events directly from a fileIan Rogers2023-08-241-1/+1
* perf pmu: Avoid passing format list to perf_pmu__format_bits()Ian Rogers2023-08-233-11/+10
* perf pmu: Avoid passing format list to perf_pmu__config_terms()Ian Rogers2023-08-231-20/+10
* perf jevents: Add a new expression builtin strcmp_cpuid_str()James Clark2023-08-171-17/+1
* perf test: Add a test for the new Arm CPU ID comparison behaviorJames Clark2023-08-174-0/+45
* perf arm64: Allow version comparisons of CPU IDsJames Clark2023-08-171-15/+52
* 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-011-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-202-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-135-31/+31
| * perf tests: Make x86 new instructions test optional at build timeAdrian Hunter2023-06-133-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
| |\