diff options
Diffstat (limited to 'arch/s390/include/asm/trace/diag.h')
-rw-r--r-- | arch/s390/include/asm/trace/diag.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/s390/include/asm/trace/diag.h b/arch/s390/include/asm/trace/diag.h index 776f307960cc..cc6cfe7889da 100644 --- a/arch/s390/include/asm/trace/diag.h +++ b/arch/s390/include/asm/trace/diag.h | |||
@@ -19,7 +19,7 @@ | |||
19 | #define TRACE_INCLUDE_PATH asm/trace | 19 | #define TRACE_INCLUDE_PATH asm/trace |
20 | #define TRACE_INCLUDE_FILE diag | 20 | #define TRACE_INCLUDE_FILE diag |
21 | 21 | ||
22 | TRACE_EVENT(diagnose, | 22 | TRACE_EVENT(s390_diagnose, |
23 | TP_PROTO(unsigned short nr), | 23 | TP_PROTO(unsigned short nr), |
24 | TP_ARGS(nr), | 24 | TP_ARGS(nr), |
25 | TP_STRUCT__entry( | 25 | TP_STRUCT__entry( |
@@ -32,9 +32,9 @@ TRACE_EVENT(diagnose, | |||
32 | ); | 32 | ); |
33 | 33 | ||
34 | #ifdef CONFIG_TRACEPOINTS | 34 | #ifdef CONFIG_TRACEPOINTS |
35 | void trace_diagnose_norecursion(int diag_nr); | 35 | void trace_s390_diagnose_norecursion(int diag_nr); |
36 | #else | 36 | #else |
37 | static inline void trace_diagnose_norecursion(int diag_nr) { } | 37 | static inline void trace_s390_diagnose_norecursion(int diag_nr) { } |
38 | #endif | 38 | #endif |
39 | 39 | ||
40 | #endif /* _TRACE_S390_DIAG_H */ | 40 | #endif /* _TRACE_S390_DIAG_H */ |