summaryrefslogtreecommitdiffstats
path: root/tools/perf/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-194-4/+19
| |\
| * | perf events x86: Use function to add missing lockIan Rogers2023-12-191-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-134-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-301-139/+0
| * | perf annotate: Add more x86 mov instruction casesNamhyung Kim2023-09-161-3/+6
| * | perf pmu: Remove unused functionJames Clark2023-09-161-10/+0
| * | perf pmus: Simplify perf_pmus__find_core_pmu()James Clark2023-09-161-1/+7
| * | perf pmu: Move pmu__find_core_pmu() to pmus.cJames Clark2023-09-161-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-024-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