Searched refs:thread_stack__push_cp (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | thread-stack.c | 781 static int thread_stack__push_cp(struct thread_stack *ts, u64 ret_addr, in thread_stack__push_cp() function 881 return thread_stack__push_cp(ts, ip, sample->time, ref, cp, in thread_stack__bottom() 928 return thread_stack__push_cp(ts, 0, tm, ref, cp, true, in thread_stack__no_call_return() 959 return thread_stack__push_cp(ts, addr, tm, ref, cp, in thread_stack__no_call_return() 969 err = thread_stack__push_cp(ts, 0, tm, ref, cp, true, false); in thread_stack__no_call_return() 983 err = thread_stack__push_cp(ts, addr, tm, ref, cp, true, false); in thread_stack__no_call_return() 989 err = thread_stack__push_cp(ts, ip, tm, ref, cp, true, false); in thread_stack__no_call_return() 1034 return thread_stack__push_cp(ts, ret_addr, sample->time, ref, cp, in thread_stack__trace_end() 1165 err = thread_stack__push_cp(ts, ret_addr, sample->time, ref, in thread_stack__process() 1224 err = thread_stack__push_cp(t in thread_stack__process() [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | thread-stack.c | 782 static int thread_stack__push_cp(struct thread_stack *ts, u64 ret_addr, in thread_stack__push_cp() function 882 return thread_stack__push_cp(ts, ip, sample->time, ref, cp, in thread_stack__bottom() 929 return thread_stack__push_cp(ts, 0, tm, ref, cp, true, 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() 1035 return thread_stack__push_cp(ts, ret_addr, sample->time, ref, cp, in thread_stack__trace_end() 1164 err = thread_stack__push_cp(ts, ret_addr, sample->time, ref, in thread_stack__process() 1223 err = thread_stack__push_cp(t in thread_stack__process() [all...] |
Completed in 5 milliseconds