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;
338 static void call_path__init(struct call_path *cp, struct call_path *parent, in call_path__init()
357 call_path__init(&cpr->call_path, NULL, NULL, 0, false); in call_path_root__new()
373 static struct call_path *call_path__new(struct call_path_root *cpr, in call_path__new()
374 struct call_path *parent, in call_path__new()
379 struct call_path *cp; in call_path__new()
401 static struct call_path *call_path__findnew(struct call_path_root *cpr, in call_path__findnew()
402 struct call_path *parent, in call_path__findnew()
407 struct call_path *cp; in call_path__findnew()
419 cp = rb_entry(node_parent, struct call_path, rb_node); in call_path__findnew()
470 u64 timestamp, u64 ref, struct call_path *cp, in thread_stack__push_cp()
542 struct call_path *cp; in thread_stack__bottom()
556 cp = call_path__findnew(cpr, &cpr->call_path, sym, ip, in thread_stack__bottom()
572 struct call_path *cp, *parent; in thread_stack__no_call_return()
588 cp = call_path__findnew(cpr, &cpr->call_path, in thread_stack__no_call_return()
610 parent = &cpr->call_path; in thread_stack__no_call_return()
653 struct call_path *cp; in thread_stack__trace_end()
719 struct call_path *cp; in thread_stack__process()