Home
last modified time | relevance | path

Searched refs:tlat (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/kernel/trace/
H A Dtrace_osnoise.c1738 struct timerlat_variables *tlat; in timerlat_irq() local
1748 tlat = container_of(timer, struct timerlat_variables, timer); in timerlat_irq()
1750 now = ktime_to_ns(hrtimer_cb_get_time(&tlat->timer)); in timerlat_irq()
1755 tlat->tracing_thread = true; in timerlat_irq()
1794 diff = now - tlat->abs_period; in timerlat_irq()
1796 tlat->count++; in timerlat_irq()
1797 s.seqnum = tlat->count; in timerlat_irq()
1821 wake_up_process(tlat->kthread); in timerlat_irq()
1827 wake_up_process(tlat->kthread); in timerlat_irq()
1838 static int wait_next_period(struct timerlat_variables *tlat) in wait_next_period() argument
[all …]