Home
last modified time | relevance | path

Searched refs:cpr (Results 1 – 7 of 7) sorted by relevance

/tools/perf/util/
A Dcall-path.c28 struct call_path_root *cpr; in call_path_root__new() local
30 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() argument
46 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 …]
A Dcall-path.h62 void call_path_root__free(struct call_path_root *cpr);
64 struct call_path *call_path__findnew(struct call_path_root *cpr,
A Dthread-stack.c762 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() local
879 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() local
910 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() local
1054 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__x86_retpoline() local
1150 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__process() local
[all …]
A Ddb-export.c216 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()
A Dthread-stack.h77 struct call_path_root *cpr; member
A Ddb-export.h66 struct call_path_root *cpr; member
/tools/perf/util/scripting-engines/
A Dtrace-event-python.c1835 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