aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-09perf: arm-spe: Fix perf report --mem-modeJames Clark1-0/+6
2022-04-01perf evlist: Rename cpus to user_requested_cpusIan Rogers4-8/+8
2022-03-27Merge tag 'perf-tools-for-v5.18-2022-03-26' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linuxLinus Torvalds6-9/+40
2022-03-25Merge tag 's390-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-2/+1
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds3-31/+0
2022-03-22perf parse-events: Move slots only with topdownIan Rogers1-4/+14
2022-03-22Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo4-1/+3534
2022-03-21Merge tag 'x86_misc_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-0/+3533
2022-03-18perf parse-events: Ignore case in topdown.slots checkIan Rogers1-1/+1
2022-03-07nds32: Remove the architectureAlan Kao3-31/+0
2022-02-23perf arm-spe: Use advertised caps/min_interval as default sample_periodGerman Gomez1-1/+1
2022-02-15perf cs-etm: Update deduction of TRCCONFIGR register for branch broadcastJames Clark1-0/+3
2022-02-15perf intel-pt: Record Event Trace capability flagAdrian Hunter1-0/+7
2022-02-15perf intel-pt: pkt-decoder: Add MODE.Exec IFLAG bitAdrian Hunter1-2/+5
2022-02-15perf intel-pt: pkt-decoder: Add CFE and EVD packetsAdrian Hunter1-0/+8
2022-02-15perf intel-pt: pkt-decoder-test: Fix scope of test_dataAdrian Hunter1-1/+1
2022-02-14perf maps: Use a pointer for kmapsIan Rogers1-1/+1
2022-02-06s390: remove invalid email address of Heiko CarstensHeiko Carstens1-2/+1
2022-01-23perf/tests: Add AVX512-FP16 instructions to x86 instruction decoder testAdrian Hunter3-0/+3426
2022-01-23perf/tests: Add misc instructions to the x86 instruction decoder testAdrian Hunter3-0/+50
2022-01-23perf/tests: Add AMX instructions to x86 instruction decoder testAdrian Hunter2-0/+57
2022-01-20tools headers UAPI: Sync files changed by new set_mempolicy_home_node syscallArnaldo Carvalho de Melo4-0/+4
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers2-13/+24
2022-01-12perf cpumap: Move 'has' function to libperfIan Rogers1-8/+8
2022-01-10perf powerpc: Update global/local variants for p_stage_cycAthira Rajeev1-1/+7
2021-12-21perf tools: Record ARM64 LR register automaticallyAlexandre Truong1-0/+7
2021-12-16perf arch: Support register names from all archsGerman Gomez8-569/+0
2021-12-16perf arm64: Rename perf_event_arm_regs for ARM64 registersGerman Gomez1-0/+2
2021-12-16perf cs-etm: Remove duplicate and incorrect aux size checksJames Clark1-19/+0
2021-12-07perf parse-events: Architecture specific leader overrideIan Rogers1-0/+17
2021-12-06tools headers UAPI: Sync powerpc syscall table file changed by new futex_waitv syscallArnaldo Carvalho de Melo1-0/+1
2021-12-06tools headers UAPI: Sync s390 syscall table file changed by new futex_waitv syscallArnaldo Carvalho de Melo1-0/+1
2021-11-18tools headers UAPI: Sync MIPS syscall table file changed by new futex_waitv syscallArnaldo Carvalho de Melo1-0/+1
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