aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-23treewide: remove meaningless assignments in MakefilesMasahiro Yamada6-6/+6
2024-02-15perf parse-regs: Introduce a weak function arch__sample_reg_masks()Leo Yan10-9/+56
2024-02-12perf maps: Get map before returning in maps__findIan Rogers1-0/+1
2024-02-07perf kvm powerpc: Fix buildIan Rogers1-1/+1
2024-02-02perf parse-events: Print all errorsIan Rogers1-3/+2
2024-02-02perf tsc: Add missing newlines to debug statementsIan Rogers1-2/+2
2024-01-24perf mem: Clean up perf_pmus__num_mem_pmus()Kan Liang1-10/+0
2024-01-24perf mem: Clean up is_mem_loads_aux_event()Kan Liang1-19/+4
2024-01-24perf mem: Clean up perf_mem_event__supported()Kan Liang3-18/+18
2024-01-24perf mem: Clean up perf_mem_events__name()Kan Liang8-89/+52
2024-01-24perf mem: Clean up perf_mem_events__ptr()Kan Liang2-21/+7
2024-01-24perf mem: Add mem_events into the supported perf_pmuKan Liang6-5/+32
2024-01-19Merge tag 'perf-tools-for-v6.8-1-2024-01-09' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-toolsLinus Torvalds9-73/+147
2024-01-09Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsmLinus Torvalds4-0/+20
2024-01-03perf x86 test: Add hybrid test for conflicting legacy/sysfs eventIan Rogers1-0/+23
2024-01-03perf x86 test: Update hybrid expectationsIan Rogers1-7/+7
2023-12-23perf dwarf-regs: Add get_dwarf_regnum()Namhyung Kim1-0/+38
2023-12-18Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo4-4/+19
2023-12-18perf events x86: Use function to add missing lockIan Rogers1-45/+58
2023-12-12libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__new_online_cpus()Ian Rogers2-4/+4
2023-12-12libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_is_empty()Ian Rogers4-14/+14
2023-11-22tools/perf: Update tools's copy of mips syscall tableNamhyung Kim1-0/+4
2023-11-22tools/perf: Update tools's copy of s390 syscall tableNamhyung Kim1-0/+4
2023-11-22tools/perf: Update tools's copy of powerpc syscall tableNamhyung Kim1-0/+4
2023-11-22tools/perf: Update tools's copy of x86 syscall tableNamhyung Kim1-0/+3
2023-11-12LSM: wireup Linux Security Module syscallsCasey Schaufler4-0/+12
2023-11-10perf annotate: Move raw_comment and raw_func_start fields out of 'struct ins_operands'Namhyung Kim1-3/+3
2023-11-03Merge tag 'perf-tools-for-v6.7-1-2023-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-toolsLinus Torvalds9-227/+87
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds4-4/+4
2023-10-17tools/perf/arch/powerpc: Fix the CPU ID const char* value by adding 0x prefixAthira Rajeev1-1/+1
2023-10-17perf cs-etm: Respect timestamp optionLeo Yan1-0/+9
2023-10-17perf cs-etm: Validate timestamp tracing in per-thread modeLeo Yan1-2/+11
2023-10-17perf pmu: Lazily compute default configIan Rogers5-48/+41
2023-10-17perf arm-spe: Move PMU initialization from default config codeIan Rogers2-3/+2
2023-10-17perf intel-pt: Move PMU initialization from default config codeIan Rogers2-2/+1
2023-10-17perf pmu: Rename perf_pmu__get_default_config to perf_pmu__arch_initIan Rogers3-10/+6
2023-10-10Merge tag 'perf-tools-fixes-for-v6.6-1-2023-09-25' into perf-tools-nextArnaldo Carvalho de Melo4-0/+5
2023-10-03syscalls: Cleanup references to sys_lookup_dcookie()Sohil Mehta4-4/+4
2023-09-29perf pmus: Make PMU alias name loading lazyIan Rogers1-139/+0
2023-09-15perf annotate: Add more x86 mov instruction casesNamhyung Kim1-3/+6
2023-09-15perf pmu: Remove unused functionJames Clark1-10/+0
2023-09-15perf pmus: Simplify perf_pmus__find_core_pmu()James Clark1-1/+7
2023-09-15perf 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 syscalls with the kernel sourcesArnaldo 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