Home
last modified time | relevance | path

Searched refs:register_ftrace_function (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/kernel/trace/
Dtrace_functions.c186 register_ftrace_function(&trace_stack_ops); in tracing_start_function_trace()
188 register_ftrace_function(&trace_ops); in tracing_start_function_trace()
212 register_ftrace_function(&trace_stack_ops); in func_set_flag()
215 register_ftrace_function(&trace_ops); in func_set_flag()
Dtrace_stack.c340 register_ftrace_function(&trace_ops); in stack_trace_sysctl()
370 register_ftrace_function(&trace_ops); in stack_trace_init()
Dtrace_sched_wakeup.c140 ret = register_ftrace_function(&trace_ops); in start_func_tracer()
Dtrace_irqsoff.c521 ret = register_ftrace_function(&trace_ops); in start_irqsoff_tracer()
Dftrace.c725 return register_ftrace_function(&ftrace_profile_ops); in register_ftrace_profiler()
3144 int register_ftrace_function(struct ftrace_ops *ops) in register_ftrace_function() function
Dtrace_events.c1660 register_ftrace_function(&trace_ops); in event_trace_self_test_with_function()
/linux-2.6.39/include/linux/
Dftrace.h83 int register_ftrace_function(struct ftrace_ops *ops);
94 #define register_ftrace_function(ops) ({ 0; }) macro