Searched refs:ftimes (Results 1 – 1 of 1) sorted by relevance
232 struct fgraph_times *ftimes; in graph_entry() local263 ftimes = fgraph_reserve_data(gops->idx, sizeof(*ftimes)); in graph_entry()264 if (ftimes) in graph_entry()265 ftimes->sleeptime = current->ftrace_sleeptime; in graph_entry()268 ftimes = fgraph_reserve_data(gops->idx, sizeof(ftimes->calltime)); in graph_entry()270 if (!ftimes) in graph_entry()273 ftimes->calltime = trace_clock_local(); in graph_entry()357 struct fgraph_times *ftimes, in handle_nosleeptime() argument360 if (size < sizeof(*ftimes)) in handle_nosleeptime()366 ftimes->calltime += current->ftrace_sleeptime - ftimes->sleeptime; in handle_nosleeptime()[all …]