Searched refs:cpr (Results 1 – 7 of 7) sorted by relevance
28 struct call_path_root *cpr; in call_path_root__new() local30 cpr = zalloc(sizeof(struct call_path_root)); in call_path_root__new()31 if (!cpr) in call_path_root__new()34 INIT_LIST_HEAD(&cpr->blocks); in call_path_root__new()35 return cpr; in call_path_root__new()38 void call_path_root__free(struct call_path_root *cpr) in call_path_root__free() argument46 free(cpr); in call_path_root__free()58 if (cpr->next < cpr->sz) { in call_path__new()65 list_add_tail(&cpb->node, &cpr->blocks); in call_path__new()66 cpr->sz += CALL_PATH_BLOCK_SIZE; in call_path__new()[all …]
62 void call_path_root__free(struct call_path_root *cpr);64 struct call_path *call_path__findnew(struct call_path_root *cpr,
762 crp->cpr = call_path_root__new(); in call_return_processor__new()763 if (!crp->cpr) in call_return_processor__new()777 call_path_root__free(crp->cpr); in call_return_processor__free()864 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__bottom() local879 cp = call_path__findnew(cpr, &cpr->call_path, sym, ip, in thread_stack__bottom()909 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__no_call_return() local910 struct call_path *root = &cpr->call_path; in thread_stack__no_call_return()1022 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__trace_end() local1054 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__x86_retpoline() local1150 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__process() local[all …]
216 struct call_path *current = &dbe->cpr->call_path; in call_path_from_sample()267 current = call_path__findnew(dbe->cpr, current, in call_path_from_sample()278 if (current == &dbe->cpr->call_path) { in call_path_from_sample()393 if (dbe->cpr) { in db_export__sample()
77 struct call_path_root *cpr; member
66 struct call_path_root *cpr; member
1835 tables->dbe.cpr = NULL; in set_table_handlers()1853 tables->dbe.cpr = tables->dbe.crp->cpr; in set_table_handlers()1855 tables->dbe.cpr = call_path_root__new(); in set_table_handlers()1857 if (!tables->dbe.cpr) in set_table_handlers()
Completed in 16 milliseconds