Searched defs:call_path (Results 1 – 2 of 2) sorted by relevance
84 struct call_path { struct85 struct call_path *parent; argument86 struct symbol *sym;87 u64 ip;88 u64 db_id;89 bool in_kernel;90 struct rb_node rb_node;91 struct rb_root children;
44 struct call_path call_path; member