summaryrefslogtreecommitdiffstats
path: root/tools/perf/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* 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
* | perf parse-events: Support different format of the topdown event nameKan Liang2022-05-201-1/+1
* | perf evsel: Fixes topdown events in a weak group for the hybrid platformKan Liang2022-05-201-2/+21
* | perf evlist: Keep topdown counters in weak groupIan Rogers2022-05-171-0/+12
* | perf auxtrace: Record whether an auxtrace mmap is neededAdrian Hunter2022-05-102-0/+2
|/
* perf evlist: Rename cpus to user_requested_cpusIan Rogers2022-04-012-3/+3
* perf parse-events: Move slots only with topdownIan Rogers2022-03-221-4/+14
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-03-224-1/+3534
|\
| * Merge tag 'x86_misc_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-03-213-0/+3533
| |\
| | * perf/tests: Add AVX512-FP16 instructions to x86 instruction decoder testAdrian Hunter2022-01-233-0/+3426
| | * perf/tests: Add misc instructions to the x86 instruction decoder testAdrian Hunter2022-01-233-0/+50
| | * perf/tests: Add AMX instructions to x86 instruction decoder testAdrian Hunter2022-01-232-0/+57
| * | perf parse-events: Ignore case in topdown.slots checkIan Rogers2022-03-181-1/+1
| |/
* | perf intel-pt: Record Event Trace capability flagAdrian Hunter2022-02-151-0/+7
* | perf intel-pt: pkt-decoder: Add MODE.Exec IFLAG bitAdrian Hunter2022-02-151-2/+5
* | perf intel-pt: pkt-decoder: Add CFE and EVD packetsAdrian Hunter2022-02-151-0/+8
* | perf intel-pt: pkt-decoder-test: Fix scope of test_dataAdrian Hunter2022-02-151-1/+1
* | perf maps: Use a pointer for kmapsIan Rogers2022-02-141-1/+1
|/
* tools headers UAPI: Sync files changed by new set_mempolicy_home_node syscallArnaldo Carvalho de Melo2022-01-201-0/+1
* perf arch: Support register names from all archsGerman Gomez2021-12-161-82/+0
* perf parse-events: Architecture specific leader overrideIan Rogers2021-12-071-0/+17