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

/external/chromium_org/tools/cygprofile/
H A Dmergetraces.py117 def Timestamp(trace_entry):
118 return int (trace_entry[0]) * 1000000 + int(trace_entry[1])
132 for trace_entry in trace:
133 call = trace_entry[3]
135 Timestamp(tracemap[call]) > Timestamp(trace_entry)):
136 tracemap[call] = trace_entry
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-timechart.c301 struct trace_entry { struct
312 struct trace_entry te;
320 struct trace_entry te;
327 struct trace_entry te;
335 struct trace_entry te;
405 sched_wakeup(int cpu, u64 timestamp, int pid, struct trace_entry *te)
436 static void sched_switch(int cpu, u64 timestamp, struct trace_entry *te)
520 struct trace_entry *te = sample->raw_data;
530 struct trace_entry *te = sample->raw_data;

Completed in 778 milliseconds