Home
last modified time | relevance | path

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

/linux-6.15/kernel/trace/
H A Dtrace_functions_graph.c206 struct fgraph_times *ftimes; in graph_entry() local
242 ftimes = fgraph_reserve_data(gops->idx, sizeof(ftimes->calltime)); in graph_entry()
244 ftimes = fgraph_reserve_data(gops->idx, sizeof(*ftimes)); in graph_entry()
245 if (ftimes) in graph_entry()
248 if (!ftimes) in graph_entry()
346 ftimes->calltime += current->ftrace_sleeptime - ftimes->sleeptime; in handle_nosleeptime()
355 struct fgraph_times *ftimes; in trace_graph_return() local
372 if (!ftimes) in trace_graph_return()
377 calltime = ftimes->calltime; in trace_graph_return()
394 struct fgraph_times *ftimes; in trace_graph_thresh_return() local
[all …]