Lines Matching refs:crp

98 	struct call_return_processor *crp;  member
137 struct call_return_processor *crp, in thread_stack__init() argument
168 ts->crp = crp; in thread_stack__init()
174 struct call_return_processor *crp, in thread_stack__new() argument
202 thread_stack__init(ts, thread, crp, callstack, br_stack_sz)) in thread_stack__new()
302 struct call_return_processor *crp = ts->crp; in thread_stack__call_return() local
335 return crp->process(&cr, parent_db_id, crp->data); in thread_stack__call_return()
340 struct call_return_processor *crp = ts->crp; in __thread_stack__flush() local
343 if (!crp) { in __thread_stack__flush()
443 if (ts->crp || !callstack) in thread_stack__event()
757 struct call_return_processor *crp; in call_return_processor__new() local
759 crp = zalloc(sizeof(struct call_return_processor)); in call_return_processor__new()
760 if (!crp) in call_return_processor__new()
762 crp->cpr = call_path_root__new(); in call_return_processor__new()
763 if (!crp->cpr) in call_return_processor__new()
765 crp->process = process; in call_return_processor__new()
766 crp->data = data; in call_return_processor__new()
767 return crp; in call_return_processor__new()
770 free(crp); in call_return_processor__new()
774 void call_return_processor__free(struct call_return_processor *crp) in call_return_processor__free() argument
776 if (crp) { in call_return_processor__free()
777 call_path_root__free(crp->cpr); in call_return_processor__free()
778 free(crp); in call_return_processor__free()
864 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__bottom()
909 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__no_call_return()
1022 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__trace_end()
1054 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__x86_retpoline()
1105 struct call_return_processor *crp) in thread_stack__process() argument
1111 if (ts && !ts->crp) { in thread_stack__process()
1118 ts = thread_stack__new(thread, sample->cpu, crp, true, 0); in thread_stack__process()
1150 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__process()
1211 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__process()