HomeSort by relevance Sort by last modified time
    Searched refs:ofp (Results 1 - 24 of 24) sorted by null

  /external/blktrace/btt/
output.c 54 void output_section_hdr(FILE *ofp, char *hdr)
56 fprintf(ofp, "==================== ");
57 fprintf(ofp, "%s", hdr);
58 fprintf(ofp, " ====================\n\n");
61 void output_hdr(FILE *ofp, char *hdr)
63 fprintf(ofp, "%15s %13s %13s %13s %11s\n",
65 fprintf(ofp, "--------------- ------------- ------------- ------------- -----------\n");
68 void __output_avg(FILE *ofp, char *hdr, struct avg_info *ap, int do_easy)
72 fprintf(ofp, "%-15s %13.9f %13.9f %13.9f %11d\n", hdr,
94 FILE *ofp; member in struct:__oda
118 FILE *ofp; member in struct:__q2d
128 FILE *ofp = q2dp->ofp; local
250 FILE *ofp; member in struct:ohead_data
487 FILE *ofp; member in struct:__opa
523 FILE *ofp = arg; local
569 FILE *ofp = arg; local
678 FILE *ofp; local
830 FILE *ofp; member in struct:__od
858 FILE *ofp; member in struct:__op
    [all...]
trace_complete.c 23 static inline void __out(FILE *ofp, __u64 tm, enum iop_type type,
28 fprintf(ofp, " ");
29 fprintf(ofp, "%5d.%09lu %c %10llu+%-4u\n",
35 static void display_io_track(FILE *ofp, struct io *iop)
37 fprintf(ofp, "%3d,%-3d: ", MAJOR(iop->t.device), MINOR(iop->t.device));
38 __out(ofp, iop->t.time, IOP_Q, iop->t.sector, t_sec(&iop->t), 0);
41 __out(ofp, iop->g_time, IOP_G, iop->t.sector, t_sec(&iop->t),1);
43 __out(ofp, iop->i_time, IOP_I, iop->t.sector, t_sec(&iop->t),1);
45 __out(ofp, iop->m_time, IOP_M, iop->t.sector, t_sec(&iop->t),1);
47 __out(ofp, iop->d_time, IOP_D, iop->d_sec, iop->d_nsec, 1)
    [all...]
latency.c 23 static inline void latency_out(FILE *ofp, __u64 tstamp, __u64 latency)
25 if (ofp)
26 fprintf(ofp, "%lf %lf\n", TO_SEC(tstamp), TO_SEC(latency));
misc.c 36 FILE *ofp; member in struct:file_info
56 fclose(fip->ofp);
122 fip->ofp = fp;
args.c 248 FILE *ofp = my_fopen(fname, "w"); local
250 if (!ofp) {
256 setbuffer(ofp, buf, SETBUFFER_SIZE);
258 add_file(ofp, fname);
261 return ofp;
inlines.h 364 static inline void __dump_iop(FILE *ofp, struct io *iop, int extra_nl)
366 fprintf(ofp, "%5d.%09lu %3d,%-3d %c %10llu+%-4u\n",
371 if (extra_nl) fprintf(ofp, "\n");
374 static inline void __dump_iop2(FILE *ofp, struct io *a_iop, struct io *l_iop)
376 fprintf(ofp, "%5d.%09lu %3d,%-3d %c %10llu+%-4u <- (%3d,%-3d) %10llu\n",
globals.h 261 int output_avgs(FILE *ofp);
262 int output_ranges(FILE *ofp);
  /external/blktrace/
blkrawverify.c 104 static void dump_trace(FILE *ofp, char *prefix, struct blk_io_trace *bit)
106 fprintf(ofp, " Dump %s\n", prefix);
107 fprintf(ofp, " %8s: %08x\n", "magic", bit->magic);
108 fprintf(ofp, " %8s: %u\n", "sequence", bit->sequence);
109 fprintf(ofp, " %8s: %llu\n", "time", (unsigned long long) bit->time);
110 fprintf(ofp, " %8s: %llu\n", "sector", (unsigned long long) bit->sector);
111 fprintf(ofp, " %8s: %u\n", "bytes", bit->bytes);
112 fprintf(ofp, " %8s: %s\n", "action", act_to_str(bit->action));
113 fprintf(ofp, " %8s: %u\n", "bytes", bit->bytes);
114 fprintf(ofp, " %8s: %u\n", "cpu", bit->cpu)
144 FILE *ifp, *ofp; local
281 FILE *ofp; local
    [all...]
blkparse_fmt.c 179 fprintf(ofp, strcat(format, "s"), act);
182 fprintf(ofp, strcat(format, "d"), pci->cpu);
187 fprintf(ofp, strcat(format, "s"), name);
194 fprintf(ofp, strcat(format, "s"), rwbs);
198 fprintf(ofp,"%3d,%-3d", MAJOR(t->device), MINOR(t->device));
201 fprintf(ofp, strcat(format, "d"), t->error);
204 fprintf(ofp, strcat(format, "d"), MAJOR(t->device));
207 fprintf(ofp, strcat(format, "d"), MINOR(t->device));
210 fprintf(ofp, strcat(format, "u"), t_sec(t));
213 fprintf(ofp, strcat(format, "u"), t->bytes)
    [all...]
blkparse.c 261 FILE *ofp = NULL; variable
608 fprintf(ofp,
    [all...]
blktrace.c 242 * ofn, ofd, ofp, obuf & mmap_info are used for output file (optionally).
246 FILE *ofp; member in struct:io_info
1517 if (setvbuf(iop->ofp, iop->obuf, mode, size) < 0) {
1946 FILE *ofp; local
    [all...]
blktrace.h 60 extern FILE *ofp;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/scripting-engines/
trace-event-perl.c 464 FILE *ofp; local
467 ofp = fopen(fname, "w");
468 if (ofp == NULL) {
473 fprintf(ofp, "# perf script event handlers, "
476 fprintf(ofp, "# Licensed under the terms of the GNU GPL"
479 fprintf(ofp, "# The common_* event handler fields are the most useful "
482 fprintf(ofp, "# all events. They don't necessarily correspond to "
485 fprintf(ofp, "# in the format files. Those fields not available as "
488 fprintf(ofp, "# be retrieved using Perl functions of the form "
491 fprintf(ofp, "# See Context.pm for the list of available
    [all...]
trace-event-python.c 549 FILE *ofp; local
552 ofp = fopen(fname, "w");
553 if (ofp == NULL) {
557 fprintf(ofp, "# perf script event handlers, "
560 fprintf(ofp, "# Licensed under the terms of the GNU GPL"
563 fprintf(ofp, "# The common_* event handler fields are the most useful "
566 fprintf(ofp, "# all events. They don't necessarily correspond to "
569 fprintf(ofp, "# in the format files. Those fields not available as "
572 fprintf(ofp, "# be retrieved using Python functions of the form "
575 fprintf(ofp, "# See the perf-trace-python Documentation for the list
    [all...]
  /external/iproute2/ip/
ipmroute.c 80 static void read_mroute_list(FILE *ofp)
122 fprintf(ofp, "%-32s Iif: ", obuf);
125 fprintf(ofp, "unresolved ");
127 fprintf(ofp, "%-10s ", viftable[vifi]);
134 fprintf(ofp, "Oifs: ");
148 fprintf(ofp, "%s", viftable[ovifi]);
150 fprintf(ofp, "(ttl %d) ", ovifi);
152 fprintf(ofp, " ");
157 fprintf(ofp, "%s %u packets, %u bytes", _SL_, pkts, b);
159 fprintf(ofp, ", %u arrived on wrong iif.", w)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
binhex.py 114 def __init__(self, ofp):
115 self.ofp = ofp
135 self.ofp.write(self.hqxdata[first:last]+'\n')
140 self.ofp.write(self.hqxdata + ':\n')
147 self.ofp.close()
148 del self.ofp
153 def __init__(self, ofp):
154 self.ofp = ofp
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
binhex.py 114 def __init__(self, ofp):
115 self.ofp = ofp
135 self.ofp.write(self.hqxdata[first:last]+'\n')
140 self.ofp.write(self.hqxdata + ':\n')
147 self.ofp.close()
148 del self.ofp
153 def __init__(self, ofp):
154 self.ofp = ofp
    [all...]
  /external/chromium_org/chrome/tools/build/
appid.py 26 ofp = open(opts.output_file, 'r')
30 current_contents = ofp.read()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
macostools.py 98 ofp = open(dst, 'wb')
101 ofp.write(d)
104 ofp.close()
107 ofp = openrf(dst, '*wb')
110 ofp.write(d)
113 ofp.close()
  /external/blktrace/btreplay/
btrecord.c 79 * @ofp: Output file
91 FILE *ofp, *vfp; member in struct:io_stream
238 fseek(stream->ofp, 0, SEEK_SET);
239 if (fwrite(hdr, sizeof(*hdr), 1, stream->ofp) != 1) {
576 if (fwrite(hdrp, sizeof(struct io_bunch_hdr), 1, stream->ofp) != 1) {
603 if (fwrite(p, sizeof(struct io_pkt), npkts, stream->ofp) != npkts) {
692 stream->ofp = fopen(ofile_name, "w");
693 if (!stream->ofp) {
738 fclose(stream->ofp);
  /hardware/intel/common/libva/test/encode/
mpeg2enc.c 112 FILE *ofp; member in struct:mpeg2enc_context
514 if (ctx->ofp) {
515 fclose(ctx->ofp);
516 ctx->ofp = NULL;
620 ctx->ofp = fopen(argv[4], "wb");
622 if (ctx->ofp == NULL) {
    [all...]
mpeg2vaenc.c 112 FILE *ofp; member in struct:mpeg2enc_context
514 if (ctx->ofp) {
515 fclose(ctx->ofp);
516 ctx->ofp = NULL;
620 ctx->ofp = fopen(argv[4], "wb");
622 if (ctx->ofp == NULL) {
    [all...]
  /external/strace/
strace.c 198 usage(FILE *ofp, int exitval)
200 fprintf(ofp, "\
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
dojo-1.6.1.js     [all...]

Completed in 459 milliseconds