Lines Matching defs:te
319 struct trace_entry te;
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)
437 struct wakeup_entry *wake = (void *)te;
447 if ((te->flags & TRACE_FLAG_HARDIRQ) || (te->flags & TRACE_FLAG_SOFTIRQ))
466 static void sched_switch(int cpu, u64 timestamp, struct trace_entry *te)
469 struct sched_switch *sw = (void *)te;
502 struct trace_entry *te;
511 te = (void *)sample->raw_data;
516 peo = (void *)te;
528 event_str = perf_header__find_event(te->type);
537 struct power_processor_entry *ppe = (void *)te;
545 struct power_processor_entry *ppe = (void *)te;
550 sched_wakeup(sample->cpu, sample->time, sample->pid, te);
553 sched_switch(sample->cpu, sample->time, te);