Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_functions_graph.c231 struct fgraph_times *ftimes; in graph_entry() local
262 ftimes = fgraph_reserve_data(gops->idx, sizeof(*ftimes)); in graph_entry()
263 if (ftimes) in graph_entry()
264 ftimes->sleeptime = current->ftrace_sleeptime; in graph_entry()
267 ftimes = fgraph_reserve_data(gops->idx, sizeof(ftimes->calltime)); in graph_entry()
269 if (!ftimes) in graph_entry()
272 ftimes->calltime = trace_clock_local(); in graph_entry()
356 struct fgraph_times *ftimes, in handle_nosleeptime() argument
359 if (size < sizeof(*ftimes)) in handle_nosleeptime()
365 ftimes->calltime += current->ftrace_sleeptime - ftimes->sleeptime; in handle_nosleeptime()
[all …]