Searched refs:do_show (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/tools/bpf/bpftool/ |
D | perf.c | 211 static int do_show(int argc, char **argv) in do_show() function 242 { "show", do_show }, 243 { "list", do_show },
|
D | cgroup.c | 161 static int do_show(int argc, char **argv) in do_show() function 508 { "show", do_show }, 509 { "list", do_show },
|
D | net.c | 383 static int do_show(int argc, char **argv) in do_show() function 480 { "show", do_show }, 481 { "list", do_show },
|
D | btf.c | 783 static int do_show(int argc, char **argv) in do_show() function 884 { "show", do_show }, 885 { "list", do_show },
|
D | map.c | 645 static int do_show(int argc, char **argv) in do_show() function 1344 { "show", do_show }, 1345 { "list", do_show },
|
D | prog.c | 352 static int do_show(int argc, char **argv) in do_show() function 1435 { "show", do_show }, 1436 { "list", do_show },
|