aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/ftrace_event.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ftrace_event.h b/include/linux/ftrace_event.h
index 4d79d2dc189c..0b0814d90164 100644
--- a/include/linux/ftrace_event.h
+++ b/include/linux/ftrace_event.h
@@ -204,6 +204,7 @@ enum {
204 * FILTERED - The event has a filter attached 204 * FILTERED - The event has a filter attached
205 * CAP_ANY - Any user can enable for perf 205 * CAP_ANY - Any user can enable for perf
206 * NO_SET_FILTER - Set when filter has error and is to be ignored 206 * NO_SET_FILTER - Set when filter has error and is to be ignored
207 * IGNORE_ENABLE - For ftrace internal events, do not enable with debugfs file
207 */ 208 */
208enum { 209enum {
209 TRACE_EVENT_FL_FILTERED = (1 << TRACE_EVENT_FL_FILTERED_BIT), 210 TRACE_EVENT_FL_FILTERED = (1 << TRACE_EVENT_FL_FILTERED_BIT),