summaryrefslogtreecommitdiffstats
path: root/tools/perf/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * perf evsel amd: Fix IBS error messageRavi Bangoria2023-07-011-0/+20
* | Merge tag 'perf-tools-for-v6.5-1-2023-06-28' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-06-3037-213/+588
|\|
| * perf annotate: Fix instruction association and parsing for LoongArchWANG Rui2023-06-202-16/+103
| * perf mem amd: Fix perf_pmus__num_mem_pmus()Ravi Bangoria2023-06-161-0/+12
| * perf tool x86: Fix perf_env memory leakIan Rogers2023-06-141-1/+1
| * perf tool x86: Consolidate is_amd check into single functionRavi Bangoria2023-06-135-31/+31
| * perf tests: Make x86 new instructions test optional at build timeAdrian Hunter2023-06-133-1/+10
| * perf thread: Add accessor functions for threadIan Rogers2023-06-124-4/+4
| * perf annotate: Remove x86 instructions with suffixNamhyung Kim2023-06-091-42/+10
| * perf LoongArch: Simplify mksyscalltblTiezhu Yang2023-06-051-27/+11
| * perf arm64: Use max_nr to define SYSCALLTBL_ARM64_MAX_IDTiezhu Yang2023-06-051-3/+3
| * perf arm64: Handle __NR3264_ prefixed syscall numberTiezhu Yang2023-06-051-2/+3
| * perf arm64: Rename create_table_from_c() to create_sc_table()Tiezhu Yang2023-06-051-2/+2
| * perf tools: Declare syscalltbl_*[] as const for all archsTiezhu Yang2023-06-056-6/+6
| * Merge tag 'perf-tools-fixes-for-v6.4-2-2023-05-30' into perf-tools-nextArnaldo Carvalho de Melo2023-05-311-1/+1
| |\
| * | perf kvm powerpc: Add missing rename opf pmu_have_event() to perf_pmus__have_...Ian Rogers2023-05-301-2/+2
| * | perf test x86: intel-pt-test data is immutable so mark it constIan Rogers2023-05-281-7/+7
| * | perf test x86: insn-x86 test data is immutable so mark it constIan Rogers2023-05-281-5/+5
| * | perf pmus: Remove perf_pmus__has_hybridIan Rogers2023-05-273-3/+3
| * | perf pmus: Allow just core PMU scanningIan Rogers2023-05-273-13/+5
| * | perf pmu: Separate pmu and pmusIan Rogers2023-05-2712-27/+36
| * | perf x86 mem: minor refactor to is_mem_loads_aux_eventIan Rogers2023-05-271-7/+7
| * | perf x86: Iterate hybrid PMUs as core PMUsIan Rogers2023-05-273-13/+28
| * | perf evlist: Remove __evlist__add_defaultIan Rogers2023-05-271-20/+0
| * | Merge remote-tracking branch 'acme/perf-tools' into perf-tools-nextArnaldo Carvalho de Melo2023-05-221-1/+1
| |\ \
| * | | perf annotate: Handle "decq", "incq", "testq", "tzcnt" instructions on x86Namhyung Kim2023-05-151-0/+4
| * | | perf parse-events: Don't reorder atom cpu eventsIan Rogers2023-05-151-2/+2
| * | | perf test x86 hybrid: Add hybrid extended type checksIan Rogers2023-05-151-0/+12
| * | | perf test x86 hybrid: Update test expectationsIan Rogers2023-05-151-28/+26
| * | | perf test: Move x86 hybrid tests to arch/x86Ian Rogers2023-05-154-0/+289
| * | | perf tools riscv: Add support for riscv lookup_binutils_pathParan Lee2023-05-121-0/+18
* | | | Merge tag 'perf-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-06-274-0/+75
|\ \ \ \ | |_|_|/ |/| | |
| * | | perf test: Add selftest to test IBS invocation via core pmu eventsRavi Bangoria2023-05-084-0/+75
* | | | perf arm: Fix include path to cs-etm.hIan Rogers2023-05-261-1/+1
| |_|/ |/| |
* | | tools headers UAPI: Sync s390 syscall table file that wires up the memfd_secr...Arnaldo Carvalho de Melo2023-05-161-1/+1
| |/ |/|
* | perf cs-etm: Fix contextid validationJames Clark2023-05-101-5/+4
* | perf arm64: Fix build with refcount checkingJames Clark2023-05-102-3/+3
|/
* 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