Home
last modified time | relevance | path

Searched defs:foo_timer_data (Results 1 – 2 of 2) sorted by relevance

/linux/samples/trace_events/
H A Dtrace-events-sample.h276 struct foo_timer_data { struct
277 const char *name;
278 struct timer_list timer;
279 int __percpu *counter;
H A Dtrace-events-sample.c97 static struct foo_timer_data *foo_timer_data; variable