Searched refs:ttrace (Results 1 – 1 of 1) sorted by relevance
1291 struct thread_trace *ttrace = zalloc(sizeof(struct thread_trace)); in thread_trace__new() local1293 if (ttrace) { in thread_trace__new()1294 ttrace->files.max = -1; in thread_trace__new()1295 ttrace->syscall_stats = intlist__new(NULL); in thread_trace__new()1298 return ttrace; in thread_trace__new()1303 struct thread_trace *ttrace; in thread__trace() local1314 ttrace = thread__priv(thread); in thread__trace()1315 ++ttrace->nr_events; in thread__trace()1317 return ttrace; in thread__trace()1328 struct thread_trace *ttrace = thread__priv(arg->thread); in syscall_arg__set_ret_scnprintf() local[all …]