Lines Matching defs:timestamp
87 u64 timestamp; member
359 get_new_event(struct task_desc *task, u64 timestamp) in get_new_event()
387 u64 timestamp, u64 duration) in add_sched_event_run()
410 u64 timestamp, struct task_desc *wakee) in add_sched_event_wakeup()
437 u64 timestamp, u64 task_state __maybe_unused) in add_sched_event_sleep()
843 u64 timestamp0, timestamp = sample->time; in replay_switch_event() local
1041 u64 timestamp) in add_sched_out_event()
1075 add_sched_in_event(struct work_atoms *atoms, u64 timestamp) in add_sched_in_event()
1116 u64 timestamp0, timestamp = sample->time; in latency_switch_event() local
1185 u64 timestamp = sample->time; in latency_runtime_event() local
1220 u64 timestamp = sample->time; in latency_wakeup_event() local
1278 u64 timestamp = sample->time; in latency_migrate_task_event() local
1536 u64 timestamp0, timestamp = sample->time; in map_switch_event() local
1869 static void evsel__save_time(struct evsel *evsel, u64 timestamp, u32 cpu) in evsel__save_time()