1 /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 3 * Copyright IBM Corp. 2018 4 * Auxtrace support for s390 CPU-Measurement S 5 * 6 * Author(s): Thomas Richter <tmricht@linux.i 7 */ 8 9 #ifndef INCLUDE__PERF_S390_CPUMSF_H 10 #define INCLUDE__PERF_S390_CPUMSF_H 11 12 union perf_event; 13 struct perf_session; 14 struct perf_pmu; 15 16 struct auxtrace_record * 17 s390_cpumsf_recording_init(int *err, struct pe 18 19 int s390_cpumsf_process_auxtrace_info(union pe 20 struct p 21 #endif 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.