summaryrefslogtreecommitdiff
path: root/arch/s390/kernel/perf_pai_ext.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-03s390/pai: fix sampling event removal for PMU device driverThomas Richter1-3/+7
2024-03-07s390/pai: change sampling event assignment for PMU device driverThomas Richter1-2/+3
2024-02-20s390/pai: simplify event start function for perf statThomas Richter1-5/+2
2024-02-20s390/pai: save PAI counter value page in event structureThomas Richter1-5/+22
2024-02-09s390/pai: export number of sysfs attribute filesThomas Richter1-3/+8
2024-02-09s390/pai: fix attr_event_free upper limit for pai device driversThomas Richter1-1/+1
2024-01-12s390/pai_ext: split function paiext_push_sampleThomas Richter1-10/+20
2024-01-12s390/pai_ext: rework function paiext_copy argmentsThomas Richter1-4/+3
2024-01-12s390/pai: rework paiXXX_start and paiXXX_stop functionsThomas Richter1-19/+16
2024-01-12s390/pai: rework paixxxx_getctr interfaceThomas Richter1-5/+6
2023-11-22s390/pai: cleanup event initializationThomas Richter1-1/+0
2023-10-25s390/pai: initialize event count once at initializationThomas Richter1-1/+0
2023-10-25s390/pai_crypto: use PERF_ATTACH_TASK define for per task detectionThomas Richter1-1/+1
2023-09-19s390: use control register bit definesHeiko Carstens1-2/+2
2023-09-19s390/ctlreg: add local and system prefix to some functionsHeiko Carstens1-2/+2
2023-09-19s390/ctlreg: rename ctl_reg.h to ctlreg.hHeiko Carstens1-2/+1
2023-07-03s390: fix various typosHeiko Carstens1-2/+2
2023-05-15s390/pai_ext: replace atomic_t with refcount_tThomas Richter1-10/+13
2023-02-22Merge tag 's390-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-1/+1
2023-01-25s390/cpum_cf: merge source files for CPU Measurement counter facilityThomas Richter1-1/+1
2023-01-18perf/core: Add perf_sample_save_raw_data() helperNamhyung Kim1-3/+1
2022-12-13Merge tag 'perf-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-12-12Merge tag 's390-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-9/+3
2022-10-27perf: Rewrite core context handlingPeter Zijlstra1-1/+1
2022-10-26s390/pai: fix raw data collection for PMU pai_extThomas Richter1-0/+1
2022-10-26s390/pai: move enum definition to header fileThomas Richter1-9/+3
2022-09-16s390/pai: Add support for PAI Extension 1 NNPA countersThomas Richter1-0/+671