Lines Matching defs:timestamp
168 static int __thread__set_namespaces(struct thread *thread, u64 timestamp,
179 if (timestamp && curr) {
186 curr->end_time = timestamp;
192 int thread__set_namespaces(struct thread *thread, u64 timestamp,
198 ret = __thread__set_namespaces(thread, timestamp, event);
235 u64 timestamp, bool exec)
241 int err = comm__override(curr, str, timestamp, exec);
245 new = comm__new(str, timestamp, exec);
259 int __thread__set_comm(struct thread *thread, const char *str, u64 timestamp,
265 ret = ____thread__set_comm(thread, str, timestamp, exec);
398 int thread__fork(struct thread *thread, struct thread *parent, u64 timestamp, bool do_maps_clone)
405 err = thread__set_comm(thread, comm, timestamp);