Home
last modified time | relevance | path

Searched refs:dump_data (Results 1 – 5 of 5) sorted by relevance

/tools/bpf/bpftool/
Dxlated_dumper.h16 struct dump_data { struct
29 void kernel_syms_load(struct dump_data *dd); argument
30 void kernel_syms_destroy(struct dump_data *dd);
31 struct kernel_sym *kernel_syms_search(struct dump_data *dd, unsigned long key);
32 void dump_xlated_json(struct dump_data *dd, void *buf, unsigned int len,
34 void dump_xlated_plain(struct dump_data *dd, void *buf, unsigned int len,
36 void dump_xlated_for_graph(struct dump_data *dd, void *buf, void *buf_end,
Dxlated_dumper.c23 void kernel_syms_load(struct dump_data *dd) in kernel_syms_load()
65 void kernel_syms_destroy(struct dump_data *dd) in kernel_syms_destroy()
70 struct kernel_sym *kernel_syms_search(struct dump_data *dd, in kernel_syms_search()
138 static const char *print_call_pcrel(struct dump_data *dd, in print_call_pcrel()
156 static const char *print_call_helper(struct dump_data *dd, in print_call_helper()
172 struct dump_data *dd = private_data; in print_call()
191 struct dump_data *dd = private_data; in print_imm()
205 void dump_xlated_json(struct dump_data *dd, void *buf, unsigned int len, in dump_xlated_json()
290 void dump_xlated_plain(struct dump_data *dd, void *buf, unsigned int len, in dump_xlated_plain()
354 void dump_xlated_for_graph(struct dump_data *dd, void *buf_start, void *buf_end, in dump_xlated_for_graph()
Dcfg.c401 struct dump_data dd = {}; in draw_bb_node()
Dprog.c618 struct dump_data dd = {}; in prog_dump()
/tools/firewire/
Dnosy-dump.c665 dump_data(unsigned char *data, int length) in dump_data() function
714 dump_data((unsigned char *) packet + (offset / 8 + 4), data_length); in decode_link_packet()
815 dump_data((unsigned char *) data + 4, length - 4); in print_packet()