Home
last modified time | relevance | path

Searched refs:fprint_hex (Results 1 – 6 of 6) sorted by relevance

/tools/bpf/bpftool/
A Dxlated_dumper.c357 fprint_hex(stdout, insn + i, 8, " "); in dump_xlated_plain()
360 fprint_hex(stdout, insn + i + 1, 8, " "); in dump_xlated_plain()
423 fprint_hex(stdout, cur, 8, " "); in dump_xlated_for_graph()
426 fprint_hex(stdout, cur + 1, 8, " "); in dump_xlated_for_graph()
A Dmap.c204 fprint_hex(stdout, key, info->key_size, " "); in print_entry_error_msg()
259 fprint_hex(stdout, key, info->key_size, " "); in print_entry_plain()
270 fprint_hex(stdout, value, info->value_size, " "); in print_entry_plain()
283 fprint_hex(stdout, key, info->key_size, " "); in print_entry_plain()
290 fprint_hex(stdout, value + i * step, in print_entry_plain()
1102 fprint_hex(stdout, key, info.key_size, " "); in do_lookup()
1176 fprint_hex(stdout, key, info.key_size, " "); in do_getnext()
1182 fprint_hex(stdout, nextkey, info.key_size, " "); in do_getnext()
A Dmap_perf_ring.c97 fprint_hex(stdout, e->data, e->size, " "); in print_bpf_output()
A Dmain.h94 void fprint_hex(FILE *f, void *arg, unsigned int n, const char *sep);
A Dmain.c254 void fprint_hex(FILE *f, void *arg, unsigned int n, const char *sep) in fprint_hex() function
A Dprog.c520 fprint_hex(stdout, info->tag, BPF_TAG_SIZE, ""); in print_prog_header_plain()

Completed in 12 milliseconds