summaryrefslogtreecommitdiffstats
path: root/tools/perf/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * perf mem amd: Fix perf_pmus__num_mem_pmus()Ravi Bangoria2023-06-161-0/+12
| * perf tool x86: Fix perf_env memory leakIan Rogers2023-06-141-1/+1
| * perf tool x86: Consolidate is_amd check into single functionRavi Bangoria2023-06-135-31/+31
| * perf tests: Make x86 new instructions test optional at build timeAdrian Hunter2023-06-133-1/+10
| * perf thread: Add accessor functions for threadIan Rogers2023-06-121-1/+1
| * perf annotate: Remove x86 instructions with suffixNamhyung Kim2023-06-091-42/+10
| * perf tools: Declare syscalltbl_*[] as const for all archsTiezhu Yang2023-06-051-1/+1
| * perf test x86: intel-pt-test data is immutable so mark it constIan Rogers2023-05-281-7/+7
| * perf test x86: insn-x86 test data is immutable so mark it constIan Rogers2023-05-281-5/+5
| * perf pmus: Remove perf_pmus__has_hybridIan Rogers2023-05-273-3/+3
| * perf pmus: Allow just core PMU scanningIan Rogers2023-05-272-9/+4
| * perf pmu: Separate pmu and pmusIan Rogers2023-05-279-21/+28
| * perf x86 mem: minor refactor to is_mem_loads_aux_eventIan Rogers2023-05-271-7/+7
| * perf x86: Iterate hybrid PMUs as core PMUsIan Rogers2023-05-273-13/+28
| * perf evlist: Remove __evlist__add_defaultIan Rogers2023-05-271-20/+0
| * perf annotate: Handle "decq", "incq", "testq", "tzcnt" instructions on x86Namhyung Kim2023-05-151-0/+4
| * perf parse-events: Don't reorder atom cpu eventsIan Rogers2023-05-151-2/+2
| * perf test x86 hybrid: Add hybrid extended type checksIan Rogers2023-05-151-0/+12
| * perf test x86 hybrid: Update test expectationsIan Rogers2023-05-151-28/+26
| * perf test: Move x86 hybrid tests to arch/x86Ian Rogers2023-05-154-0/+289
* | perf test: Add selftest to test IBS invocation via core pmu eventsRavi Bangoria2023-05-084-0/+75
|/
* perf tools: Add util function for overriding user set config valuesJames Clark2023-04-241-20/+2
* perf evsel: Introduce evsel__name_is() method to check if the evsel name is e...Arnaldo Carvalho de Melo2023-04-241-4/+4
* perf x86 iostat: Use zfree() to reduce chances of use after freeArnaldo Carvalho de Melo2023-04-121-3/+4
* perf map: Add accessors for ->pgoff and ->relocIan Rogers2023-04-061-1/+1
* perf map: Add accessor for start and endIan Rogers2023-04-042-3/+3