diff options
Diffstat (limited to 'include/trace')
-rw-r--r-- | include/trace/syscall.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/trace/syscall.h b/include/trace/syscall.h index df628404241a..3ab6dd18fa3a 100644 --- a/include/trace/syscall.h +++ b/include/trace/syscall.h | |||
@@ -58,5 +58,12 @@ extern void unreg_event_syscall_exit(void *ptr); | |||
58 | enum print_line_t print_syscall_enter(struct trace_iterator *iter, int flags); | 58 | enum print_line_t print_syscall_enter(struct trace_iterator *iter, int flags); |
59 | enum print_line_t print_syscall_exit(struct trace_iterator *iter, int flags); | 59 | enum print_line_t print_syscall_exit(struct trace_iterator *iter, int flags); |
60 | #endif | 60 | #endif |
61 | #ifdef CONFIG_EVENT_PROFILE | ||
62 | int reg_prof_syscall_enter(char *name); | ||
63 | void unreg_prof_syscall_enter(char *name); | ||
64 | int reg_prof_syscall_exit(char *name); | ||
65 | void unreg_prof_syscall_exit(char *name); | ||
66 | |||
67 | #endif | ||
61 | 68 | ||
62 | #endif /* _TRACE_SYSCALL_H */ | 69 | #endif /* _TRACE_SYSCALL_H */ |