Lines Matching refs:time
553 return thread_stack__push_cp(thread->ts, ip, sample->time, ref, cp, in thread_stack__bottom()
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()
659 return thread_stack__push_cp(ts, ret_addr, sample->time, ref, cp, in thread_stack__trace_end()
707 ts->last_time = sample->time; 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()
741 err = thread_stack__trace_begin(thread, ts, sample->time, ref); in thread_stack__process()