Home
last modified time | relevance | path

Searched refs:trace_graph_entry (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/trace/
H A Dtrace_functions_graph.c294 int trace_graph_entry(struct ftrace_graph_ent *trace, in trace_graph_entry() function
429 .entryfunc = &trace_graph_entry,
441 gops->entryfunc = &trace_graph_entry; in allocate_fgraph_ops()
471 tr->gops->entryfunc = trace_graph_entry; in graph_trace_init()
504 entry = trace_graph_entry; in ftrace_graph_trace_args()
H A Dtrace_selftest.c1045 return trace_graph_entry(trace, gops, fregs); in trace_graph_entry_watchdog()
H A Dtrace.h751 int trace_graph_entry(struct ftrace_graph_ent *trace, struct fgraph_ops *gops,