Lines Matching defs:new
171 struct namespaces *new, *curr = __thread__namespaces(thread);
173 new = namespaces__new(event);
174 if (!new)
177 list_add(&new->list, thread__namespaces_list(thread));
185 curr = list_next_entry(new, list);
237 struct comm *new, *curr = thread__comm(thread);
245 new = comm__new(str, timestamp, exec);
246 if (!new)
248 list_add(&new->list, thread__comm_list(thread));
384 /* This is new thread, we share map groups for process. */
394 /* But this one is new process, copy maps. */