Lines Matching defs:parent
25 .name = "parent",
28 "Print parent of functions for function events",
82 static int add_and_get_index(const char *parent, const char *child, int cpu)
107 if (strcmp(parent, fstack[cpu].stack[i]) == 0) {
114 add_child(&fstack[cpu], parent, 0);
138 const char *parent;
149 parent = tep_find_function(tep, pfunction);
151 if (parent && ftrace_indent->set)
152 index = add_and_get_index(parent, func, record->cpu);
163 if (parent)
164 show_function(s, tep, parent, pfunction);