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

/linux-master/arch/arm/kernel/
H A Dperf_event_v7.c1310 #define EVENT_CPU(event) (!!(event & KRAIT_EVENT)) /* N=1 */ macro
1586 bool krait_event = EVENT_CPU(hwc->config_base);
1615 bool krait_event = EVENT_CPU(hwc->config_base);
1906 bool scorpion_event = EVENT_CPU(hwc->config_base);
1933 bool scorpion_event = EVENT_CPU(hwc->config_base);
/linux-master/kernel/events/
H A Dcore.c377 EVENT_CPU = 0x8, enumerator in enum:event_type_t
1524 event_type |= EVENT_CPU;
2685 * - CPU pinned (EVENT_CPU | EVENT_PINNED)
2687 * - CPU flexible (EVENT_CPU | EVENT_FLEXIBLE)
2707 bool cpu_event = !!(event_type & EVENT_CPU);
2727 * - EVENT_CPU: schedule out corresponding groups;
2749 ctx_resched(cpuctx, task_ctx, EVENT_ALL|EVENT_CPU);

Completed in 315 milliseconds