Home
last modified time | relevance | path

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

/tools/testing/selftests/sched_ext/
A Dprog_run.bpf.c24 void BPF_STRUCT_OPS(prog_run_exit, struct scx_exit_info *ei) in BPF_STRUCT_OPS() argument
26 UEI_RECORD(uei, ei); in BPF_STRUCT_OPS()
A Dselect_cpu_dispatch_bad_dsq.bpf.c26 void BPF_STRUCT_OPS(select_cpu_dispatch_bad_dsq_exit, struct scx_exit_info *ei) in BPF_STRUCT_OPS() argument
28 UEI_RECORD(uei, ei); in BPF_STRUCT_OPS()
A Dselect_cpu_dispatch_dbl_dsp.bpf.c27 void BPF_STRUCT_OPS(select_cpu_dispatch_dbl_dsp_exit, struct scx_exit_info *ei) in BPF_STRUCT_OPS() argument
29 UEI_RECORD(uei, ei); in BPF_STRUCT_OPS()
A Dddsp_bogus_dsq_fail.bpf.c31 void BPF_STRUCT_OPS(ddsp_bogus_dsq_fail_exit, struct scx_exit_info *ei) in BPF_STRUCT_OPS() argument
33 UEI_RECORD(uei, ei); in BPF_STRUCT_OPS()
A Dddsp_vtimelocal_fail.bpf.c28 void BPF_STRUCT_OPS(ddsp_vtimelocal_fail_exit, struct scx_exit_info *ei) in BPF_STRUCT_OPS() argument
30 UEI_RECORD(uei, ei); in BPF_STRUCT_OPS()
A Dhotplug.bpf.c15 void BPF_STRUCT_OPS(hotplug_exit, struct scx_exit_info *ei) in BPF_STRUCT_OPS() argument
17 UEI_RECORD(uei, ei); in BPF_STRUCT_OPS()
A Denq_select_cpu.bpf.c36 void BPF_STRUCT_OPS(enq_select_cpu_exit, struct scx_exit_info *ei) in BPF_STRUCT_OPS() argument
38 UEI_RECORD(uei, ei); in BPF_STRUCT_OPS()
A Ddsp_local_on.bpf.c55 void BPF_STRUCT_OPS(dsp_local_on_exit, struct scx_exit_info *ei) in BPF_STRUCT_OPS() argument
57 UEI_RECORD(uei, ei); in BPF_STRUCT_OPS()
A Dexit.bpf.c62 void BPF_STRUCT_OPS(exit_exit, struct scx_exit_info *ei) in BPF_STRUCT_OPS() argument
64 UEI_RECORD(uei, ei); in BPF_STRUCT_OPS()
A Dnuma.bpf.c87 void BPF_STRUCT_OPS(numa_exit, struct scx_exit_info *ei) in BPF_STRUCT_OPS() argument
89 UEI_RECORD(uei, ei); in BPF_STRUCT_OPS()
A Dallowed_cpus.bpf.c109 void BPF_STRUCT_OPS(allowed_cpus_exit, struct scx_exit_info *ei) in BPF_STRUCT_OPS() argument
111 UEI_RECORD(uei, ei); in BPF_STRUCT_OPS()
/tools/lib/subcmd/
A Dhelp.c75 size_t ci, cj, ei; in exclude_cmds() local
78 ci = cj = ei = 0; in exclude_cmds()
79 while (ci < cmds->cnt && ei < excludes->cnt) { in exclude_cmds()
80 cmp = strcmp(cmds->names[ci]->name, excludes->names[ei]->name); in exclude_cmds()
92 ei++; in exclude_cmds()
94 ei++; in exclude_cmds()
/tools/sched_ext/
A Dscx_simple.bpf.c137 void BPF_STRUCT_OPS(simple_exit, struct scx_exit_info *ei) in BPF_STRUCT_OPS() argument
139 UEI_RECORD(uei, ei); in BPF_STRUCT_OPS()
A Dscx_central.bpf.c336 void BPF_STRUCT_OPS(central_exit, struct scx_exit_info *ei) in BPF_STRUCT_OPS() argument
338 UEI_RECORD(uei, ei); in BPF_STRUCT_OPS()
A Dscx_flatcg.bpf.c933 void BPF_STRUCT_OPS(fcg_exit, struct scx_exit_info *ei) in BPF_STRUCT_OPS() argument
935 UEI_RECORD(uei, ei); in BPF_STRUCT_OPS()
A Dscx_qmap.bpf.c846 void BPF_STRUCT_OPS(qmap_exit, struct scx_exit_info *ei) in BPF_STRUCT_OPS() argument
848 UEI_RECORD(uei, ei); in BPF_STRUCT_OPS()
A DREADME.md247 const struct scx_exit_info *ei)

Completed in 24 milliseconds