Home | History | Annotate | Download | only in perf

Lines Matching defs:te

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)
408 struct wakeup_entry *wake = (void *)te;
417 if ((te->flags & TRACE_FLAG_HARDIRQ) || (te->flags & TRACE_FLAG_SOFTIRQ))
436 static void sched_switch(int cpu, u64 timestamp, struct trace_entry *te)
439 struct sched_switch *sw = (void *)te;
520 struct trace_entry *te = sample->raw_data;
522 sched_wakeup(sample->cpu, sample->time, sample->pid, te);
530 struct trace_entry *te = sample->raw_data;
532 sched_switch(sample->cpu, sample->time, te);