| /tools/testing/selftests/sched_ext/ |
| A D | prog_run.bpf.c | 24 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 D | select_cpu_dispatch_bad_dsq.bpf.c | 26 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 D | select_cpu_dispatch_dbl_dsp.bpf.c | 27 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 D | ddsp_bogus_dsq_fail.bpf.c | 31 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 D | ddsp_vtimelocal_fail.bpf.c | 28 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 D | hotplug.bpf.c | 15 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 D | enq_select_cpu.bpf.c | 36 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 D | dsp_local_on.bpf.c | 55 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 D | exit.bpf.c | 62 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 D | numa.bpf.c | 87 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 D | allowed_cpus.bpf.c | 109 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 D | help.c | 75 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 D | scx_simple.bpf.c | 137 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 D | scx_central.bpf.c | 336 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 D | scx_flatcg.bpf.c | 933 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 D | scx_qmap.bpf.c | 846 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 D | README.md | 247 const struct scx_exit_info *ei)
|