BPF_STRUCT_OPS
BPF_STRUCT_OPS,
BPF_STRUCT_OPS,
#define BPF_STRUCT_OPS(name, args...) \
void BPF_STRUCT_OPS(central_enqueue, struct task_struct *p, u64 enq_flags)
void BPF_STRUCT_OPS(central_dispatch, s32 cpu, struct task_struct *prev)
void BPF_STRUCT_OPS(central_running, struct task_struct *p)
void BPF_STRUCT_OPS(central_stopping, struct task_struct *p, bool runnable)
void BPF_STRUCT_OPS(central_exit, struct scx_exit_info *ei)
s32 BPF_STRUCT_OPS(central_select_cpu, struct task_struct *p,
s32 BPF_STRUCT_OPS(cpu0_select_cpu, struct task_struct *p, s32 prev_cpu, u64 wake_flags)
void BPF_STRUCT_OPS(cpu0_enqueue, struct task_struct *p, u64 enq_flags)
void BPF_STRUCT_OPS(cpu0_dispatch, s32 cpu, struct task_struct *prev)
void BPF_STRUCT_OPS(cpu0_exit, struct scx_exit_info *ei)
s32 BPF_STRUCT_OPS(fcg_select_cpu, struct task_struct *p, s32 prev_cpu, u64 wake_flags)
void BPF_STRUCT_OPS(fcg_enqueue, struct task_struct *p, u64 enq_flags)
void BPF_STRUCT_OPS(fcg_runnable, struct task_struct *p, u64 enq_flags)
void BPF_STRUCT_OPS(fcg_running, struct task_struct *p)
void BPF_STRUCT_OPS(fcg_stopping, struct task_struct *p, bool runnable)
void BPF_STRUCT_OPS(fcg_quiescent, struct task_struct *p, u64 deq_flags)
void BPF_STRUCT_OPS(fcg_cgroup_set_weight, struct cgroup *cgrp, u32 weight)
void BPF_STRUCT_OPS(fcg_dispatch, s32 cpu, struct task_struct *prev)
s32 BPF_STRUCT_OPS(fcg_init_task, struct task_struct *p,
void BPF_STRUCT_OPS(fcg_cgroup_exit, struct cgroup *cgrp)
void BPF_STRUCT_OPS(fcg_cgroup_move, struct task_struct *p,
void BPF_STRUCT_OPS(fcg_exit, struct scx_exit_info *ei)
void BPF_STRUCT_OPS(pair_enqueue, struct task_struct *p, u64 enq_flags)
void BPF_STRUCT_OPS(pair_dispatch, s32 cpu, struct task_struct *prev)
void BPF_STRUCT_OPS(pair_cpu_acquire, s32 cpu, struct scx_cpu_acquire_args *args)
void BPF_STRUCT_OPS(pair_cpu_release, s32 cpu, struct scx_cpu_release_args *args)
s32 BPF_STRUCT_OPS(pair_cgroup_init, struct cgroup *cgrp)
void BPF_STRUCT_OPS(pair_cgroup_exit, struct cgroup *cgrp)
void BPF_STRUCT_OPS(pair_exit, struct scx_exit_info *ei)
s32 BPF_STRUCT_OPS(qmap_select_cpu, struct task_struct *p,
void BPF_STRUCT_OPS(qmap_enqueue, struct task_struct *p, u64 enq_flags)
void BPF_STRUCT_OPS(qmap_dequeue, struct task_struct *p, u64 deq_flags)
void BPF_STRUCT_OPS(qmap_dispatch, s32 cpu, struct task_struct *prev)
void BPF_STRUCT_OPS(qmap_tick, struct task_struct *p)
bool BPF_STRUCT_OPS(qmap_core_sched_before,
void BPF_STRUCT_OPS(qmap_cpu_release, s32 cpu, struct scx_cpu_release_args *args)
s32 BPF_STRUCT_OPS(qmap_init_task, struct task_struct *p,
void BPF_STRUCT_OPS(qmap_dump, struct scx_dump_ctx *dctx)
void BPF_STRUCT_OPS(qmap_dump_cpu, struct scx_dump_ctx *dctx, s32 cpu, bool idle)
void BPF_STRUCT_OPS(qmap_dump_task, struct scx_dump_ctx *dctx, struct task_struct *p)
s32 BPF_STRUCT_OPS(qmap_cgroup_init, struct cgroup *cgrp, struct scx_cgroup_init_args *args)
void BPF_STRUCT_OPS(qmap_cgroup_set_weight, struct cgroup *cgrp, u32 weight)
void BPF_STRUCT_OPS(qmap_cgroup_set_bandwidth, struct cgroup *cgrp,
void BPF_STRUCT_OPS(qmap_cpu_online, s32 cpu)
void BPF_STRUCT_OPS(qmap_cpu_offline, s32 cpu)
void BPF_STRUCT_OPS(qmap_exit, struct scx_exit_info *ei)
s32 BPF_STRUCT_OPS(sdt_select_cpu, struct task_struct *p, s32 prev_cpu, u64 wake_flags)
void BPF_STRUCT_OPS(sdt_enqueue, struct task_struct *p, u64 enq_flags)
void BPF_STRUCT_OPS(sdt_dispatch, s32 cpu, struct task_struct *prev)
void BPF_STRUCT_OPS(sdt_exit_task, struct task_struct *p,
void BPF_STRUCT_OPS(sdt_exit, struct scx_exit_info *ei)
void BPF_STRUCT_OPS(simple_stopping, struct task_struct *p, bool runnable)
void BPF_STRUCT_OPS(simple_enable, struct task_struct *p)
void BPF_STRUCT_OPS(simple_exit, struct scx_exit_info *ei)
s32 BPF_STRUCT_OPS(simple_select_cpu, struct task_struct *p, s32 prev_cpu, u64 wake_flags)
void BPF_STRUCT_OPS(simple_enqueue, struct task_struct *p, u64 enq_flags)
void BPF_STRUCT_OPS(simple_dispatch, s32 cpu, struct task_struct *prev)
void BPF_STRUCT_OPS(simple_running, struct task_struct *p)
s32 BPF_STRUCT_OPS(userland_select_cpu, struct task_struct *p,
void BPF_STRUCT_OPS(userland_enqueue, struct task_struct *p, u64 enq_flags)
void BPF_STRUCT_OPS(userland_dispatch, s32 cpu, struct task_struct *prev)
void BPF_STRUCT_OPS(userland_update_idle, s32 cpu, bool idle)
s32 BPF_STRUCT_OPS(userland_init_task, struct task_struct *p,
s32 BPF_STRUCT_OPS(userland_init)
void BPF_STRUCT_OPS(userland_exit, struct scx_exit_info *ei)
void BPF_STRUCT_OPS(allowed_cpus_exit, struct scx_exit_info *ei)
s32 BPF_STRUCT_OPS(allowed_cpus_select_cpu,
void BPF_STRUCT_OPS(allowed_cpus_enqueue, struct task_struct *p, u64 enq_flags)
void BPF_STRUCT_OPS(create_dsq_exit_task, struct task_struct *p,
void BPF_STRUCT_OPS(cyclic_kick_wait_enqueue, struct task_struct *p,
void BPF_STRUCT_OPS(cyclic_kick_wait_exit, struct scx_exit_info *ei)
s32 BPF_STRUCT_OPS(ddsp_bogus_dsq_fail_select_cpu, struct task_struct *p,
void BPF_STRUCT_OPS(ddsp_bogus_dsq_fail_exit, struct scx_exit_info *ei)
s32 BPF_STRUCT_OPS(ddsp_vtimelocal_fail_select_cpu, struct task_struct *p,
void BPF_STRUCT_OPS(ddsp_vtimelocal_fail_exit, struct scx_exit_info *ei)
s32 BPF_STRUCT_OPS(dsp_local_on_select_cpu, struct task_struct *p,
void BPF_STRUCT_OPS(dsp_local_on_enqueue, struct task_struct *p,
void BPF_STRUCT_OPS(dsp_local_on_dispatch, s32 cpu, struct task_struct *prev)
void BPF_STRUCT_OPS(dsp_local_on_exit, struct scx_exit_info *ei)
s32 BPF_STRUCT_OPS(enq_select_cpu_select_cpu, struct task_struct *p,
void BPF_STRUCT_OPS(enq_select_cpu_enqueue, struct task_struct *p,
void BPF_STRUCT_OPS(enq_select_cpu_exit, struct scx_exit_info *ei)
s32 BPF_STRUCT_OPS(exit_select_cpu, struct task_struct *p,
void BPF_STRUCT_OPS(exit_enqueue, struct task_struct *p, u64 enq_flags)
void BPF_STRUCT_OPS(exit_dispatch, s32 cpu, struct task_struct *p)
void BPF_STRUCT_OPS(exit_enable, struct task_struct *p)
s32 BPF_STRUCT_OPS(exit_init_task, struct task_struct *p,
void BPF_STRUCT_OPS(exit_exit, struct scx_exit_info *ei)
void BPF_STRUCT_OPS(hotplug_exit, struct scx_exit_info *ei)
void BPF_STRUCT_OPS(cnt_exit_task, struct task_struct *p)
void BPF_STRUCT_OPS(cnt_enable, struct task_struct *p)
void BPF_STRUCT_OPS(cnt_disable, struct task_struct *p)
s32 BPF_STRUCT_OPS(maximal_cgroup_init, struct cgroup *cgrp,
void BPF_STRUCT_OPS(maximal_cgroup_exit, struct cgroup *cgrp)
s32 BPF_STRUCT_OPS(maximal_cgroup_prep_move, struct task_struct *p,
void BPF_STRUCT_OPS(maximal_cgroup_move, struct task_struct *p,
void BPF_STRUCT_OPS(maximal_cgroup_cancel_move, struct task_struct *p,
void BPF_STRUCT_OPS(maximal_cgroup_set_weight, struct cgroup *cgrp, u32 weight)
void BPF_STRUCT_OPS(maximal_cgroup_set_bandwidth, struct cgroup *cgrp,
void BPF_STRUCT_OPS(maximal_exit, struct scx_exit_info *info)
s32 BPF_STRUCT_OPS(maximal_select_cpu, struct task_struct *p, s32 prev_cpu,
void BPF_STRUCT_OPS(maximal_enqueue, struct task_struct *p, u64 enq_flags)
void BPF_STRUCT_OPS(maximal_dequeue, struct task_struct *p, u64 deq_flags)
void BPF_STRUCT_OPS(maximal_dispatch, s32 cpu, struct task_struct *prev)
void BPF_STRUCT_OPS(maximal_runnable, struct task_struct *p, u64 enq_flags)
void BPF_STRUCT_OPS(maximal_running, struct task_struct *p)
void BPF_STRUCT_OPS(maximal_stopping, struct task_struct *p, bool runnable)
void BPF_STRUCT_OPS(maximal_quiescent, struct task_struct *p, u64 deq_flags)
bool BPF_STRUCT_OPS(maximal_yield, struct task_struct *from,
bool BPF_STRUCT_OPS(maximal_core_sched_before, struct task_struct *a,
void BPF_STRUCT_OPS(maximal_set_weight, struct task_struct *p, u32 weight)
void BPF_STRUCT_OPS(maximal_set_cpumask, struct task_struct *p,
void BPF_STRUCT_OPS(maximal_update_idle, s32 cpu, bool idle)
void BPF_STRUCT_OPS(maximal_cpu_acquire, s32 cpu,
void BPF_STRUCT_OPS(maximal_cpu_release, s32 cpu,
void BPF_STRUCT_OPS(maximal_cpu_online, s32 cpu)
void BPF_STRUCT_OPS(maximal_cpu_offline, s32 cpu)
s32 BPF_STRUCT_OPS(maximal_init_task, struct task_struct *p,
void BPF_STRUCT_OPS(maximal_enable, struct task_struct *p)
void BPF_STRUCT_OPS(maximal_exit_task, struct task_struct *p,
void BPF_STRUCT_OPS(maximal_disable, struct task_struct *p)
void BPF_STRUCT_OPS(maybe_null_running, struct task_struct *p)
void BPF_STRUCT_OPS(maybe_null_success_dispatch, s32 cpu, struct task_struct *p)
bool BPF_STRUCT_OPS(maybe_null_success_yield, struct task_struct *from,
void BPF_STRUCT_OPS(maybe_null_running, struct task_struct *p)
void BPF_STRUCT_OPS(maybe_null_fail_dispatch, s32 cpu, struct task_struct *p)
void BPF_STRUCT_OPS(maybe_null_running, struct task_struct *p)
bool BPF_STRUCT_OPS(maybe_null_fail_yield, struct task_struct *from,
s32 BPF_STRUCT_OPS(numa_select_cpu,
void BPF_STRUCT_OPS(numa_enqueue, struct task_struct *p, u64 enq_flags)
void BPF_STRUCT_OPS(numa_dispatch, s32 cpu, struct task_struct *prev)
void BPF_STRUCT_OPS(numa_exit, struct scx_exit_info *ei)
void BPF_STRUCT_OPS(peek_dsq_enqueue, struct task_struct *p, u64 enq_flags)
void BPF_STRUCT_OPS(peek_dsq_dispatch, s32 cpu, struct task_struct *prev)
void BPF_STRUCT_OPS(peek_dsq_exit, struct scx_exit_info *ei)
void BPF_STRUCT_OPS(prog_run_exit, struct scx_exit_info *ei)
void BPF_STRUCT_OPS(rt_stall_exit, struct scx_exit_info *ei)
void BPF_STRUCT_OPS(select_cpu_dfl_enqueue, struct task_struct *p,
void BPF_STRUCT_OPS(select_cpu_dfl_nodispatch_enqueue, struct task_struct *p,
s32 BPF_STRUCT_OPS(select_cpu_dfl_nodispatch_init_task,
s32 BPF_STRUCT_OPS(select_cpu_dispatch_select_cpu, struct task_struct *p,
s32 BPF_STRUCT_OPS(select_cpu_dispatch_bad_dsq_select_cpu, struct task_struct *p,
void BPF_STRUCT_OPS(select_cpu_dispatch_bad_dsq_exit, struct scx_exit_info *ei)
s32 BPF_STRUCT_OPS(select_cpu_dispatch_dbl_dsp_select_cpu, struct task_struct *p,
void BPF_STRUCT_OPS(select_cpu_dispatch_dbl_dsp_exit, struct scx_exit_info *ei)
s32 BPF_STRUCT_OPS(select_cpu_vtime_select_cpu, struct task_struct *p,
void BPF_STRUCT_OPS(select_cpu_vtime_dispatch, s32 cpu, struct task_struct *p)
void BPF_STRUCT_OPS(select_cpu_vtime_running, struct task_struct *p)
void BPF_STRUCT_OPS(select_cpu_vtime_stopping, struct task_struct *p,
void BPF_STRUCT_OPS(select_cpu_vtime_enable, struct task_struct *p)