summaryrefslogtreecommitdiffstats
path: root/tools/perf/arch
Commit message (Expand)AuthorAgeFilesLines
* 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 arm: Fix include path to cs-etm.hIan Rogers2023-05-261-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
|\|
| * tools headers UAPI: Sync s390 syscall table file that wires up the memfd_secr...Arnaldo Carvalho de Melo2023-05-161-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
|/
* 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
| * 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