summaryrefslogtreecommitdiff
path: root/tools/perf/arch
AgeCommit message (Expand)AuthorFilesLines
2023-05-07Merge tag 'perf-tools-for-v6.4-3-2023-05-06' of git://git.kernel.org/pub/scm/...Linus Torvalds28-347/+270
2023-05-04Merge tag 'loongarch-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds11-0/+359
2023-05-01tools/perf: Add basic support for LoongArchHuacai Chen11-0/+359
2023-04-24perf cs-etm: Allow user to override timestamp and contextid settingsJames Clark2-6/+25
2023-04-24perf cs-etm: Validate options after applying themJames Clark1-84/+68
2023-04-24perf cs-etm: Don't test full_auxtrace because it's always setJames Clark1-31/+25
2023-04-24perf tools: Add util function for overriding user set config valuesJames Clark2-44/+4
2023-04-24perf evsel: Introduce evsel__name_is() method to check if the evsel name is e...Arnaldo Carvalho de Melo3-8/+8
2023-04-12perf arm-spe: Use zfree() to reduce chances of use after freeArnaldo Carvalho de Melo1-1/+1
2023-04-12perf x86 iostat: Use zfree() to reduce chances of use after freeArnaldo Carvalho de Melo1-3/+4
2023-04-07perf map: Add accessors for ->pgoff and ->relocIan Rogers1-1/+1
2023-04-07perf map: Add helper for ->map_ip() and ->unmap_ip()Ian Rogers2-2/+2
2023-04-04perf map: Add accessor for start and endIan Rogers6-7/+7
2023-04-04perf map: Add accessor for dsoIan Rogers2-2/+2
2023-04-04perf maps: Remove rb_node from struct mapIan Rogers1-6/+7
2023-04-04perf intel-pt: Use perf_pmu__scan_file_at() if possibleNamhyung Kim1-20/+32
2023-04-04perf pmu: Use relative path in setup_pmu_alias_list()Namhyung Kim1-6/+7
2023-04-04perf cs-etm: Update record event to use new Trace ID protocolMike Leach1-10/+17
2023-04-04perf annotate: Own objdump_path and disassembler_style stringsIan Rogers2-3/+3
2023-04-04perf stat: Suppress warning when using cpum_cf events on s390Thomas Richter2-0/+24
2023-03-23sh: remove sh5/sh64 last fragmentsRandy Dunlap1-2/+0
2023-03-21perf intel-pt: Add support for new branch instructions ERETS and ERETUAdrian Hunter1-0/+4
2023-03-15perf kvm: Use macro to replace variable 'decode_str_len'Leo Yan4-8/+4
2023-03-13perf cs-etm: Avoid printing warning in cs_etm_is_ete() checkJames Clark1-1/+5
2023-03-13perf cs-etm: Reduce verbosity of ts_source warningJames Clark1-4/+4
2023-03-13perf parse-events: Sort and group parsed eventsIan Rogers1-23/+16
2023-03-13perf pmu: Earlier PMU auxtrace initializationIan Rogers2-6/+6
2023-02-19perf stat: Implement --topdown using json metricsIan Rogers1-47/+1
2023-02-19perf stat: Add TopdownL1 metric as a default if presentIan Rogers3-34/+3
2023-02-19perf pmu-events: Change aggr_mode to be an enumIan Rogers1-1/+1
2023-02-06perf event x86: Add retire_lat when synthesizing PERF_SAMPLE_WEIGHT_STRUCTKan Liang1-0/+1
2023-02-06perf test x86: Support the retire_lat (Retire Latency) sample_type checkKan Liang1-1/+4
2023-02-03perf report: Support Retire LatencyKan Liang1-0/+20
2023-02-03perf pmu-events: Introduce pmu_metrics_tableIan Rogers1-0/+9
2023-02-03perf pmu-events: Separate the metrics from events for no jeventsIan Rogers1-1/+1
2023-02-02perf pmu-events: Add separate metric from pmu_eventIan Rogers1-2/+2
2023-01-27perf cs-etm: Improve missing sink warning messageJames Clark1-3/+9
2023-01-23perf cs_etm: Record ts_source in AUXTRACE_INFO for ETMv4 and ETEGerman Gomez1-0/+48
2023-01-23perf cs_etm: Keep separate symbols for ETMv4 and ETE parametersGerman Gomez1-7/+36
2023-01-23perf pmu: Remove duplication around EVENT_SOURCE_DEVICE_PATHJames Clark3-15/+6
2023-01-19perf pmu: Add #slots literal support for arm64Jing Zhang1-2/+33
2023-01-02perf tools riscv: Fix build error on riscv due to missing header for 'struct ...Eric Lin1-1/+1
2022-12-21perf arm64: Simplify mksyscalltblHans-Peter Nilsson1-20/+3
2022-12-20tools headers UAPI: Sync powerpc syscall table with the kernel sourcesArnaldo Carvalho de Melo1-2/+5
2022-12-14perf build: Use libtraceevent from the systemIan Rogers5-4/+8
2022-12-05perf arm64: Fix mksyscalltbl, don't lose syscalls due to sort -nuHans-Peter Nilsson1-1/+1
2022-11-24perf stat: Pass through 'struct outstate'Namhyung Kim1-2/+2
2022-11-16perf cpumap: Tidy libperf includesIan Rogers1-0/+1
2022-11-09perf intel-pt: Add hybrid CPU compatibility testAdrian Hunter3-1/+157
2022-11-09perf intel-pt: Redefine test_suite to allow for adding more subtestsAdrian Hunter1-2/+12