Searched refs:EVENT_FLEXIBLE (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/kernel/ |
D | perf_event.c | 119 EVENT_FLEXIBLE = 0x1, enumerator 121 EVENT_ALL = EVENT_FLEXIBLE | EVENT_PINNED, 1786 if (event_type & EVENT_FLEXIBLE) { in ctx_sched_out() 2083 if (event_type & EVENT_FLEXIBLE) in ctx_sched_in() 2127 cpu_ctx_sched_out(cpuctx, EVENT_FLEXIBLE); in perf_event_context_sched_in() 2130 cpu_ctx_sched_in(cpuctx, EVENT_FLEXIBLE, task); in perf_event_context_sched_in() 2131 ctx_sched_in(ctx, cpuctx, EVENT_FLEXIBLE, task); in perf_event_context_sched_in() 2364 cpu_ctx_sched_out(cpuctx, EVENT_FLEXIBLE); in perf_rotate_context() 2366 task_ctx_sched_out(ctx, EVENT_FLEXIBLE); in perf_rotate_context() 2372 cpu_ctx_sched_in(cpuctx, EVENT_FLEXIBLE, current); in perf_rotate_context() [all …]
|