OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oprofile_bin_dir
(Results
1 - 2
of
2
) sorted by null
/external/oprofile/
opimport_pull
19
oprofile_bin_dir
= os.environ['
OPROFILE_BIN_DIR
']
24
print "Either
OPROFILE_BIN_DIR
or ANDROID_HOST_OUT must be set. Run \". envsetup.sh\" first"
26
oprofile_bin_dir
= android_host_out + '/bin'
115
cmd =
oprofile_bin_dir
+ "/opimport -a abi " \
122
os.system(
oprofile_bin_dir
+ "/opreport --session-dir=.")
oprofile_android
32
oprofile_bin_dir
= os.environ['
OPROFILE_BIN_DIR
']
37
print "Either
OPROFILE_BIN_DIR
or ANDROID_HOST_OUT must be set. Run \". envsetup.sh\" first"
39
oprofile_bin_dir
= os.path.join(android_host_out, 'bin')
41
opimport_bin = os.path.join(
oprofile_bin_dir
, 'opimport')
42
opreport_bin = os.path.join(
oprofile_bin_dir
, 'opreport')
Completed in 51 milliseconds