Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/trace/
Dftrace.c4458 struct ftrace_graph_data *fgd = m->private; in __g_next() local
4460 if (*pos >= *fgd->count) in __g_next()
4462 return &fgd->table[*pos]; in __g_next()
4474 struct ftrace_graph_data *fgd = m->private; in g_start() local
4479 if (!*fgd->count && !*pos) in g_start()
4498 struct ftrace_graph_data *fgd = m->private; in g_show() local
4500 if (fgd->table == ftrace_graph_funcs) in g_show()
4521 struct ftrace_graph_data *fgd) in __ftrace_graph_open() argument
4528 *fgd->count = 0; in __ftrace_graph_open()
4529 memset(fgd->table, 0, fgd->size * sizeof(*fgd->table)); in __ftrace_graph_open()
[all …]