Lines Matching refs:be
72 default, eBPF will be disassembled and printed to standard
74 controls if raw opcodes should be printed as well.
76 If **file** is specified, the binary image will instead be
79 If **visual** is specified, control flow graph (CFG) will be
80 built instead, and eBPF instructions will be presented with
84 be displayed by default. If **linum** is specified,
85 the filename, line number and line column will also be
90 If *FILE* is specified image will be written to a file,
91 otherwise it will be disassembled and printed to stdout.
93 **opcodes** controls if raw opcodes will be printed.
96 be displayed by default. If **linum** is specified,
97 the filename, line number and line column will also be
103 Note: *FILE* must be located in *bpffs* mount. It must not
112 **type** is optional, if not specified program type will be
116 of existing maps. It can be specified multiple times, each
118 to be replaced in the ELF file counting from 0, while *NAME*
121 If **dev** *NAME* is specified program will be loaded onto
123 Optional **pinmaps** argument can be provided to pin all
126 Note: *PATH* must be located in *bpffs* mount. It must not
146 This should be used only for debugging purposes. For
160 **ctx_in**. Again, "**-**" can be used to read from standard
165 output flows, "**-**" can be used to print to the standard
171 should be more than enough for most cases.