summaryrefslogtreecommitdiffstats
path: root/tools/perf/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* perf intel-pt: Fix exclude_guest settingAdrian Hunter2024-08-031-0/+12
* perf intel-pt: Fix aux_watermark calculation for 64-bit sizeAdrian Hunter2024-08-031-1/+2
* tools headers: Update the syscall tables and unistd.h, mostly to support the ...Arnaldo Carvalho de Melo2024-05-281-1/+2
* perf arch x86: Add shellcheck to buildIan Rogers2024-04-123-1/+29
* perf intel-pt/intel-bts: Switch perf_cpu_map__has_any_cpu_or_is_empty useIan Rogers2024-03-212-7/+7
* treewide: remove meaningless assignments in MakefilesMasahiro Yamada2024-02-231-1/+1
* perf parse-regs: Introduce a weak function arch__sample_reg_masks()Leo Yan2024-02-151-1/+6
* perf maps: Get map before returning in maps__findIan Rogers2024-02-121-0/+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-241-10/+10
* perf mem: Clean up perf_mem_events__name()Kan Liang2024-01-243-59/+20
* perf mem: Clean up perf_mem_events__ptr()Kan Liang2024-01-241-12/+6
* perf mem: Add mem_events into the supported perf_pmuKan Liang2024-01-243-2/+18
* Merge tag 'perf-tools-for-v6.8-1-2024-01-09' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-01-195-59/+133
|\
| * 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-181-1/+4
| |\
| * | perf events x86: Use function to add missing lockIan Rogers2023-12-181-45/+58
| * | libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_...Ian Rogers2023-12-122-7/+7
* | | Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-091-0/+5
|\ \ \ | |_|/ |/| |
| * | LSM: wireup Linux Security Module syscallsCasey Schaufler2023-11-121-0/+3
* | | 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-033-170/+26
|\|
| * perf pmu: Lazily compute default configIan Rogers2023-10-172-14/+13
| * 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-171-3/+2
| * Merge tag 'perf-tools-fixes-for-v6.6-1-2023-09-25' into perf-tools-nextArnaldo Carvalho de Melo2023-10-101-0/+2
| |\
| * | 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 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-011-1/+1
|\ \ \ | |_|/ |/| |
| * | syscalls: Cleanup references to sys_lookup_dcookie()Sohil Mehta2023-10-031-1/+1
| |/
* / tools headers UAPI: Sync files changed by new fchmodat2 and map_shadow_stack ...Arnaldo Carvalho de Melo2023-09-131-0/+2
|/
* perf pmu: Remove logic for PMU name being NULLIan Rogers2023-08-252-9/+9
* 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-231-4/+3
* perf pmu: Avoid passing format list to perf_pmu__config_terms()Ian Rogers2023-08-231-20/+10
* perf parse-regs: Move out arch specific header from util/perf_regs.hLeo Yan2023-08-162-0/+2
* perf parse-regs: Remove PERF_REGS_{MAX|MASK} from common codeLeo Yan2023-08-161-0/+5
* perf parse-regs: Remove unused macros PERF_REG_{IP|SP}Leo Yan2023-08-161-2/+0
* 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-111-0/+1
* 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-3022-144/+430
|\|