Lines Matching refs:crp

94 	struct call_return_processor *crp;  member
129 struct call_return_processor *crp) in thread_stack__init() argument
147 ts->crp = crp; in thread_stack__init()
153 struct call_return_processor *crp) in thread_stack__new() argument
179 thread_stack__init(ts, thread, crp)) in thread_stack__new()
279 struct call_return_processor *crp = ts->crp; in thread_stack__call_return() local
312 return crp->process(&cr, parent_db_id, crp->data); in thread_stack__call_return()
317 struct call_return_processor *crp = ts->crp; in __thread_stack__flush() local
320 if (!crp) { in __thread_stack__flush()
385 if (ts->crp) in thread_stack__event()
504 struct call_return_processor *crp; in call_return_processor__new() local
506 crp = zalloc(sizeof(struct call_return_processor)); in call_return_processor__new()
507 if (!crp) in call_return_processor__new()
509 crp->cpr = call_path_root__new(); in call_return_processor__new()
510 if (!crp->cpr) in call_return_processor__new()
512 crp->process = process; in call_return_processor__new()
513 crp->data = data; in call_return_processor__new()
514 return crp; in call_return_processor__new()
517 free(crp); in call_return_processor__new()
521 void call_return_processor__free(struct call_return_processor *crp) in call_return_processor__free() argument
523 if (crp) { in call_return_processor__free()
524 call_path_root__free(crp->cpr); in call_return_processor__free()
525 free(crp); in call_return_processor__free()
611 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__bottom()
656 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__no_call_return()
769 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__trace_end()
803 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__x86_retpoline()
854 struct call_return_processor *crp) in thread_stack__process() argument
860 if (ts && !ts->crp) { in thread_stack__process()
867 ts = thread_stack__new(thread, sample->cpu, crp); in thread_stack__process()
899 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__process()
960 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__process()