From 136e0a73f4601bfba83c14ddabfc89357a0b818f Mon Sep 17 00:00:00 2001 From: "Steven Rostedt (Red Hat)" Date: Mon, 4 Mar 2013 22:27:04 -0500 Subject: [PATCH] --- yaml --- r: 364925 b: refs/heads/master c: 2a30c11f6a037e2475f3c651bc57e697e79fa963 h: refs/heads/master i: 364923: b31805b6172712a0b45f6644c519b74aad7bb83b v: v3 --- [refs] | 2 +- trunk/include/linux/ftrace_event.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 6fc07d5cd2de..f2cdb18e1662 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f1dc6725882b5ca54eb9a04436a3b47d58f2cbc7 +refs/heads/master: 2a30c11f6a037e2475f3c651bc57e697e79fa963 diff --git a/trunk/include/linux/ftrace_event.h b/trunk/include/linux/ftrace_event.h index 4d79d2dc189c..0b0814d90164 100644 --- a/trunk/include/linux/ftrace_event.h +++ b/trunk/include/linux/ftrace_event.h @@ -204,6 +204,7 @@ enum { * FILTERED - The event has a filter attached * CAP_ANY - Any user can enable for perf * NO_SET_FILTER - Set when filter has error and is to be ignored + * IGNORE_ENABLE - For ftrace internal events, do not enable with debugfs file */ enum { TRACE_EVENT_FL_FILTERED = (1 << TRACE_EVENT_FL_FILTERED_BIT),