Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dthread-stack.h90 size_t thread_stack__depth(struct thread *thread);
Dthread-stack.c621 size_t thread_stack__depth(struct thread *thread) in thread_stack__depth() function
/Linux-v4.19/tools/perf/
Dbuiltin-script.c1113 size_t depth = thread_stack__depth(thread); in perf_sample__fprintf_callindent()