Searched refs:ttrace (Results 1 – 1 of 1) sorted by relevance
1180 struct thread_trace *ttrace = zalloc(sizeof(struct thread_trace)); in thread_trace__new() local1182 if (ttrace) in thread_trace__new()1183 ttrace->paths.max = -1; in thread_trace__new()1185 ttrace->syscall_stats = intlist__new(NULL); in thread_trace__new()1187 return ttrace; in thread_trace__new()1192 struct thread_trace *ttrace; in thread__trace() local1203 ttrace = thread__priv(thread); in thread__trace()1204 ++ttrace->nr_events; in thread__trace()1206 return ttrace; in thread__trace()1263 struct thread_trace *ttrace = thread__priv(thread); in trace__set_fd_pathname() local[all …]