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

/linux-master/tools/perf/util/
H A Dthread-stack.c178 struct thread_stack *ts = thread__ts(thread), *new_ts;
192 free(thread__ts(thread));
210 struct thread_stack *ts = thread__ts(thread);
235 return thread__ts(thread);
366 struct thread_stack *ts = thread__ts(thread);
505 struct thread_stack *ts = thread__ts(thread);
511 free(thread__ts(thread));
H A Dthread.h264 static inline struct thread_stack *thread__ts(struct thread *thread) function
/linux-master/tools/perf/
H A Dbuiltin-script.c1472 if (thread__ts(thread) && sample->flags & PERF_IP_FLAG_RETURN)

Completed in 170 milliseconds