summaryrefslogtreecommitdiffstats
path: root/tools/perf/arch
Commit message (Expand)AuthorAgeFilesLines
* perf tools riscv: Fix build error on riscv due to missing header for 'struct ...Eric Lin2023-01-021-1/+1
* perf arm64: Simplify mksyscalltblHans-Peter Nilsson2022-12-211-20/+3
* tools headers UAPI: Sync powerpc syscall table with the kernel sourcesArnaldo Carvalho de Melo2022-12-201-2/+5
* perf build: Use libtraceevent from the systemIan Rogers2022-12-145-4/+8
* perf arm64: Fix mksyscalltbl, don't lose syscalls due to sort -nuHans-Peter Nilsson2022-12-051-1/+1
* perf stat: Pass through 'struct outstate'Namhyung Kim2022-11-241-2/+2
* perf cpumap: Tidy libperf includesIan Rogers2022-11-161-0/+1
* 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-319-4/+9
* perf arch x86: Add missing stdlib.h to get free() prototypeArnaldo Carvalho de Melo2022-10-272-0/+2
* perf tools riscv: Add support for get_cpuid_str functionNikita Shubin2022-10-272-0/+105
* tools headers UAPI: Sync powerpc syscall tables with the kernel sourcesArnaldo Carvalho de Melo2022-10-251-6/+10
* perf auxtrace arm64: Add support for HiSilicon PCIe Tune and Trace device driverQi Liu2022-10-154-1/+255
* perf auxtrace arm: Refactor event list iteration in auxtrace_record__init()Qi Liu2022-10-151-19/+34
* perf intel-pt: Fix system_wide dummy event for hybridAdrian Hunter2022-10-151-1/+1
* perf annotate: Add missing condition flags for arm64Namhyung Kim2022-10-141-1/+1
* Merge tag 'perf-tools-for-v6.1-1-2022-10-07' of git://git.kernel.org/pub/scm/...Linus Torvalds2022-10-112-12/+34
|\
| * 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
* | powerpc: Adopt SYSCALL_DEFINE for arch-specific syscall handlersRohan McLure2022-09-281-11/+11
* | powerpc/32: Remove powerpc select specialisationRohan McLure2022-09-261-1/+1
|/
* perf pmu-events: Hide the pmu_eventsIan Rogers2022-08-131-1/+1
* perf pmu-events: Avoid passing pmu_events_mapIan Rogers2022-08-131-2/+2
* perf tools: Do not pass NULL to parse_events()Adrian Hunter2022-08-107-7/+7
* 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 mem: Trace physical address for Arm SPE eventsLeo Yan2022-06-031-3/+3
* 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 tools arm64: Add support for VG registerJames Clark2022-05-271-0/+38
* perf unwind arm64: Decouple Libunwind register names from PerfJames Clark2022-05-261-71/+2
* 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-105-0/+5
* | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-04-305-63/+10
|\|
| * perf symbol: Remove arch__symbols__fixup_end()Namhyung Kim2022-04-284-63/+0