Lines Matching refs:timestamp
171 static int __thread__set_namespaces(struct thread *thread, u64 timestamp, in __thread__set_namespaces() argument
182 if (timestamp && curr) { in __thread__set_namespaces()
189 curr->end_time = timestamp; in __thread__set_namespaces()
195 int thread__set_namespaces(struct thread *thread, u64 timestamp, in thread__set_namespaces() argument
201 ret = __thread__set_namespaces(thread, timestamp, event); in thread__set_namespaces()
238 u64 timestamp, bool exec) in ____thread__set_comm() argument
244 int err = comm__override(curr, str, timestamp, exec); in ____thread__set_comm()
248 new = comm__new(str, timestamp, exec); in ____thread__set_comm()
262 int __thread__set_comm(struct thread *thread, const char *str, u64 timestamp, in __thread__set_comm() argument
268 ret = ____thread__set_comm(thread, str, timestamp, exec); in __thread__set_comm()
391 int thread__fork(struct thread *thread, struct thread *parent, u64 timestamp, bool do_maps_clone) in thread__fork() argument
398 err = thread__set_comm(thread, comm, timestamp); in thread__fork()