Lines Matching refs:call_path
32 struct call_path cp[CALL_PATH_BLOCK_SIZE];
44 struct call_path call_path; member
79 struct call_path *cp;
330 static void call_path__init(struct call_path *cp, struct call_path *parent, in call_path__init()
349 call_path__init(&cpr->call_path, NULL, NULL, 0, false); in call_path_root__new()
365 static struct call_path *call_path__new(struct call_path_root *cpr, in call_path__new()
366 struct call_path *parent, in call_path__new()
371 struct call_path *cp; in call_path__new()
393 static struct call_path *call_path__findnew(struct call_path_root *cpr, in call_path__findnew()
394 struct call_path *parent, in call_path__findnew()
399 struct call_path *cp; in call_path__findnew()
411 cp = rb_entry(node_parent, struct call_path, rb_node); in call_path__findnew()
462 u64 timestamp, u64 ref, struct call_path *cp, in thread_stack__push_cp()
534 struct call_path *cp; in thread_stack__bottom()
548 cp = call_path__findnew(cpr, &cpr->call_path, sym, ip, in thread_stack__bottom()
564 struct call_path *cp, *parent; in thread_stack__no_call_return()
580 cp = call_path__findnew(cpr, &cpr->call_path, in thread_stack__no_call_return()
602 parent = &cpr->call_path; in thread_stack__no_call_return()
645 struct call_path *cp; in thread_stack__trace_end()
711 struct call_path *cp; in thread_stack__process()