summaryrefslogtreecommitdiffstats
path: root/tools/perf/arch/x86/util/perf_regs.c
Commit message (Expand)AuthorAgeFilesLines
* perf parse-regs: Introduce a weak function arch__sample_reg_masks()Leo Yan2024-02-151-1/+6
* perf parse-regs: Move out arch specific header from util/perf_regs.hLeo Yan2023-08-161-0/+1
* perf parse-regs: Remove PERF_REGS_{MAX|MASK} from common codeLeo Yan2023-08-161-0/+5
* perf pmus: Remove perf_pmus__has_hybridIan Rogers2023-05-271-1/+1
* perf pmus: Allow just core PMU scanningIan Rogers2023-05-271-5/+3
* perf pmu: Separate pmu and pmusIan Rogers2023-05-271-2/+3
* perf x86: Iterate hybrid PMUs as core PMUsIan Rogers2023-05-271-4/+10
* perf regs x86: Fix arch__intr_reg_mask() for the hybrid platformKan Liang2022-05-211-0/+12
* perf tools: Fix various typos in commentsIngo Molnar2021-03-231-2/+2
* tools: Fix off-by 1 relative directory includesIan Rogers2020-03-061-4/+4
* perf event: Remove needless include directives from event.hArnaldo Carvalho de Melo2019-08-311-0/+1
* perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo2019-08-311-0/+1
* perf tools: Move everything related to sys_perf_event_open() to perf-sys.hArnaldo Carvalho de Melo2019-08-291-1/+1
* tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-091-1/+1
* perf/x86/regs: Use PERF_REG_EXTENDED_MASKKan Liang2019-06-241-2/+2
* perf regs x86: Add X86 specific arch__intr_reg_mask()Kan Liang2019-05-161-0/+28
* perf tools x86: Add support for recording and printing XMM registersAndi Kleen2019-05-151-0/+16
* perf tools: Fix compilation errors on gcc8Jiri Olsa2018-07-111-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* perf tools: Include errno.h where neededArnaldo Carvalho de Melo2017-04-191-0/+1
* perf/sdt/x86: Move OP parser to tools/perf/arch/x86/Ravi Bangoria2017-03-281-32/+147
* perf/sdt/x86: Add renaming logic for (missing) 8 bit registersRavi Bangoria2017-03-281-0/+8
* perf sdt x86: Add renaming logic for rNN and other registersRavi Bangoria2017-03-211-12/+32
* perf probe: Add sdt probes arguments into the uprobe cmd stringAlexis Berlemont2017-03-211-0/+83
* perf tools: Fix link time error with sample_reg_masks on non x86Stephane Eranian2015-09-011-23/+21
* perf/x86: Add list of register namesStephane Eranian2015-08-311-0/+30