Searched refs:do_show (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/tools/bpf/bpftool/ |
D | perf.c | 219 static int do_show(int argc, char **argv) in do_show() function 249 { "show", do_show }, 250 { "list", do_show },
|
D | struct_ops.c | 337 static int do_show(int argc, char **argv) in do_show() function 630 { "show", do_show }, 631 { "list", do_show },
|
D | cgroup.c | 319 static int do_show(int argc, char **argv) in do_show() function 677 { "show", do_show }, 678 { "list", do_show },
|
D | net.c | 902 static int do_show(int argc, char **argv) in do_show() function 1007 { "show", do_show }, 1008 { "list", do_show },
|
D | btf.c | 1218 static int do_show(int argc, char **argv) in do_show() function 1332 { "show", do_show }, 1333 { "list", do_show },
|
D | map.c | 673 static int do_show(int argc, char **argv) in do_show() function 1476 { "show", do_show }, 1477 { "list", do_show },
|
D | link.c | 1105 static int do_show(int argc, char **argv) in do_show() function 1232 { "show", do_show }, 1233 { "list", do_show },
|
D | prog.c | 635 static int do_show(int argc, char **argv) in do_show() function 2508 { "show", do_show }, 2509 { "list", do_show },
|