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.c269 int trace_graph_entry(struct ftrace_graph_ent *trace, in trace_graph_entry() function
398 .entryfunc = &trace_graph_entry,
410 gops->entryfunc = &trace_graph_entry; in allocate_fgraph_ops()
440 tr->gops->entryfunc = trace_graph_entry; in graph_trace_init()
471 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.h743 int trace_graph_entry(struct ftrace_graph_ent *trace, struct fgraph_ops *gops,