summaryrefslogtreecommitdiff
path: root/tools/perf/arch
AgeCommit message (Expand)Author
2023-04-04perf map: Add accessor for start and endIan Rogers
2023-04-04perf map: Add accessor for dsoIan 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-04-04perf cs-etm: Update record event to use new Trace ID protocolMike Leach
2023-04-04perf annotate: Own objdump_path and disassembler_style stringsIan Rogers
2023-04-04perf stat: Suppress warning when using cpum_cf events on s390Thomas Richter
2023-03-23sh: remove sh5/sh64 last fragmentsRandy Dunlap
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 cs-etm: Avoid printing warning in cs_etm_is_ete() checkJames Clark
2023-03-13perf cs-etm: Reduce verbosity of ts_source warningJames Clark
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-19perf pmu-events: Change aggr_mode to be an enumIan 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-02-03perf pmu-events: Introduce pmu_metrics_tableIan Rogers
2023-02-03perf pmu-events: Separate the metrics from events for no jeventsIan Rogers
2023-02-02perf pmu-events: Add separate metric from pmu_eventIan Rogers
2023-01-27perf cs-etm: Improve missing sink warning messageJames Clark
2023-01-22perf cs_etm: Record ts_source in AUXTRACE_INFO for ETMv4 and ETEGerman Gomez
2023-01-22perf cs_etm: Keep separate symbols for ETMv4 and ETE parametersGerman Gomez
2023-01-22perf pmu: Remove duplication around EVENT_SOURCE_DEVICE_PATHJames Clark
2023-01-19perf pmu: Add #slots literal support for arm64Jing Zhang
2023-01-02perf tools riscv: Fix build error on riscv due to missing header for 'struct ...Eric Lin
2022-12-21perf arm64: Simplify mksyscalltblHans-Peter Nilsson
2022-12-20tools headers UAPI: Sync powerpc syscall table with the kernel sourcesArnaldo Carvalho de Melo
2022-12-14perf build: Use libtraceevent from the systemIan Rogers
2022-12-05perf arm64: Fix mksyscalltbl, don't lose syscalls due to sort -nuHans-Peter Nilsson
2022-11-24perf stat: Pass through 'struct outstate'Namhyung Kim
2022-11-16perf cpumap: Tidy libperf includesIan Rogers
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
2022-10-27perf tools riscv: Add support for get_cpuid_str functionNikita Shubin
2022-10-25tools headers UAPI: Sync powerpc syscall tables with the kernel sourcesArnaldo Carvalho de Melo
2022-10-15perf auxtrace arm64: Add support for HiSilicon PCIe Tune and Trace device driverQi Liu
2022-10-15perf auxtrace arm: Refactor event list iteration in auxtrace_record__init()Qi Liu
2022-10-15perf intel-pt: Fix system_wide dummy event for hybridAdrian Hunter
2022-10-14perf annotate: Add missing condition flags for arm64Namhyung Kim
2022-10-11Merge tag 'perf-tools-for-v6.1-1-2022-10-07' of git://git.kernel.org/pub/scm/...Linus Torvalds
2022-10-06perf mem/c2c: Add load store event mappings for AMDRavi Bangoria
2022-10-06perf tools: Add evlist__add_sched_switch()Namhyung Kim