Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/trace/
Dftrace.c4475 struct ftrace_graph_data *fgd = m->private; in __g_next() local
4477 if (*pos >= *fgd->count) in __g_next()
4479 return &fgd->table[*pos]; in __g_next()
4491 struct ftrace_graph_data *fgd = m->private; in g_start() local
4496 if (!*fgd->count && !*pos) in g_start()
4515 struct ftrace_graph_data *fgd = m->private; in g_show() local
4517 if (fgd->table == ftrace_graph_funcs) in g_show()
4538 struct ftrace_graph_data *fgd) in __ftrace_graph_open() argument
4545 *fgd->count = 0; in __ftrace_graph_open()
4546 memset(fgd->table, 0, fgd->size * sizeof(*fgd->table)); in __ftrace_graph_open()
[all …]