Lines Matching refs:trace
560 static void *function_stat_start(struct tracer_stat *trace) in function_stat_start() argument
563 container_of(trace, struct ftrace_profile_stat, stat); in function_stat_start()
891 static int profile_graph_entry(struct ftrace_graph_ent *trace) in profile_graph_entry() argument
893 function_profile_call(trace->func, 0, NULL, NULL); in profile_graph_entry()
897 static void profile_graph_return(struct ftrace_graph_ret *trace) in profile_graph_return() argument
910 if (!trace->calltime) in profile_graph_return()
913 calltime = trace->rettime - trace->calltime; in profile_graph_return()
918 index = trace->depth; in profile_graph_return()
930 rec = ftrace_find_profiled_func(stat, trace->func); in profile_graph_return()
5637 int ftrace_graph_entry_stub(struct ftrace_graph_ent *trace) in ftrace_graph_entry_stub() argument
5781 static int ftrace_graph_entry_test(struct ftrace_graph_ent *trace) in ftrace_graph_entry_test() argument
5783 if (!ftrace_ops_test(&global_ops, trace->func, NULL)) in ftrace_graph_entry_test()
5785 return __ftrace_graph_entry(trace); in ftrace_graph_entry_test()