Searched refs:ttrace (Results 1 – 1 of 1) sorted by relevance
1586 struct thread_trace *ttrace = zalloc(sizeof(struct thread_trace)); in thread_trace__new() local1588 if (ttrace) { in thread_trace__new()1589 ttrace->files.max = -1; in thread_trace__new()1591 ttrace->syscall_stats = alloc_syscall_stats(); in thread_trace__new()1592 if (IS_ERR(ttrace->syscall_stats)) in thread_trace__new()1593 zfree(&ttrace); in thread_trace__new()1597 return ttrace; in thread_trace__new()1600 static void thread_trace__free_files(struct thread_trace *ttrace);1604 struct thread_trace *ttrace = pttrace; in thread_trace__delete() local1606 if (!ttrace) in thread_trace__delete()[all …]