mmc: bcm2835: Fix DMA channel leak on probe error
[linux/fpc-iii.git] / tools / perf / util / s390-cpumsf.h
blobfb64d100555cefd5e4e778e0cb2260cf8deab7c1
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Copyright IBM Corp. 2018
4 * Auxtrace support for s390 CPU-Measurement Sampling Facility
6 * Author(s): Thomas Richter <tmricht@linux.ibm.com>
7 */
9 #ifndef INCLUDE__PERF_S390_CPUMSF_H
10 #define INCLUDE__PERF_S390_CPUMSF_H
12 union perf_event;
13 struct perf_session;
14 struct perf_pmu;
16 struct auxtrace_record *
17 s390_cpumsf_recording_init(int *err, struct perf_pmu *s390_cpumsf_pmu);
19 int s390_cpumsf_process_auxtrace_info(union perf_event *event,
20 struct perf_session *session);
21 #endif