Home
last modified time | relevance | path

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

/linux/tools/bpf/bpftool/
A Dmap.c231 fprint_hex(stdout, key, info->key_size, " "); in print_entry_error_msg()
286 fprint_hex(stdout, key, info->key_size, " "); in print_entry_plain()
293 fprint_hex(stdout, value, info->value_size, " "); in print_entry_plain()
305 fprint_hex(stdout, key, info->key_size, " "); in print_entry_plain()
312 fprint_hex(stdout, value + i * step, in print_entry_plain()
1120 fprint_hex(stdout, key, info.key_size, " "); in do_lookup()
1194 fprint_hex(stdout, key, info.key_size, " "); in do_getnext()
1200 fprint_hex(stdout, nextkey, info.key_size, " "); in do_getnext()
A Dxlated_dumper.c350 fprint_hex(stdout, insn + i, 8, " "); in dump_xlated_plain()
353 fprint_hex(stdout, insn + i + 1, 8, " "); in dump_xlated_plain()
A Dmap_perf_ring.c104 fprint_hex(stdout, e->data, e->size, " "); in print_bpf_output()
A Dmain.h101 void fprint_hex(FILE *f, void *arg, unsigned int n, const char *sep);
A Dmain.c182 void fprint_hex(FILE *f, void *arg, unsigned int n, const char *sep) in fprint_hex() function
A Dprog.c452 fprint_hex(stdout, info->tag, BPF_TAG_SIZE, ""); in print_prog_header_plain()

Completed in 12 milliseconds