summaryrefslogtreecommitdiffstats
path: root/tools/perf/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'perf-tools-for-v6.8-1-2024-01-09' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-01-199-73/+147
|\
| * perf x86 test: Add hybrid test for conflicting legacy/sysfs eventIan Rogers2024-01-031-0/+23
| * perf x86 test: Update hybrid expectationsIan Rogers2024-01-031-7/+7
| * perf dwarf-regs: Add get_dwarf_regnum()Namhyung Kim2023-12-231-0/+38
| * Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo2023-12-184-4/+19
| |\
| * | perf events x86: Use function to add missing lockIan Rogers2023-12-181-45/+58
| * | libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...Ian Rogers2023-12-122-4/+4
| * | libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_...Ian Rogers2023-12-124-14/+14
| * | perf annotate: Move raw_comment and raw_func_start fields out of 'struct ins_...Namhyung Kim2023-11-101-3/+3
* | | Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-094-0/+20
|\ \ \ | |_|/ |/| |
| * | LSM: wireup Linux Security Module syscallsCasey Schaufler2023-11-124-0/+12
* | | tools/perf: Update tools's copy of mips syscall tableNamhyung Kim2023-11-221-0/+4
* | | tools/perf: Update tools's copy of s390 syscall tableNamhyung Kim2023-11-221-0/+4
* | | tools/perf: Update tools's copy of powerpc syscall tableNamhyung Kim2023-11-221-0/+4
* | | tools/perf: Update tools's copy of x86 syscall tableNamhyung Kim2023-11-221-0/+3
|/ /
* | 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
|\