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()
462 u64 timestamp, u64 ref, struct call_path *cp, in thread_stack__push_cp() argument
477 tse->ref = ref; in thread_stack__push_cp()
486 u64 ret_addr, u64 timestamp, u64 ref, in thread_stack__pop_cp() argument
499 timestamp, ref, false); in thread_stack__pop_cp()
504 timestamp, ref, false); in thread_stack__pop_cp()
515 timestamp, ref, in thread_stack__pop_cp()
521 timestamp, ref, false); in thread_stack__pop_cp()
531 struct addr_location *to_al, u64 ref) in thread_stack__bottom() argument
553 return thread_stack__push_cp(thread->ts, ip, sample->time, ref, cp, in thread_stack__bottom()
561 struct addr_location *to_al, u64 ref) in thread_stack__no_call_return() argument
572 sample->time, ref, in thread_stack__no_call_return()
585 return thread_stack__push_cp(ts, 0, sample->time, ref, in thread_stack__no_call_return()
592 sample->time, ref, in thread_stack__no_call_return()
610 err = thread_stack__push_cp(ts, sample->addr, sample->time, ref, cp, in thread_stack__no_call_return()
615 return thread_stack__pop_cp(thread, ts, sample->addr, sample->time, ref, in thread_stack__no_call_return()
621 u64 ref) in thread_stack__trace_begin() argument
633 timestamp, ref, false); in thread_stack__trace_begin()
642 struct perf_sample *sample, u64 ref) in thread_stack__trace_end() argument
649 if (!ts->cnt || (ts->cnt == 1 && ts->stack[0].ref == ref)) in thread_stack__trace_end()
659 return thread_stack__push_cp(ts, ret_addr, sample->time, ref, cp, in thread_stack__trace_end()
666 struct addr_location *to_al, u64 ref, in thread_stack__process() argument
701 ref); in thread_stack__process()
726 err = thread_stack__push_cp(ts, ret_addr, sample->time, ref, in thread_stack__process()
733 sample->time, ref, from_al->sym); in thread_stack__process()
738 from_al, to_al, ref); in thread_stack__process()
741 err = thread_stack__trace_begin(thread, ts, sample->time, ref); in thread_stack__process()
743 err = thread_stack__trace_end(ts, sample, ref); in thread_stack__process()