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