Lines Matching defs:timestamp
89 u64 timestamp; member
353 get_new_event(struct task_desc *task, u64 timestamp) in get_new_event()
381 u64 timestamp, u64 duration) in add_sched_event_run()
404 u64 timestamp, struct task_desc *wakee) in add_sched_event_wakeup()
431 u64 timestamp, const char task_state __maybe_unused) in add_sched_event_sleep()
857 u64 timestamp0, timestamp = sample->time; in replay_switch_event() local
1054 u64 timestamp) in add_sched_out_event()
1088 add_sched_in_event(struct work_atoms *atoms, u64 timestamp) in add_sched_in_event()
1144 u64 timestamp0, timestamp = sample->time; in latency_switch_event() local
1213 u64 timestamp = sample->time; in latency_runtime_event() local
1248 u64 timestamp = sample->time; in latency_wakeup_event() local
1306 u64 timestamp = sample->time; in latency_migrate_task_event() local
1646 u64 timestamp0, timestamp = sample->time; in map_switch_event() local
2007 static void evsel__save_time(struct evsel *evsel, u64 timestamp, u32 cpu) in evsel__save_time()