Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/
Dbuiltin-trace.c385 struct thread_trace { struct
394 static struct thread_trace *thread_trace__new(void) in thread_trace__new() argument
396 return zalloc(sizeof(struct thread_trace)); in thread_trace__new()
399 static struct thread_trace *thread__trace(struct thread *thread, FILE *fp) in thread__trace()
401 struct thread_trace *ttrace; in thread__trace()
699 struct thread_trace *ttrace; in trace__sys_enter()
751 struct thread_trace *ttrace; in trace__sys_exit()
819 struct thread_trace *ttrace = thread__trace(thread, trace->output); in trace__sched_stat_runtime()
1131 struct thread_trace *ttrace = thread->priv; in trace__fprintf_thread_summary()