Searched refs:trace_entry (Results 1 – 2 of 2) sorted by relevance
119 def Timestamp(trace_entry): argument120 return int (trace_entry[0]) * 1000000 + int(trace_entry[1])134 for trace_entry in trace:135 call = trace_entry[3]137 Timestamp(tracemap[call]) > Timestamp(trace_entry)):138 tracemap[call] = trace_entry
308 struct trace_entry { struct319 struct trace_entry te; argument327 struct trace_entry te;334 struct trace_entry te;361 struct trace_entry te;433 sched_wakeup(int cpu, u64 timestamp, int pid, struct trace_entry *te) in sched_wakeup()466 static void sched_switch(int cpu, u64 timestamp, struct trace_entry *te) in sched_switch()502 struct trace_entry *te; in process_sample_event()