Searched refs:thread_stack__call_return (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | thread-stack.c | 298 static int thread_stack__call_return(struct thread *thread, in thread_stack__call_return() function 352 err = thread_stack__call_return(thread, ts, --ts->cnt, in __thread_stack__flush() 827 return thread_stack__call_return(thread, ts, --ts->cnt, in thread_stack__pop_cp() 833 return thread_stack__call_return(thread, ts, --ts->cnt, in thread_stack__pop_cp() 844 err = thread_stack__call_return(thread, ts, in thread_stack__pop_cp() 851 return thread_stack__call_return(thread, ts, --ts->cnt, in thread_stack__pop_cp() 894 err = thread_stack__call_return(thread, ts, --ts->cnt, in thread_stack__pop_ks() 951 err = thread_stack__call_return(thread, ts, --ts->cnt, 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() 1010 err = thread_stack__call_return(thread, ts, --ts->cnt, in thread_stack__trace_begin()
|