aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-13tools headers UAPI: Sync files changed by new futex_waitv syscallArnaldo Carvalho de Melo1-0/+1
2021-11-13perf arm-spe: Update --switch-events docs in 'perf record'German Gomez1-1/+3
2021-11-13perf arm-spe: Track task context switch for cpu-mode eventsNamhyung Kim1-1/+5
2021-11-13perf arm-spe: Implement find_snapshot callbackGerman Gomez1-0/+145
2021-11-13perf arm-spe: Add snapshot mode supportGerman Gomez1-0/+130
2021-11-13perf test: Rename struct test to test_suiteIan Rogers15-21/+22
2021-11-13perf test: Move each test suite struct to its testIan Rogers4-10/+10
2021-11-13perf test: Make each test/suite its own struct.Ian Rogers9-63/+35
2021-11-07perf parse-event: Add init and exit to parse_event_errorIan Rogers1-1/+2
2021-11-07perf parse-events: Rename parse_events_error functionsIan Rogers1-1/+1
2021-11-07perf evsel: Don't set exclude_guest by defaultRavi Bangoria1-0/+23
2021-11-01Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo1-1/+1
2021-10-31perf callchain: Fix compilation on powerpc with gcc11+Jiri Olsa1-1/+1
2021-10-25perf powerpc: Add support to expose instruction and data address registers as part of extended regsAthira Rajeev2-0/+4
2021-10-20perf pmu: Make pmu_event tables const.Ian Rogers1-1/+1
2021-10-20perf pmu: Add const to pmu_events_map.Ian Rogers1-1/+1
2021-10-08Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo7-24/+24
2021-09-27perf iostat: Fix Segmentation fault from NULL 'struct perf_counts_values *'Like Xu1-1/+1
2021-09-27perf annotate: Add riscv64 supportWilliam Cohen1-0/+34
2021-09-27perf arm: Fix off-by-one directory paths.Ian Rogers6-23/+23
2021-09-15perf annotate: Add fusion logic for AMD microarchsRavi Bangoria1-1/+27
2021-09-10tools headers UAPI: Sync files changed by new process_mrelease syscall and the removal of some compat entry pointsArnaldo Carvalho de Melo4-12/+19
2021-09-05Merge tag 'perf-tools-for-v5.15-2021-09-04' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linuxLinus Torvalds3-30/+254
2021-09-03perf pmu: Add PMU alias supportKan Liang1-1/+154
2021-09-03perf cs-etm: Fix typoJames Clark1-1/+1
2021-09-03perf cs-etm: Save TRCDEVARCH registerJames Clark1-5/+44
2021-09-03perf cs-etm: Refactor out ETMv4 header savingJames Clark1-23/+23
2021-09-01Merge branch 'exit-cleanups-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-2/+2
2021-08-31perf auxtrace arm: Support compat_auxtrace_mmap__{read_head|write_tail}Leo Yan1-0/+32
2021-07-14tools headers UAPI: Sync files changed by the memfd_secret new syscallArnaldo Carvalho de Melo1-0/+1
2021-07-12exit/bdflush: Remove the deprecated bdflush system callEric W. Biederman2-2/+2
2021-07-09perf stat: Add Topdown metrics L2 events as default eventsKan Liang1-1/+5
2021-07-09libperf: Move 'idx' from tools/perf to perf_evsel::idxJiri Olsa1-2/+2
2021-07-05tools headers UAPI: Sync files changed by the quotactl_fd new syscallArnaldo Carvalho de Melo4-4/+4
2021-07-01perf cs-etm: Remove callback cs_etm_find_snapshot()Leo Yan1-133/+0
2021-06-01perf tools: Support pmu prefix for mem-store eventJin Yao1-1/+11
2021-06-01perf tools: Support pmu prefix for mem-load eventJin Yao3-9/+30
2021-06-01perf tools: Check mem-loads auxiliary eventJin Yao1-2/+7
2021-05-25perf arm-spe: Remove redundant checking for "full_auxtrace"Leo Yan1-1/+1
2021-05-25perf arm-spe: Enable timestamp for per-cpu modeLeo Yan1-2/+31
2021-05-25perf arm-spe: Correct sample flags for dummy eventLeo Yan1-3/+4
2021-05-25perf arm-spe: Correct sample flags for SPE eventLeo Yan1-3/+4
2021-05-25Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo4-4/+4
2021-05-21perf tests: Drop __maybe_unused on x86 test declarationsRob Herring1-3/+2
2021-05-21perf tests: Consolidate test__arch_unwind_sample declarationRob Herring6-26/+0
2021-05-21tools headers UAPI: Sync files changed by the quotactl_path unwiringArnaldo Carvalho de Melo4-4/+4
2021-05-12perf x86 kvm-stat: Support to analyze kvm MSRLei Zhao1-0/+46
2021-05-10tools headers UAPI: Sync files changed by landlock, quotactl_path and mount_settattr new syscallsArnaldo Carvalho de Melo4-0/+17
2021-05-10perf tools: Fix a build error on arm64 with clangMasami Hiramatsu1-1/+1
2021-05-01Merge tag 'perf-tools-for-v5.13-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linuxLinus Torvalds25-32/+1228