summaryrefslogtreecommitdiffstats
path: root/tools/perf/arch
Commit message (Expand)AuthorAgeFilesLines
* tools headers: Update the syscall tables and unistd.h, mostly to support the ...Arnaldo Carvalho de Melo2024-05-284-1/+5
* Merge tag 'perf-tools-for-v6.10-1-2024-05-21' of git://git.kernel.org/pub/scm...Linus Torvalds2024-05-218-222/+220
|\
| * perf cs-etm: Improve version detection and error reportingJames Clark2024-05-021-18/+43
| * perf cs-etm: Remove repeated fetches of the ETM PMUJames Clark2024-05-021-33/+27
| * perf cs-etm: Use struct perf_cpu as much as possibleJames Clark2024-05-021-116/+88
| * perf arch x86: Add shellcheck to buildIan Rogers2024-04-123-1/+29
| * perf cpumap: Use perf_cpu_map__for_each_cpu when possibleIan Rogers2024-03-211-6/+4
| * perf arm64 header: Remove unnecessary CPU map get and putIan Rogers2024-03-211-3/+0
| * perf intel-pt/intel-bts: Switch perf_cpu_map__has_any_cpu_or_is_empty useIan Rogers2024-03-212-7/+7
| * perf arm-spe/cs-etm: Directly iterate CPU mapsIan Rogers2024-03-212-67/+51
* | perf riscv: Fix the warning due to the incompatible typeBen Zong-You Xie2024-04-261-1/+1
|/
* treewide: remove meaningless assignments in MakefilesMasahiro Yamada2024-02-236-6/+6
* perf parse-regs: Introduce a weak function arch__sample_reg_masks()Leo Yan2024-02-1510-9/+56
* perf maps: Get map before returning in maps__findIan Rogers2024-02-121-0/+1
* perf kvm powerpc: Fix buildIan Rogers2024-02-071-1/+1
* perf parse-events: Print all errorsIan Rogers2024-02-021-3/+2
* perf tsc: Add missing newlines to debug statementsIan Rogers2024-02-021-2/+2
* perf mem: Clean up perf_pmus__num_mem_pmus()Kan Liang2024-01-241-10/+0
* perf mem: Clean up is_mem_loads_aux_event()Kan Liang2024-01-241-19/+4
* perf mem: Clean up perf_mem_event__supported()Kan Liang2024-01-243-18/+18
* perf mem: Clean up perf_mem_events__name()Kan Liang2024-01-248-89/+52
* perf mem: Clean up perf_mem_events__ptr()Kan Liang2024-01-242-21/+7
* perf mem: Add mem_events into the supported perf_pmuKan Liang2024-01-246-5/+32
* 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