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()
756 struct call_return_processor *crp; in call_return_processor__new() local
758 crp = zalloc(sizeof(struct call_return_processor)); in call_return_processor__new()
759 if (!crp) in call_return_processor__new()
761 crp->cpr = call_path_root__new(); in call_return_processor__new()
762 if (!crp->cpr) in call_return_processor__new()
764 crp->process = process; in call_return_processor__new()
765 crp->data = data; in call_return_processor__new()
766 return crp; in call_return_processor__new()
769 free(crp); in call_return_processor__new()
773 void call_return_processor__free(struct call_return_processor *crp) in call_return_processor__free() argument
775 if (crp) { in call_return_processor__free()
776 call_path_root__free(crp->cpr); in call_return_processor__free()
777 free(crp); in call_return_processor__free()
863 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__bottom()
908 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__no_call_return()
1021 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__trace_end()
1055 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__x86_retpoline()
1106 struct call_return_processor *crp) in thread_stack__process() argument
1112 if (ts && !ts->crp) { in thread_stack__process()
1119 ts = thread_stack__new(thread, sample->cpu, crp, true, 0); in thread_stack__process()
1151 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__process()
1212 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__process()