Lines Matching refs:ref
56 u64 ref; member
300 u64 timestamp, u64 ref, bool no_return) in thread_stack__call_return() argument
319 cr.call_ref = tse->ref; in thread_stack__call_return()
320 cr.return_ref = ref; in thread_stack__call_return()
783 u64 timestamp, u64 ref, struct call_path *cp, in thread_stack__push_cp() argument
801 tse->ref = ref; in thread_stack__push_cp()
815 u64 ret_addr, u64 timestamp, u64 ref, in thread_stack__pop_cp() argument
828 timestamp, ref, false); in thread_stack__pop_cp()
834 timestamp, ref, false); in thread_stack__pop_cp()
846 timestamp, ref, in thread_stack__pop_cp()
852 timestamp, ref, false); in thread_stack__pop_cp()
862 struct addr_location *to_al, u64 ref) in thread_stack__bottom() argument
882 return thread_stack__push_cp(ts, ip, sample->time, ref, cp, in thread_stack__bottom()
887 struct perf_sample *sample, u64 ref) in thread_stack__pop_ks() argument
895 tm, ref, true); in thread_stack__pop_ks()
907 struct addr_location *to_al, u64 ref) in thread_stack__no_call_return() argument
922 err = thread_stack__pop_ks(thread, ts, sample, ref); in thread_stack__no_call_return()
929 return thread_stack__push_cp(ts, 0, tm, ref, cp, true, in thread_stack__no_call_return()
934 err = thread_stack__pop_ks(thread, ts, sample, ref); in thread_stack__no_call_return()
952 tm, ref, false); in thread_stack__no_call_return()
960 return thread_stack__push_cp(ts, addr, tm, ref, cp, in thread_stack__no_call_return()
970 err = thread_stack__push_cp(ts, 0, tm, ref, cp, true, false); in thread_stack__no_call_return()
984 err = thread_stack__push_cp(ts, addr, tm, ref, cp, true, false); in thread_stack__no_call_return()
990 err = thread_stack__push_cp(ts, ip, tm, ref, cp, true, false); in thread_stack__no_call_return()
994 return thread_stack__call_return(thread, ts, --ts->cnt, tm, ref, false); in thread_stack__no_call_return()
999 u64 ref) in thread_stack__trace_begin() argument
1011 timestamp, ref, false); in thread_stack__trace_begin()
1020 struct perf_sample *sample, u64 ref) in thread_stack__trace_end() argument
1027 if (!ts->cnt || (ts->cnt == 1 && ts->stack[0].ref == ref)) in thread_stack__trace_end()
1035 return thread_stack__push_cp(ts, ret_addr, sample->time, ref, cp, in thread_stack__trace_end()
1104 struct addr_location *to_al, u64 ref, in thread_stack__process() argument
1138 err = thread_stack__bottom(ts, sample, from_al, to_al, ref); in thread_stack__process()
1164 err = thread_stack__push_cp(ts, ret_addr, sample->time, ref, in thread_stack__process()
1185 return thread_stack__pop_ks(thread, ts, sample, ref); in thread_stack__process()
1197 sample->time, ref, from_al->sym); in thread_stack__process()
1202 from_al, to_al, ref); in thread_stack__process()
1205 err = thread_stack__trace_begin(thread, ts, sample->time, ref); in thread_stack__process()
1207 err = thread_stack__trace_end(ts, sample, ref); in thread_stack__process()
1223 err = thread_stack__push_cp(ts, 0, sample->time, ref, cp, false, in thread_stack__process()