Home
last modified time | relevance | path

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

/external/v8/tools/
Dll_prof.py672 KERNEL_ALLSYMS_FILE = "/proc/kallsyms" variable
788 if not os.path.exists(KERNEL_ALLSYMS_FILE):
789 print >>sys.stderr, "Warning: %s not found" % KERNEL_ALLSYMS_FILE
791 kallsyms = open(KERNEL_ALLSYMS_FILE, "r")