Searched refs:dump_data (Results 1 – 7 of 7) sorted by relevance
| /tools/bpf/bpftool/ |
| A D | xlated_dumper.h | 18 struct dump_data { struct 31 void kernel_syms_load(struct dump_data *dd); argument 32 void kernel_syms_destroy(struct dump_data *dd); 33 struct kernel_sym *kernel_syms_search(struct dump_data *dd, unsigned long key); 34 void dump_xlated_json(struct dump_data *dd, void *buf, unsigned int len, 36 void dump_xlated_plain(struct dump_data *dd, void *buf, unsigned int len, 38 void dump_xlated_for_graph(struct dump_data *dd, void *buf, void *buf_end,
|
| A D | xlated_dumper.c | 26 void kernel_syms_load(struct dump_data *dd) in kernel_syms_load() 72 void kernel_syms_destroy(struct dump_data *dd) in kernel_syms_destroy() 77 struct kernel_sym *kernel_syms_search(struct dump_data *dd, in kernel_syms_search() 145 static const char *print_call_pcrel(struct dump_data *dd, in print_call_pcrel() 163 static const char *print_call_helper(struct dump_data *dd, in print_call_helper() 179 struct dump_data *dd = private_data; in print_call() 198 struct dump_data *dd = private_data; in print_imm() 218 void dump_xlated_json(struct dump_data *dd, void *buf, unsigned int len, in dump_xlated_json() 303 void dump_xlated_plain(struct dump_data *dd, void *buf, unsigned int len, in dump_xlated_plain() 367 void dump_xlated_for_graph(struct dump_data *dd, void *buf_start, void *buf_end, in dump_xlated_for_graph()
|
| A D | cfg.h | 9 void dump_xlated_cfg(struct dump_data *dd, void *buf, unsigned int len,
|
| A D | cfg.c | 385 draw_bb_node(struct func_node *func, struct bb_node *bb, struct dump_data *dd, in draw_bb_node() 434 func_output_bb_def(struct func_node *func, struct dump_data *dd, in func_output_bb_def() 461 cfg_dump(struct cfg *cfg, struct dump_data *dd, bool opcodes, bool linum) in cfg_dump() 476 void dump_xlated_cfg(struct dump_data *dd, void *buf, unsigned int len, in dump_xlated_cfg()
|
| A D | prog.c | 706 struct dump_data dd = {}; in prog_dump() 2002 struct dump_data dd = {}; in do_loader()
|
| A D | link.c | 23 static struct dump_data dd;
|
| /tools/firewire/ |
| A D | nosy-dump.c | 665 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()
|
Completed in 14 milliseconds