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

  /external/oprofile/libop/
op_xml_out.h 42 DETAIL_TABLE, SYMBOL_DETAILS, DETAIL_DATA, VMA,
  /external/chromium_org/tools/linux/
procfs.py 392 class VMA(object):
448 vma = None
455 vma = maps.append_line(line.strip())
456 vma_internals[vma] = ProcSmaps.VMA()
461 vma_internals[vma].append(match_dict['NAME'], match_dict['VALUE'])
519 class VMA(object):
560 for vma in maps:
565 begin_offset = ProcPagemap._offset(vma.begin)
566 chunk_size = ProcPagemap._offset(vma.end) - begin_offse
    [all...]
  /external/oprofile/libpp/
format_output.cpp 56 string get_vma(bfd_vma vma, bool vma_64)
61 out << hex << setw(width) << setfill('0') << vma;
103 format_map[ff_vma] = field_description(9, "vma", &formatter::format_vma);
166 // first output the vma field
266 return get_vma(f.sample.vma, vma_64);
374 // first output the vma field
801 // first output the vma field
804 output_attribute(str, datum, ff_vma, VMA);

Completed in 121 milliseconds