Home
last modified time | relevance | path

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

/linux-3.4.99/kernel/trace/
Dtrace_functions.c188 register_ftrace_function(&trace_stack_ops); in tracing_start_function_trace()
190 register_ftrace_function(&trace_ops); in tracing_start_function_trace()
214 register_ftrace_function(&trace_stack_ops); in func_set_flag()
217 register_ftrace_function(&trace_ops); in func_set_flag()
Dtrace_selftest.c207 register_ftrace_function(&test_probe1); in trace_selftest_ops()
208 register_ftrace_function(&test_probe2); in trace_selftest_ops()
209 register_ftrace_function(&test_probe3); in trace_selftest_ops()
210 register_ftrace_function(&test_global); in trace_selftest_ops()
245 register_ftrace_function(dyn_ops); in trace_selftest_ops()
Dtrace_stack.c409 register_ftrace_function(&trace_ops); in stack_trace_sysctl()
452 register_ftrace_function(&trace_ops); in stack_trace_init()
Dtrace_event_perf.c295 return register_ftrace_function(ops); in perf_ftrace_function_register()
Dtrace_irqsoff.c535 ret = register_ftrace_function(&trace_ops); in start_irqsoff_tracer()
Dtrace_sched_wakeup.c141 ret = register_ftrace_function(&trace_ops); in start_func_tracer()
Dftrace.c871 return register_ftrace_function(&ftrace_profile_ops); in register_ftrace_profiler()
4396 int register_ftrace_function(struct ftrace_ops *ops) in register_ftrace_function() function
4407 EXPORT_SYMBOL_GPL(register_ftrace_function);
Dtrace_events.c1738 ret = register_ftrace_function(&trace_ops); in event_trace_self_test_with_function()
/linux-3.4.99/include/linux/
Dftrace.h113 int register_ftrace_function(struct ftrace_ops *ops);
173 #define register_ftrace_function(ops) ({ 0; }) macro