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

/linux-master/kernel/events/
H A Dcore.c711 static void ctx_sched_in(struct perf_event_context *ctx, enum event_type_t event_type);
877 * perf_cgroup_set_timestamp() in ctx_sched_in()
880 ctx_sched_in(&cpuctx->ctx, EVENT_ALL|EVENT_CGROUP);
2269 * Asymmetry; we only schedule events _IN_ through ctx_sched_in(), but
2675 ctx_sched_in(&cpuctx->ctx, EVENT_PINNED);
2677 ctx_sched_in(ctx, EVENT_PINNED);
2678 ctx_sched_in(&cpuctx->ctx, EVENT_FLEXIBLE);
2680 ctx_sched_in(ctx, EVENT_FLEXIBLE);
2960 ctx_sched_in(ctx, EVENT_TIME);
2969 ctx_sched_in(ct
3894 ctx_sched_in(struct perf_event_context *ctx, enum event_type_t event_type) function
[all...]

Completed in 244 milliseconds