Searched refs:do_show (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/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 | cgroup.c | 285 static int do_show(int argc, char **argv) in do_show() function 643 { "show", do_show }, 644 { "list", do_show },
|
H A D | struct_ops.c | 331 static int do_show(int argc, char **argv) in do_show() function 624 { "show", do_show }, 625 { "list", do_show },
|
H A D | net.c | 841 static int do_show(int argc, char **argv) in do_show() function 945 { "show", do_show }, 946 { "list", do_show },
|
H A D | btf.c | 964 static int do_show(int argc, char **argv) in do_show() function 1078 { "show", do_show }, 1079 { "list", do_show },
|
H A D | link.c | 918 static int do_show(int argc, char **argv) in do_show() function 1045 { "show", do_show }, 1046 { "list", do_show },
|
H A D | map.c | 673 static int do_show(int argc, char **argv) in do_show() function 1476 { "show", do_show }, 1477 { "list", do_show },
|
H A D | prog.c | 631 static int do_show(int argc, char **argv) in do_show() function 2510 { "show", do_show }, 2511 { "list", do_show },
|
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | taskexp_ncurses.py | 597 self.do_show = False 604 self.do_show = enable_show 605 if self.do_show:
|