Home
last modified time | relevance | path

Searched refs:vm_start (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/tools/cygprofile/
Dsymbolize.py43 vm_start = 0
47 vm_start = int(line[:end_index], 16)
60 if vm_start < addr:
61 addr -= vm_start
Dmergetraces.py41 vm_start = 0
45 vm_start = int (lines[0][:dash_index], 16)
53 return (call_lines, vm_start, vm_end)
/external/oprofile/module/x86/
Dop_syscalls.c95 oprof_output_map(map->vm_start, map->vm_end-map->vm_start, in oprof_output_maps()
104 oprof_output_map(map->vm_start, map->vm_end-map->vm_start, in oprof_output_maps()
/external/oprofile/module/ia64/
Dop_syscalls.c134 oprof_output_map(map->vm_start, map->vm_end-map->vm_start, in oprof_output_maps()
143 oprof_output_map(map->vm_start, map->vm_end-map->vm_start, in oprof_output_maps()
/external/oprofile/module/
Dop_dname.c93 ulong start = (ulong)vma->vm_start; in oprof_hash_map_mmap()
95 ulong size = (ulong)(vma->vm_end-vma->vm_start); in oprof_hash_map_mmap()
/external/qemu/include/sysemu/
Dsysemu.h38 void vm_start(void);
/external/qemu/
Dsavevm.c2213 vm_start(); in qemu_savevm_state()
2578 vm_start(); in do_savevm()
2656 vm_start(); in do_loadvm()
Dvl-android.c1291 void vm_start(void) in vm_start() function
4003 vm_start(); in main()
Dgdbstub.c361 vm_start(); in gdb_continue()
/external/qemu/android/
Dconsole.c2176 vm_start(); in do_avd_start()