diff options
Diffstat (limited to 'include/linux/ftrace_event.h')
| -rw-r--r-- | include/linux/ftrace_event.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ftrace_event.h b/include/linux/ftrace_event.h index 711c4dcfe8b7..6efa8c2745b5 100644 --- a/include/linux/ftrace_event.h +++ b/include/linux/ftrace_event.h | |||
| @@ -346,6 +346,7 @@ struct ftrace_event_file { | |||
| 346 | enum event_trigger_type { | 346 | enum event_trigger_type { |
| 347 | ETT_NONE = (0), | 347 | ETT_NONE = (0), |
| 348 | ETT_TRACE_ONOFF = (1 << 0), | 348 | ETT_TRACE_ONOFF = (1 << 0), |
| 349 | ETT_SNAPSHOT = (1 << 1), | ||
| 349 | }; | 350 | }; |
| 350 | 351 | ||
| 351 | extern void destroy_preds(struct ftrace_event_file *file); | 352 | extern void destroy_preds(struct ftrace_event_file *file); |
