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

/linux-master/tools/perf/
H A Dbuiltin-trace.c1263 struct thread_trace { struct
1286 static struct thread_trace *thread_trace__new(void)
1288 struct thread_trace *ttrace = zalloc(sizeof(struct thread_trace));
1298 static void thread_trace__free_files(struct thread_trace *ttrace);
1302 struct thread_trace *ttrace = pttrace;
1314 static struct thread_trace *thread__trace(struct thread *thread, FILE *fp)
1316 struct thread_trace *ttrace;
1341 struct thread_trace *ttrace = thread__priv(arg->thread);
1351 static void thread_trace__free_files(struct thread_trace *ttrac
[all...]

Completed in 133 milliseconds