提交 5a209c2d 编写于 作者: I Ingo Molnar

Merge branches 'tracing/branch-tracer' and 'tracing/urgent' into tracing/core

...@@ -544,7 +544,7 @@ static const struct file_operations proc_profile_operations = { ...@@ -544,7 +544,7 @@ static const struct file_operations proc_profile_operations = {
}; };
#ifdef CONFIG_SMP #ifdef CONFIG_SMP
static void __init profile_nop(void *unused) static inline void profile_nop(void *unused)
{ {
} }
......
...@@ -259,9 +259,7 @@ static const char *trace_options[] = { ...@@ -259,9 +259,7 @@ static const char *trace_options[] = {
"sched-tree", "sched-tree",
"ftrace_printk", "ftrace_printk",
"ftrace_preempt", "ftrace_preempt",
#ifdef CONFIG_BRANCH_TRACER
"branch", "branch",
#endif
"annotate", "annotate",
NULL NULL
}; };
......
...@@ -471,9 +471,7 @@ enum trace_iterator_flags { ...@@ -471,9 +471,7 @@ enum trace_iterator_flags {
TRACE_ITER_SCHED_TREE = 0x200, TRACE_ITER_SCHED_TREE = 0x200,
TRACE_ITER_PRINTK = 0x400, TRACE_ITER_PRINTK = 0x400,
TRACE_ITER_PREEMPTONLY = 0x800, TRACE_ITER_PREEMPTONLY = 0x800,
#ifdef CONFIG_BRANCH_TRACER
TRACE_ITER_BRANCH = 0x1000, TRACE_ITER_BRANCH = 0x1000,
#endif
TRACE_ITER_ANNOTATE = 0x2000, TRACE_ITER_ANNOTATE = 0x2000,
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册