Lines Matching refs:timestamp
169 static int __thread__set_namespaces(struct thread *thread, u64 timestamp, in __thread__set_namespaces() argument
180 if (timestamp && curr) { in __thread__set_namespaces()
187 curr->end_time = timestamp; in __thread__set_namespaces()
193 int thread__set_namespaces(struct thread *thread, u64 timestamp, in thread__set_namespaces() argument
199 ret = __thread__set_namespaces(thread, timestamp, event); in thread__set_namespaces()
251 u64 timestamp, bool exec) in ____thread__set_comm() argument
258 int err = comm__override(curr, str, timestamp, exec); in ____thread__set_comm()
262 new = comm__new(str, timestamp, exec); in ____thread__set_comm()
276 int __thread__set_comm(struct thread *thread, const char *str, u64 timestamp, in __thread__set_comm() argument
282 ret = ____thread__set_comm(thread, str, timestamp, exec); in __thread__set_comm()
414 int thread__fork(struct thread *thread, struct thread *parent, u64 timestamp, bool do_maps_clone) in thread__fork() argument
421 err = thread__set_comm(thread, comm, timestamp); in thread__fork()