Lines Matching defs:timestamp
173 static int __thread__set_namespaces(struct thread *thread, u64 timestamp,
184 if (timestamp && curr) {
191 curr->end_time = timestamp;
197 int thread__set_namespaces(struct thread *thread, u64 timestamp,
203 ret = __thread__set_namespaces(thread, timestamp, event);
240 u64 timestamp, bool exec)
246 int err = comm__override(curr, str, timestamp, exec);
250 new = comm__new(str, timestamp, exec);
264 int __thread__set_comm(struct thread *thread, const char *str, u64 timestamp,
270 ret = ____thread__set_comm(thread, str, timestamp, exec);
391 int thread__fork(struct thread *thread, struct thread *parent, u64 timestamp, bool do_maps_clone)
398 err = thread__set_comm(thread, comm, timestamp);