Home
last modified time | relevance | path

Searched refs:__thread_stack__flush (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/tools/perf/util/
Dthread-stack.c188 static int __thread_stack__flush(struct thread *thread, struct thread_stack *ts) in __thread_stack__flush() function
214 return __thread_stack__flush(thread, thread->ts); in thread_stack__flush()
241 __thread_stack__flush(thread, thread->ts); in thread_stack__event()
274 __thread_stack__flush(thread, thread->ts); in thread_stack__set_trace_nr()
282 __thread_stack__flush(thread, thread->ts); in thread_stack__free()
564 err = __thread_stack__flush(thread, ts); in thread_stack__process()