Searched refs:ftimes (Results 1 – 1 of 1) sorted by relevance
206 struct fgraph_times *ftimes; in graph_entry() local242 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() local372 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 …]