summaryrefslogtreecommitdiffstats
path: root/tools/perf/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-021-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-145-31/+31
| * perf tests: Make x86 new instructions test optional at build timeAdrian Hunter2023-06-143-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-071-1/+1
* perf map: Add accessor for start and endIan Rogers2023-04-042-3/+3
* perf maps: Remove rb_node from struct mapIan Rogers2023-04-041-6/+7
* perf intel-pt: Use perf_pmu__scan_file_at() if possibleNamhyung Kim2023-04-041-20/+32
* perf pmu: Use relative path in setup_pmu_alias_list()Namhyung Kim2023-04-041-6/+7
* perf intel-pt: Add support for new branch instructions ERETS and ERETUAdrian Hunter2023-03-201-0/+4
* perf kvm: Use macro to replace variable 'decode_str_len'Leo Yan2023-03-151-4/+3
* perf parse-events: Sort and group parsed eventsIan Rogers2023-03-131-23/+16
* perf pmu: Earlier PMU auxtrace initializationIan Rogers2023-03-132-6/+6
* perf stat: Implement --topdown using json metricsIan Rogers2023-02-191-47/+1
* perf stat: Add TopdownL1 metric as a default if presentIan Rogers2023-02-193-34/+3
* perf event x86: Add retire_lat when synthesizing PERF_SAMPLE_WEIGHT_STRUCTKan Liang2023-02-061-0/+1
* perf test x86: Support the retire_lat (Retire Latency) sample_type checkKan Liang2023-02-061-1/+4
* perf report: Support Retire LatencyKan Liang2023-02-031-0/+20
* perf pmu: Remove duplication around EVENT_SOURCE_DEVICE_PATHJames Clark2023-01-221-10/+2
* perf build: Use libtraceevent from the systemIan Rogers2022-12-142-1/+5
* perf stat: Pass through 'struct outstate'Namhyung Kim2022-11-241-2/+2
* perf intel-pt: Add hybrid CPU compatibility testAdrian Hunter2022-11-093-1/+157
* perf intel-pt: Redefine test_suite to allow for adding more subtestsAdrian Hunter2022-11-091-2/+12
* perf intel-pt: Start turning intel-pt-pkt-decoder-test.c into a suite of inte...Adrian Hunter2022-11-092-1/+1
* perf tools: Move 'struct perf_sample' to a separate header file to disentangl...Arnaldo Carvalho de Melo2022-10-313-1/+3
* perf arch x86: Add missing stdlib.h to get free() prototypeArnaldo Carvalho de Melo2022-10-272-0/+2