Lines Matching refs:ref
77 u64 ref; member
197 u64 timestamp, u64 ref, bool no_return) in thread_stack__call_return() argument
212 cr.call_ref = tse->ref; in thread_stack__call_return()
213 cr.return_ref = ref; in thread_stack__call_return()
470 u64 timestamp, u64 ref, struct call_path *cp, in thread_stack__push_cp() argument
485 tse->ref = ref; in thread_stack__push_cp()
494 u64 ret_addr, u64 timestamp, u64 ref, in thread_stack__pop_cp() argument
507 timestamp, ref, false); in thread_stack__pop_cp()
512 timestamp, ref, false); in thread_stack__pop_cp()
523 timestamp, ref, in thread_stack__pop_cp()
529 timestamp, ref, false); in thread_stack__pop_cp()
539 struct addr_location *to_al, u64 ref) in thread_stack__bottom() argument
561 return thread_stack__push_cp(thread->ts, ip, sample->time, ref, cp, in thread_stack__bottom()
569 struct addr_location *to_al, u64 ref) in thread_stack__no_call_return() argument
580 sample->time, ref, in thread_stack__no_call_return()
593 return thread_stack__push_cp(ts, 0, sample->time, ref, in thread_stack__no_call_return()
600 sample->time, ref, in thread_stack__no_call_return()
618 err = thread_stack__push_cp(ts, sample->addr, sample->time, ref, cp, in thread_stack__no_call_return()
623 return thread_stack__pop_cp(thread, ts, sample->addr, sample->time, ref, in thread_stack__no_call_return()
629 u64 ref) in thread_stack__trace_begin() argument
641 timestamp, ref, false); in thread_stack__trace_begin()
650 struct perf_sample *sample, u64 ref) in thread_stack__trace_end() argument
657 if (!ts->cnt || (ts->cnt == 1 && ts->stack[0].ref == ref)) in thread_stack__trace_end()
667 return thread_stack__push_cp(ts, ret_addr, sample->time, ref, cp, in thread_stack__trace_end()
674 struct addr_location *to_al, u64 ref, in thread_stack__process() argument
709 ref); in thread_stack__process()
734 err = thread_stack__push_cp(ts, ret_addr, sample->time, ref, in thread_stack__process()
741 sample->time, ref, from_al->sym); in thread_stack__process()
746 from_al, to_al, ref); in thread_stack__process()
749 err = thread_stack__trace_begin(thread, ts, sample->time, ref); in thread_stack__process()
751 err = thread_stack__trace_end(ts, sample, ref); in thread_stack__process()