Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/events/
H A Dcore.c366 EVENT_FLEXIBLE = 0x1, enumerator
371 EVENT_ALL = EVENT_FLEXIBLE | EVENT_PINNED,
1559 event_type = event->attr.pinned ? EVENT_PINNED : EVENT_FLEXIBLE; in get_event_type()
2686 cpu_ctx_sched_in(cpuctx, EVENT_FLEXIBLE, task); in perf_event_sched_in()
2688 ctx_sched_in(ctx, cpuctx, EVENT_FLEXIBLE, task); in perf_event_sched_in()
2718 event_type |= EVENT_FLEXIBLE; in ctx_resched()
2736 cpu_ctx_sched_out(cpuctx, EVENT_FLEXIBLE); in ctx_resched()
3256 if (is_active & EVENT_FLEXIBLE) { in ctx_sched_out()
3801 if (is_active & EVENT_FLEXIBLE) in ctx_sched_in()
3845 cpu_ctx_sched_out(cpuctx, EVENT_FLEXIBLE); in perf_event_context_sched_in()
[all …]