Searched refs:do_show (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/tools/bpf/bpftool/ |
| H A D | perf.c | 219 static int do_show(int argc, char **argv) in do_show() function 249 { "show", do_show }, 250 { "list", do_show },
|
| H A 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 },
|
| H A D | cgroup.c | 319 static int do_show(int argc, char **argv) in do_show() function 677 { "show", do_show }, 678 { "list", do_show },
|
| H A D | net.c | 902 static int do_show(int argc, char **argv) in do_show() function 1007 { "show", do_show }, 1008 { "list", do_show },
|
| H A D | link.c | 1105 static int do_show(int argc, char **argv) in do_show() function 1232 { "show", do_show }, 1233 { "list", do_show },
|
| H A D | map.c | 673 static int do_show(int argc, char **argv) in do_show() function 1480 { "show", do_show }, 1481 { "list", do_show },
|
| H A D | btf.c | 1343 static int do_show(int argc, char **argv) in do_show() function 1457 { "show", do_show }, 1458 { "list", do_show },
|
| H A D | prog.c | 635 static int do_show(int argc, char **argv) in do_show() function 2516 { "show", do_show }, 2517 { "list", do_show },
|