Home
last modified time | relevance | path

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

/linux-6.15/kernel/trace/
H A Dtrace_functions_graph.c279 int trace_graph_entry(struct ftrace_graph_ent *trace, in trace_graph_entry() function
418 .entryfunc = &trace_graph_entry,
430 gops->entryfunc = &trace_graph_entry; in allocate_fgraph_ops()
460 tr->gops->entryfunc = trace_graph_entry; in graph_trace_init()
485 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.h726 int trace_graph_entry(struct ftrace_graph_ent *trace, struct fgraph_ops *gops,