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

/linux-master/tools/perf/
H A Dbuiltin-trace.c1288 struct thread_trace *ttrace = zalloc(sizeof(struct thread_trace)); local
1290 if (ttrace) {
1291 ttrace->files.max = -1;
1292 ttrace->syscall_stats = intlist__new(NULL);
1295 return ttrace;
1298 static void thread_trace__free_files(struct thread_trace *ttrace);
1302 struct thread_trace *ttrace = pttrace; local
1304 if (!ttrace)
1307 intlist__delete(ttrace->syscall_stats);
1308 ttrace
1316 struct thread_trace *ttrace; local
1341 struct thread_trace *ttrace = thread__priv(arg->thread); local
1351 thread_trace__free_files(struct thread_trace *ttrace) argument
1362 thread_trace__files_entry(struct thread_trace *ttrace, int fd) argument
1394 struct thread_trace *ttrace = thread__priv(thread); local
1439 struct thread_trace *ttrace = thread__priv(thread); local
1492 struct thread_trace *ttrace = thread__priv(arg->thread); local
1503 struct thread_trace *ttrace = thread__priv(thread); local
2054 struct thread_trace *ttrace = thread__priv(thread); local
2197 thread__update_stats(struct thread *thread, struct thread_trace *ttrace, int id, struct perf_sample *sample, long err, bool errno_summary) argument
2252 struct thread_trace *ttrace; local
2341 struct thread_trace *ttrace; local
2411 struct thread_trace *ttrace; local
2489 struct thread_trace *ttrace; local
2619 struct thread_trace *ttrace; local
2684 struct thread_trace *ttrace = thread__trace(thread, trace->output); local
2925 struct thread_trace *ttrace; local
4231 thread__dump_stats(struct thread_trace *ttrace, struct trace *trace, FILE *fp) argument
4286 struct thread_trace *ttrace = thread__priv(thread); local
4311 thread__nr_events(struct thread_trace *ttrace) argument
[all...]

Completed in 205 milliseconds