Searched refs:do_show (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/tools/bpf/bpftool/ |
D | perf.c | 207 static int do_show(int argc, char **argv) in do_show() function 238 { "show", do_show }, 239 { "list", do_show },
|
D | cgroup.c | 151 static int do_show(int argc, char **argv) in do_show() function 467 { "show", do_show }, 468 { "list", do_show },
|
D | prog.c | 369 static int do_show(int argc, char **argv) in do_show() function 964 { "show", do_show }, 965 { "list", do_show },
|
D | map.c | 565 static int do_show(int argc, char **argv) in do_show() function 1033 { "show", do_show }, 1034 { "list", do_show },
|