summaryrefslogtreecommitdiffstats
path: root/tools/perf/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'perf-tools-for-v6.4-3-2023-05-06' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-05-0728-347/+270
|\
| * perf cs-etm: Allow user to override timestamp and contextid settingsJames Clark2023-04-242-6/+25
| * perf cs-etm: Validate options after applying themJames Clark2023-04-241-84/+68
| * perf cs-etm: Don't test full_auxtrace because it's always setJames Clark2023-04-241-31/+25
| * perf tools: Add util function for overriding user set config valuesJames Clark2023-04-242-44/+4
| * perf evsel: Introduce evsel__name_is() method to check if the evsel name is e...Arnaldo Carvalho de Melo2023-04-243-8/+8
| * perf arm-spe: Use zfree() to reduce chances of use after freeArnaldo Carvalho de Melo2023-04-121-1/+1
| * perf x86 iostat: Use zfree() to reduce chances of use after freeArnaldo Carvalho de Melo2023-04-121-3/+4
| * perf map: Add accessors for ->pgoff and ->relocIan Rogers2023-04-061-1/+1
| * perf map: Add helper for ->map_ip() and ->unmap_ip()Ian Rogers2023-04-062-2/+2
| * perf map: Add accessor for start and endIan Rogers2023-04-046-7/+7
| * perf map: Add accessor for dsoIan Rogers2023-04-042-2/+2
| * perf maps: Remove rb_node from struct mapIan Rogers2023-04-041-6/+7
| * perf intel-pt: Use perf_pmu__scan_file_at() if possibleNamhyung Kim2023-04-041-20/+32
| * perf pmu: Use relative path in setup_pmu_alias_list()Namhyung Kim2023-04-041-6/+7
| * perf cs-etm: Update record event to use new Trace ID protocolMike Leach2023-04-041-10/+17
| * perf annotate: Own objdump_path and disassembler_style stringsIan Rogers2023-04-042-3/+3
| * perf stat: Suppress warning when using cpum_cf events on s390Thomas Richter2023-04-042-0/+24
| * perf intel-pt: Add support for new branch instructions ERETS and ERETUAdrian Hunter2023-03-201-0/+4
| * perf kvm: Use macro to replace variable 'decode_str_len'Leo Yan2023-03-154-8/+4
| * perf cs-etm: Avoid printing warning in cs_etm_is_ete() checkJames Clark2023-03-131-1/+5
| * perf cs-etm: Reduce verbosity of ts_source warningJames Clark2023-03-131-4/+4
| * perf parse-events: Sort and group parsed eventsIan Rogers2023-03-131-23/+16
| * perf pmu: Earlier PMU auxtrace initializationIan Rogers2023-03-132-6/+6
| * perf stat: Implement --topdown using json metricsIan Rogers2023-02-191-47/+1
| * perf stat: Add TopdownL1 metric as a default if presentIan Rogers2023-02-193-34/+3
| * perf pmu-events: Change aggr_mode to be an enumIan Rogers2023-02-191-1/+1
* | Merge tag 'loongarch-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2023-05-0411-0/+359
|\ \
| * | tools/perf: Add basic support for LoongArchHuacai Chen2023-05-0111-0/+359
| |/
* / sh: remove sh5/sh64 last fragmentsRandy Dunlap2023-03-231-2/+0
|/
* 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-events: Introduce pmu_metrics_tableIan Rogers2023-02-031-0/+9
* perf pmu-events: Separate the metrics from events for no jeventsIan Rogers2023-02-031-1/+1
* perf pmu-events: Add separate metric from pmu_eventIan Rogers2023-02-021-2/+2
* perf cs-etm: Improve missing sink warning messageJames Clark2023-01-271-3/+9
* perf cs_etm: Record ts_source in AUXTRACE_INFO for ETMv4 and ETEGerman Gomez2023-01-221-0/+48
* perf cs_etm: Keep separate symbols for ETMv4 and ETE parametersGerman Gomez2023-01-221-7/+36
* perf pmu: Remove duplication around EVENT_SOURCE_DEVICE_PATHJames Clark2023-01-223-15/+6
* perf pmu: Add #slots literal support for arm64Jing Zhang2023-01-191-2/+33
* 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