/Linux-v4.19/scripts/ |
D | cleanfile | 105 if (!open(FILE, '+<', $f)) { 110 binmode FILE; 117 while (read(FILE, $data, 65536) > 0) { 129 seek(FILE, 0, 0); 139 while ( defined($line = <FILE>) ) { 168 seek(FILE, 0, 0); 169 print FILE @lines; 171 if ( !defined($where = tell(FILE)) || 172 !truncate(FILE, $where) ) { 177 close(FILE);
|
D | headers_install.sh | 29 FILE= 33 FILE="$(basename "$i")" 41 "$SRCDIR/$i" > "$OUTDIR/$FILE.sed" || exit 1 42 scripts/unifdef -U__KERNEL__ -D__EXPORTED_HEADERS__ "$OUTDIR/$FILE.sed" \ 43 > "$OUTDIR/$FILE" 45 rm -f "$OUTDIR/$FILE.sed"
|
D | cleanpatch | 105 if (!open(FILE, '+<', $f)) { 110 binmode FILE; 117 while (read(FILE, $data, 65536) > 0) { 129 seek(FILE, 0, 0); 140 while ( defined($line = <FILE>) ) { 249 seek(FILE, 0, 0); 250 print FILE @lines; 252 if ( !defined($where = tell(FILE)) || 253 !truncate(FILE, $where) ) { 259 close(FILE);
|
D | markup_oops.pl | 205 open(FILE, $cross_compile."objdump -dS $filename |") || die "Cannot start objdump"; 206 while (<FILE>) { 212 close(FILE); 238 open(FILE, $cross_compile."objdump -dS --adjust-vma=$vmaoffset --start-address=$decodestart --stop-… 240 while (<FILE>) { 266 close(FILE);
|
D | recordmcount.pl | 478 open(FILE, ">$mcount_s") || die "can't create $mcount_s\n"; 480 print FILE "\t.section $mcount_section,\"a\",$section_type\n"; 481 print FILE "\t.align $alignment\n" if (defined($alignment)); 484 printf FILE "\t%s %s + %d\n", $type, $ref_func, $cur_offset - $offset; 567 close(FILE);
|
/Linux-v4.19/tools/perf/util/ |
D | symbol_fprintf.c | 8 size_t symbol__fprintf(struct symbol *sym, FILE *fp) in symbol__fprintf() 20 bool print_offsets, FILE *fp) in __symbol__fprintf_symname_offs() 43 FILE *fp) in symbol__fprintf_symname_offs() 50 bool unknown_as_addr, FILE *fp) in __symbol__fprintf_symname() 55 size_t symbol__fprintf_symname(const struct symbol *sym, FILE *fp) in symbol__fprintf_symname() 61 FILE *fp) in dso__fprintf_symbols_by_name()
|
D | color.h | 38 int color_vfprintf(FILE *fp, const char *color, const char *fmt, va_list args); 39 int color_fprintf(FILE *fp, const char *color, const char *fmt, ...); 41 int color_fwrite_lines(FILE *fp, const char *color, size_t count, const char *buf); 45 int percent_color_fprintf(FILE *fp, const char *fmt, double percent);
|
D | session.h | 89 size_t perf_session__fprintf(struct perf_session *session, FILE *fp); 91 size_t perf_session__fprintf_dsos(struct perf_session *session, FILE *fp); 93 size_t perf_session__fprintf_dsos_buildid(struct perf_session *session, FILE *fp, 96 size_t perf_session__fprintf_nr_events(struct perf_session *session, FILE *fp); 104 void perf_session__fprintf_info(struct perf_session *s, FILE *fp, bool full);
|
D | PERF-VERSION-GEN | 8 GVF=${OUTPUT}PERF-VERSION-FILE 23 elif test -f ../../PERF-VERSION-FILE 25 TAG=$(cut -d' ' -f3 ../../PERF-VERSION-FILE | sed -e 's/\"//g')
|
D | color.c | 77 static int __color_vfprintf(FILE *fp, const char *color, const char *fmt, in __color_vfprintf() 106 int color_vfprintf(FILE *fp, const char *color, const char *fmt, va_list args) in color_vfprintf() 123 int color_fprintf(FILE *fp, const char *color, const char *fmt, ...) in color_fprintf() 139 int color_fwrite_lines(FILE *fp, const char *color, in color_fwrite_lines() 180 int percent_color_fprintf(FILE *fp, const char *fmt, double percent) in percent_color_fprintf()
|
D | stat.h | 90 FILE *output; 171 size_t perf_event__fprintf_stat(union perf_event *event, FILE *fp); 172 size_t perf_event__fprintf_stat_round(union perf_event *event, FILE *fp); 173 size_t perf_event__fprintf_stat_config(union perf_event *event, FILE *fp);
|
D | event.h | 807 size_t perf_event__fprintf_comm(union perf_event *event, FILE *fp); 808 size_t perf_event__fprintf_mmap(union perf_event *event, FILE *fp); 809 size_t perf_event__fprintf_mmap2(union perf_event *event, FILE *fp); 810 size_t perf_event__fprintf_task(union perf_event *event, FILE *fp); 811 size_t perf_event__fprintf_aux(union perf_event *event, FILE *fp); 812 size_t perf_event__fprintf_itrace_start(union perf_event *event, FILE *fp); 813 size_t perf_event__fprintf_switch(union perf_event *event, FILE *fp); 814 size_t perf_event__fprintf_thread_map(union perf_event *event, FILE *fp); 815 size_t perf_event__fprintf_cpu_map(union perf_event *event, FILE *fp); 816 size_t perf_event__fprintf_namespaces(union perf_event *event, FILE *fp); [all …]
|
D | evsel_fprintf.c | 13 static int comma_fprintf(FILE *fp, bool *first, const char *fmt, ...) in comma_fprintf() 31 static int __print_attr__fprintf(FILE *fp, const char *name, const char *val, void *priv) in __print_attr__fprintf() 37 struct perf_attr_details *details, FILE *fp) in perf_evsel__fprintf() 104 FILE *fp) in sample__fprintf_callchain() 194 struct callchain_cursor *cursor, FILE *fp) in sample__fprintf_sym()
|
/Linux-v4.19/tools/bpf/bpftool/Documentation/ |
D | bpftool-prog.rst | 24 | **bpftool** **prog dump xlated** *PROG* [{**file** *FILE* | **opcodes** | **visual**}] 25 | **bpftool** **prog dump jited** *PROG* [{**file** *FILE* | **opcodes**}] 26 | **bpftool** **prog pin** *PROG* *FILE* 27 | **bpftool** **prog load** *OBJ* *FILE* [**type** *TYPE*] [**map** {**idx** *IDX* | **name** *NAME… 30 | *MAP* := { **id** *MAP_ID* | **pinned** *FILE* } 31 | *PROG* := { **id** *PROG_ID* | **pinned** *FILE* | **tag** *PROG_TAG* } 52 **bpftool prog dump xlated** *PROG* [{ **file** *FILE* | **opcodes** | **visual** }] 59 written to *FILE*. 65 **bpftool prog dump jited** *PROG* [{ **file** *FILE* | **opcodes** }] 67 If *FILE* is specified image will be written to a file, [all …]
|
/Linux-v4.19/samples/bpf/ |
D | xdp2skb_meta.sh | 131 FILE="$DIR/$BPF_FILE" 132 if [[ ! -e $FILE ]]; then 133 err 3 "Missing BPF object file ($FILE)" 219 attach_tc_mark $DEV $FILE 220 attach_xdp_mark $DEV $FILE
|
/Linux-v4.19/tools/perf/ui/stdio/ |
D | hist.c | 14 static size_t callchain__fprintf_left_margin(FILE *fp, int left_margin) in callchain__fprintf_left_margin() 25 static size_t ipchain__fprintf_graph_line(FILE *fp, int depth, int depth_mask, in ipchain__fprintf_graph_line() 42 static size_t ipchain__fprintf_graph(FILE *fp, struct callchain_node *node, in ipchain__fprintf_graph() 101 static size_t __callchain__fprintf_graph(FILE *fp, struct rb_root *root, in __callchain__fprintf_graph() 209 static size_t callchain__fprintf_graph(FILE *fp, struct rb_root *root, in callchain__fprintf_graph() 274 static size_t __callchain__fprintf_flat(FILE *fp, struct callchain_node *node, in __callchain__fprintf_flat() 297 static size_t callchain__fprintf_flat(FILE *fp, struct rb_root *tree, in callchain__fprintf_flat() 322 static size_t __callchain__fprintf_folded(FILE *fp, struct callchain_node *node) in __callchain__fprintf_folded() 348 static size_t callchain__fprintf_folded(FILE *fp, struct rb_root *tree, in callchain__fprintf_folded() 375 FILE *fp) in hist_entry_callchain__fprintf() [all …]
|
/Linux-v4.19/scripts/dtc/ |
D | treesource.c | 24 extern FILE *yyin; 49 static void write_prefix(FILE *f, int level) in write_prefix() 64 static void write_propval_string(FILE *f, struct data val) in write_propval_string() 137 static void write_propval_cells(FILE *f, struct data val) in write_propval_cells() 167 static void write_propval_bytes(FILE *f, struct data val) in write_propval_bytes() 195 static void write_propval(FILE *f, struct property *prop) in write_propval() 236 static void write_tree_source_node(FILE *f, struct node *tree, int level) in write_tree_source_node() 266 void dt_to_source(FILE *f, struct dt_info *dti) in dt_to_source()
|
D | srcpos.h | 28 FILE *f; 35 extern FILE *depfile; /* = NULL */ 57 FILE *srcfile_relative_open(const char *fname, char **fullnamep);
|
D | srcpos.c | 52 FILE *depfile; /* = NULL */ 71 static char *try_open(const char *dirname, const char *fname, FILE **fp) in try_open() 98 static char *fopen_any_on_path(const char *fname, FILE **fp) in fopen_any_on_path() 117 FILE *srcfile_relative_open(const char *fname, char **fullnamep) in srcfile_relative_open() 119 FILE *f; in srcfile_relative_open()
|
/Linux-v4.19/tools/testing/selftests/kvm/lib/ |
D | kvm_util_internal.h | 66 void virt_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent); 67 void regs_dump(FILE *stream, struct kvm_regs *regs, 69 void sregs_dump(FILE *stream, struct kvm_sregs *sregs,
|
/Linux-v4.19/tools/testing/selftests/mqueue/ |
D | mq_open_tests.c | 56 FILE *def_msgs, *def_msgsize, *max_msgs, *max_msgsize; 61 static inline void __set(FILE *stream, int value, char *err_msg); 63 static inline int get(FILE *stream); 64 static inline void set(FILE *stream, int value); 71 static inline void __set(FILE *stream, int value, char *err_msg) in __set() 118 static inline int get(FILE *stream) in get() 127 static inline void set(FILE *stream, int value) in set()
|
/Linux-v4.19/tools/bpf/ |
D | bpf_asm.c | 26 extern void bpf_asm_compile(FILE *fp, bool cstyle); 30 FILE *fp = stdin; in main()
|
/Linux-v4.19/tools/power/cpupower/bench/ |
D | parse.h | 42 FILE *output; /* logfile */ 49 FILE *prepare_output(const char *dir);
|
/Linux-v4.19/arch/mips/boot/tools/ |
D | relocs.h | 42 void process_32(FILE *fp, int as_text, int as_bin, 44 void process_64(FILE *fp, int as_text, int as_bin,
|
/Linux-v4.19/arch/x86/tools/ |
D | relocs.h | 32 void process_32(FILE *fp, int use_real_mode, int as_text, 35 void process_64(FILE *fp, int use_real_mode, int as_text,
|