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

  /external/v8/tools/
ll_prof.py 637 mmap_info = PERF_MMAP_EVENT_BODY_DESC.Read(self.trace,
640 filename = self.trace[offset + self.header_size + ctypes.sizeof(mmap_info):
642 mmap_info.filename = filename[:filename.find(chr(0))]
643 return mmap_info
692 def Load(self, mmap_info, code_map, options):
695 if mmap_info.tid == 0 and not options.kernel:
697 if OBJDUMP_SKIP_RE.match(mmap_info.filename):
699 if PERF_KERNEL_ALLSYMS_RE.match(mmap_info.filename):
701 self.infos.append(mmap_info)
702 mmap_info.ticks =
    [all...]
  /external/blktrace/
blktrace.c 150 struct mmap_info { struct
242 * ofn, ofd, ofp, obuf & mmap_info are used for output file (optionally).
253 struct mmap_info mmap_info; member in struct:io_info
580 static void init_mmap_info(struct mmap_info *mip)
732 static int setup_mmap(int fd, unsigned int maxlen, struct mmap_info *mip)
    [all...]

Completed in 3349 milliseconds