Searched refs:wakeup_events (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dsession.c349 self->attr.attr.wakeup_events = bswap_32(self->attr.attr.wakeup_events);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dperf_event.h222 __u32 wakeup_events; /* wakeup every n events */ member in union:perf_event_attr::__anon17978
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dperf_event.c3193 int wakeup_events = event->attr.wakeup_events; local
3195 if (handle->sample && wakeup_events) {
3197 if (events >= wakeup_events) {
3198 local_sub(wakeup_events, &buffer->events);

Completed in 184 milliseconds