Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dthread-stack.c178 struct thread_stack *ts = thread__ts(thread), *new_ts; in thread_stack__new()
192 free(thread__ts(thread)); in thread_stack__new()
210 struct thread_stack *ts = thread__ts(thread); in thread__cpu_stack()
235 return thread__ts(thread); in thread__stack()
366 struct thread_stack *ts = thread__ts(thread); in thread_stack__flush()
505 struct thread_stack *ts = thread__ts(thread); in thread_stack__free()
511 free(thread__ts(thread)); in thread_stack__free()
H A Dthread.h271 static inline struct thread_stack *thread__ts(struct thread *thread) in thread__ts() function
/openbmc/linux/tools/perf/
H A Dbuiltin-script.c1457 if (thread__ts(thread) && sample->flags & PERF_IP_FLAG_RETURN) in perf_sample__fprintf_callindent()