Home
last modified time | relevance | path

Searched refs:trace_entry (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/tools/cygprofile/
Dmergetraces.py119 def Timestamp(trace_entry): argument
120 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
/external/linux-tools-perf/
Dbuiltin-timechart.c308 struct trace_entry { struct
319 struct trace_entry te; argument
327 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()