Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/events/
H A Dcore.c368 EVENT_TIME = 0x4, enumerator
2334 if (ctx->is_active & EVENT_TIME) { in __perf_remove_from_context()
2402 if (ctx->is_active & EVENT_TIME) { in __perf_event_disable()
2804 ctx_sched_out(ctx, cpuctx, EVENT_TIME); in __perf_install_in_context()
2949 ctx_sched_out(ctx, cpuctx, EVENT_TIME); in __perf_event_enable()
2958 ctx_sched_in(ctx, cpuctx, EVENT_TIME, current); in __perf_event_enable()
2967 ctx_sched_in(ctx, cpuctx, EVENT_TIME, current); in __perf_event_enable()
3239 if (is_active & EVENT_TIME) { in ctx_sched_out()
3776 ctx->is_active |= (event_type | EVENT_TIME); in ctx_sched_in()
3786 if (is_active & EVENT_TIME) { in ctx_sched_in()
[all …]