Home
last modified time | relevance | path

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

/openbmc/linux/kernel/events/
H A Dcore.c715 static void ctx_sched_in(struct perf_event_context *ctx, enum event_type_t event_type);
881 * perf_cgroup_set_timestamp() in ctx_sched_in() in perf_cgroup_switch()
884 ctx_sched_in(&cpuctx->ctx, EVENT_ALL|EVENT_CGROUP); in perf_cgroup_switch()
2274 * Asymmetry; we only schedule events _IN_ through ctx_sched_in(), but in event_sched_out()
2676 ctx_sched_in(&cpuctx->ctx, EVENT_PINNED); in perf_event_sched_in()
2678 ctx_sched_in(ctx, EVENT_PINNED); in perf_event_sched_in()
2679 ctx_sched_in(&cpuctx->ctx, EVENT_FLEXIBLE); in perf_event_sched_in()
2681 ctx_sched_in(ctx, EVENT_FLEXIBLE); in perf_event_sched_in()
2961 ctx_sched_in(ctx, EVENT_TIME); in __perf_event_enable()
2970 ctx_sched_in(ct in __perf_event_enable()
3895 ctx_sched_in(struct perf_event_context *ctx, enum event_type_t event_type) ctx_sched_in() function
[all...]