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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dperf_event.c1083 EVENT_FLEXIBLE = 0x1, enumerator in enum:event_type_t
1085 EVENT_ALL = EVENT_FLEXIBLE | EVENT_PINNED,
1108 if (event_type & EVENT_FLEXIBLE)
1377 if (event_type & EVENT_FLEXIBLE)
1435 cpu_ctx_sched_out(cpuctx, EVENT_FLEXIBLE);
1438 cpu_ctx_sched_in(cpuctx, EVENT_FLEXIBLE);
1439 ctx_sched_in(ctx, cpuctx, EVENT_FLEXIBLE);
1655 cpu_ctx_sched_out(cpuctx, EVENT_FLEXIBLE);
1657 task_ctx_sched_out(ctx, EVENT_FLEXIBLE);
1663 cpu_ctx_sched_in(cpuctx, EVENT_FLEXIBLE);
[all...]

Completed in 62 milliseconds