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