Lines Matching refs:te
311 struct trace_entry te; member
319 struct trace_entry te; member
326 struct trace_entry te; member
353 struct trace_entry te; member
425 sched_wakeup(int cpu, u64 timestamp, int pid, struct trace_entry *te) in sched_wakeup() argument
429 struct wakeup_entry *wake = (void *)te; in sched_wakeup()
439 if ((te->flags & TRACE_FLAG_HARDIRQ) || (te->flags & TRACE_FLAG_SOFTIRQ)) in sched_wakeup()
458 static void sched_switch(int cpu, u64 timestamp, struct trace_entry *te) in sched_switch() argument
461 struct sched_switch *sw = (void *)te; in sched_switch()
494 struct trace_entry *te; in process_sample_event() local
503 te = (void *)sample->raw_data; in process_sample_event()
508 peo = (void *)te; in process_sample_event()
520 event_str = perf_header__find_event(te->type); in process_sample_event()
529 struct power_processor_entry *ppe = (void *)te; in process_sample_event()
537 struct power_processor_entry *ppe = (void *)te; in process_sample_event()
542 sched_wakeup(sample->cpu, sample->time, sample->pid, te); in process_sample_event()
545 sched_switch(sample->cpu, sample->time, te); in process_sample_event()