thread_stack__push_cp
return thread_stack__push_cp(ts, ret_addr, sample->time, ref, cp,
err = thread_stack__push_cp(ts, ret_addr, sample->time, ref,
err = thread_stack__push_cp(ts, 0, sample->time, ref, cp, false,
return thread_stack__push_cp(ts, ip, sample->time, ref, cp,
return thread_stack__push_cp(ts, 0, tm, ref, cp, true,
return thread_stack__push_cp(ts, addr, tm, ref, cp,
err = thread_stack__push_cp(ts, 0, tm, ref, cp, true, false);
err = thread_stack__push_cp(ts, addr, tm, ref, cp, true, false);
err = thread_stack__push_cp(ts, ip, tm, ref, cp, true, false);