Searched defs:dd (Results 1 – 4 of 4) sorted by relevance
/tools/bpf/bpftool/ |
D | xlated_dumper.c | 23 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() local 191 struct dump_data *dd = private_data; in print_imm() local 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()
|
D | cfg.c | 401 struct dump_data dd = {}; in draw_bb_node() local
|
D | prog.c | 618 struct dump_data dd = {}; in prog_dump() local
|
/tools/testing/selftests/proc/ |
D | read.c | 92 DIR *dd; in f() local
|