summaryrefslogtreecommitdiff
path: root/tools/perf/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/ti...Stephen Rothwell2023-05-184-0/+75
|\
| * perf test: Add selftest to test IBS invocation via core pmu eventsRavi Bangoria2023-05-084-0/+75
* | 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 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
* 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
* perf intel-pt: Fix system_wide dummy event for hybridAdrian Hunter2022-10-151-1/+1
* perf mem/c2c: Add load store event mappings for AMDRavi Bangoria2022-10-061-2/+29
* perf tools: Add evlist__add_sched_switch()Namhyung Kim2022-10-061-10/+5
* perf tools: Do not pass NULL to parse_events()Adrian Hunter2022-08-105-5/+5
* perf test: Remove x86 rdpmc testIan Rogers2022-08-013-185/+0
* perf stat: Add topdown metrics in the default perf stat on the hybrid machineZhengjun Xing2022-07-293-11/+54
* perf x86 evlist: Add default hybrid events for perf statKan Liang2022-07-291-1/+51
* perf evlist: Always use arch_evlist__add_default_attrs()Kan Liang2022-07-291-1/+6
* perf evsel: Add arch_evsel__hw_name()Kan Liang2022-07-291-0/+20
* perf tsc: Add cpuinfo fall back for arch_get_tsc_freq()Ian Rogers2022-07-251-4/+48
* perf tsc: Add arch TSC frequency informationKan Liang2022-07-253-16/+78
* perf record ibs: Warn about sampling period skewRavi Bangoria2022-06-241-0/+52
* perf record: Support sample-read topdown metric group for hybrid platformsZhengjun Xing2022-06-033-18/+13
* perf evlist: Extend arch_evsel__must_be_in_group to support hybrid systemsZhengjun Xing2022-06-031-1/+1
* perf intel-pt: Track sideband system-wide when neededAdrian Hunter2022-05-261-8/+10
* perf intel-pt: Use evlist__add_dummy_on_all_cpus() for switch trackingAdrian Hunter2022-05-261-10/+3
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-05-231-0/+12
|\
| * perf regs x86: Fix arch__intr_reg_mask() for the hybrid platformKan Liang2022-05-211-0/+12
* | perf parse-events: Move slots event for the hybrid platform tooKan Liang2022-05-203-2/+35