summaryrefslogtreecommitdiff
path: root/tools/perf/arch/x86
AgeCommit message (Expand)Author
2023-07-11tools headers UAPI: Sync files changed by new cachestat syscall with the kern...Arnaldo Carvalho de Melo
2023-07-08Merge tag 'perf-tools-for-v6.5-2-2023-07-06' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-07-01perf evsel amd: Fix IBS error messageRavi Bangoria
2023-06-30Merge tag 'perf-tools-for-v6.5-1-2023-06-28' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-06-16perf mem amd: Fix perf_pmus__num_mem_pmus()Ravi Bangoria
2023-06-14perf tool x86: Fix perf_env memory leakIan Rogers
2023-06-13perf tool x86: Consolidate is_amd check into single functionRavi Bangoria
2023-06-13perf tests: Make x86 new instructions test optional at build timeAdrian Hunter
2023-06-12perf thread: Add accessor functions for threadIan Rogers
2023-06-09perf annotate: Remove x86 instructions with suffixNamhyung Kim
2023-06-05perf tools: Declare syscalltbl_*[] as const for all archsTiezhu Yang
2023-05-28perf test x86: intel-pt-test data is immutable so mark it constIan Rogers
2023-05-28perf test x86: insn-x86 test data is immutable so mark it constIan Rogers
2023-05-27perf pmus: Remove perf_pmus__has_hybridIan Rogers
2023-05-27perf pmus: Allow just core PMU scanningIan Rogers
2023-05-27perf pmu: Separate pmu and pmusIan Rogers
2023-05-27perf x86 mem: minor refactor to is_mem_loads_aux_eventIan Rogers
2023-05-27perf x86: Iterate hybrid PMUs as core PMUsIan Rogers
2023-05-27perf evlist: Remove __evlist__add_defaultIan Rogers
2023-05-15perf annotate: Handle "decq", "incq", "testq", "tzcnt" instructions on x86Namhyung Kim
2023-05-15perf parse-events: Don't reorder atom cpu eventsIan Rogers
2023-05-15perf test x86 hybrid: Add hybrid extended type checksIan Rogers
2023-05-15perf test x86 hybrid: Update test expectationsIan Rogers
2023-05-15perf test: Move x86 hybrid tests to arch/x86Ian Rogers
2023-05-08perf test: Add selftest to test IBS invocation via core pmu eventsRavi Bangoria
2023-04-24perf tools: Add util function for overriding user set config valuesJames Clark
2023-04-24perf evsel: Introduce evsel__name_is() method to check if the evsel name is e...Arnaldo Carvalho de Melo
2023-04-12perf x86 iostat: Use zfree() to reduce chances of use after freeArnaldo Carvalho de Melo
2023-04-06perf map: Add accessors for ->pgoff and ->relocIan Rogers
2023-04-04perf map: Add accessor for start and endIan Rogers
2023-04-04perf maps: Remove rb_node from struct mapIan Rogers
2023-04-04perf intel-pt: Use perf_pmu__scan_file_at() if possibleNamhyung Kim
2023-04-04perf pmu: Use relative path in setup_pmu_alias_list()Namhyung Kim
2023-03-20perf intel-pt: Add support for new branch instructions ERETS and ERETUAdrian Hunter
2023-03-15perf kvm: Use macro to replace variable 'decode_str_len'Leo Yan
2023-03-13perf parse-events: Sort and group parsed eventsIan Rogers
2023-03-13perf pmu: Earlier PMU auxtrace initializationIan Rogers
2023-02-19perf stat: Implement --topdown using json metricsIan Rogers
2023-02-19perf stat: Add TopdownL1 metric as a default if presentIan Rogers
2023-02-06perf event x86: Add retire_lat when synthesizing PERF_SAMPLE_WEIGHT_STRUCTKan Liang
2023-02-06perf test x86: Support the retire_lat (Retire Latency) sample_type checkKan Liang
2023-02-03perf report: Support Retire LatencyKan Liang
2023-01-22perf pmu: Remove duplication around EVENT_SOURCE_DEVICE_PATHJames Clark
2022-12-14perf build: Use libtraceevent from the systemIan Rogers
2022-11-24perf stat: Pass through 'struct outstate'Namhyung Kim
2022-11-09perf intel-pt: Add hybrid CPU compatibility testAdrian Hunter
2022-11-09perf intel-pt: Redefine test_suite to allow for adding more subtestsAdrian Hunter
2022-11-09perf intel-pt: Start turning intel-pt-pkt-decoder-test.c into a suite of inte...Adrian Hunter
2022-10-31perf tools: Move 'struct perf_sample' to a separate header file to disentangl...Arnaldo Carvalho de Melo
2022-10-27perf arch x86: Add missing stdlib.h to get free() prototypeArnaldo Carvalho de Melo