1 /* SPDX-License-Identifier: GPL-2.0 */ 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* 2 /* 3 * Copyright IBM Corp. 2018 3 * Copyright IBM Corp. 2018 4 * Auxtrace support for s390 CPU-Measurement S 4 * Auxtrace support for s390 CPU-Measurement Sampling Facility 5 * 5 * 6 * Author(s): Thomas Richter <tmricht@linux.i 6 * Author(s): Thomas Richter <tmricht@linux.ibm.com> 7 */ 7 */ 8 8 9 #ifndef INCLUDE__PERF_S390_CPUMSF_H 9 #ifndef INCLUDE__PERF_S390_CPUMSF_H 10 #define INCLUDE__PERF_S390_CPUMSF_H 10 #define INCLUDE__PERF_S390_CPUMSF_H 11 11 12 union perf_event; 12 union perf_event; 13 struct perf_session; 13 struct perf_session; 14 struct perf_pmu; 14 struct perf_pmu; 15 15 16 struct auxtrace_record * 16 struct auxtrace_record * 17 s390_cpumsf_recording_init(int *err, struct pe 17 s390_cpumsf_recording_init(int *err, struct perf_pmu *s390_cpumsf_pmu); 18 18 19 int s390_cpumsf_process_auxtrace_info(union pe 19 int s390_cpumsf_process_auxtrace_info(union perf_event *event, 20 struct p 20 struct perf_session *session); 21 #endif 21 #endif 22 22
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.