Searched refs:do_show (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/tools/bpf/bpftool/ |
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 },
|
A D | link.c | 359 static int do_show(int argc, char **argv) in do_show() function 482 { "show", do_show }, 483 { "list", do_show },
|
A D | struct_ops.c | 331 static int do_show(int argc, char **argv) in do_show() function 578 { "show", do_show }, 579 { "list", do_show },
|
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 },
|
A D | net.c | 650 static int do_show(int argc, char **argv) in do_show() function 748 { "show", do_show }, 749 { "list", do_show },
|
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 },
|
A D | map.c | 665 static int do_show(int argc, char **argv) in do_show() function 1463 { "show", do_show }, 1464 { "list", do_show },
|
A D | prog.c | 631 static int do_show(int argc, char **argv) in do_show() function 2469 { "show", do_show }, 2470 { "list", do_show },
|
Completed in 31 milliseconds