diff options
| author | Ingo Molnar <mingo@elte.hu> | 2011-11-11 08:19:37 +0100 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2011-11-11 08:19:37 +0100 |
| commit | efc96737bd82b508794d2b28061a12af4a3f7766 (patch) | |
| tree | e9fe4982967b74c0d25a35a2d7f7c62d8be98a47 /include/linux | |
| parent | 1ec454baf1245df4fdb5dae728da3363630ce6de (diff) | |
| parent | 7e9a49ef542610609144d1afcd516dc3fafac4d6 (diff) | |
| download | cachepc-linux-efc96737bd82b508794d2b28061a12af4a3f7766.tar.gz cachepc-linux-efc96737bd82b508794d2b28061a12af4a3f7766.zip | |
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ftrace_event.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ftrace_event.h b/include/linux/ftrace_event.h index 96efa6794ea5..c3da42dd22ba 100644 --- a/include/linux/ftrace_event.h +++ b/include/linux/ftrace_event.h @@ -172,6 +172,7 @@ enum { TRACE_EVENT_FL_FILTERED_BIT, TRACE_EVENT_FL_RECORDED_CMD_BIT, TRACE_EVENT_FL_CAP_ANY_BIT, + TRACE_EVENT_FL_NO_SET_FILTER_BIT, }; enum { @@ -179,6 +180,7 @@ enum { TRACE_EVENT_FL_FILTERED = (1 << TRACE_EVENT_FL_FILTERED_BIT), TRACE_EVENT_FL_RECORDED_CMD = (1 << TRACE_EVENT_FL_RECORDED_CMD_BIT), TRACE_EVENT_FL_CAP_ANY = (1 << TRACE_EVENT_FL_CAP_ANY_BIT), + TRACE_EVENT_FL_NO_SET_FILTER = (1 << TRACE_EVENT_FL_NO_SET_FILTER_BIT), }; struct ftrace_event_call { |
