Lines Matching refs:te
312 struct trace_entry te; member
320 struct trace_entry te; member
327 struct trace_entry te; member
335 struct trace_entry te; member
405 sched_wakeup(int cpu, u64 timestamp, int pid, struct trace_entry *te) in sched_wakeup() argument
408 struct wakeup_entry *wake = (void *)te; in sched_wakeup()
417 if ((te->flags & TRACE_FLAG_HARDIRQ) || (te->flags & TRACE_FLAG_SOFTIRQ)) in sched_wakeup()
436 static void sched_switch(int cpu, u64 timestamp, struct trace_entry *te) in sched_switch() argument
439 struct sched_switch *sw = (void *)te; in sched_switch()
520 struct trace_entry *te = sample->raw_data; in process_sample_sched_wakeup() local
522 sched_wakeup(sample->cpu, sample->time, sample->pid, te); in process_sample_sched_wakeup()
530 struct trace_entry *te = sample->raw_data; in process_sample_sched_switch() local
532 sched_switch(sample->cpu, sample->time, te); in process_sample_sched_switch()