Home
last modified time | relevance | path

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

/external/toolchain-utils/crosperf/
Dlabel.py26 debug_path, argument
49 self.debug_path = debug_path
147 debug_path, argument
162 self.debug_path = debug_path
Dexperiment_file.py172 debug_path = ''
174 debug_path = autotest_field.GetString()
178 image_path, autotest_path, debug_path = settings.GetXbuddyPath(
179 value, autotest_path, debug_path, board, chromeos_root,
185 res += '\t#actual_debug_path: %s\n' % debug_path
Ddownload_images.py267 debug_path = os.path.join(chromeos_root, 'chroot/tmp', build_id,
270 if not os.path.exists(debug_path):
295 def Run(self, chromeos_root, xbuddy_label, autotest_path, debug_path, argument
320 if debug_path == '' and download_debug:
321 debug_path = self.DownloadDebugFile(chromeos_root, build_id)
323 return image_path, autotest_path, debug_path
Ddownload_images_unittest.py225 image_path, autotest_path, debug_path = downloader.Run(
239 self.assertTrue(debug_path == 'debug')
245 image_path, autotest_path, debug_path = downloader.Run(
254 self.assertTrue(debug_path == test_debug_path)
Dsettings_unittest.py203 debug_path = ''
206 self.settings.GetXbuddyPath(trybot_str, autotest_path, debug_path, board,
218 self.settings.GetXbuddyPath(official_str, autotest_path, debug_path, board,
226 self.settings.GetXbuddyPath(xbuddy_str, autotest_path, debug_path, board,
Dexperiment_factory.py380 debug_path = label_settings.GetField('debug_path')
400 image, autotest_path, debug_path = label_settings.GetXbuddyPath(
401 build, autotest_path, debug_path, board, chromeos_root, log_level,
419 label = MockLabel(label_name, build, image, autotest_path, debug_path,
424 label = Label(label_name, build, image, autotest_path, debug_path,
Dsettings.py73 def GetXbuddyPath(self, path_str, autotest_path, debug_path, board, argument
86 debug_path, download_debug)
Dexperiment_factory_unittest.py292 debug_path = debug_dir
293 if not debug_path and perf_args:
294 debug_path = 'fake_debug_path'
296 return '', autotest_path, debug_path
297 return 'fake_image_path', autotest_path, debug_path
Dresults_cache.py411 debug_path = self.label.debug_path
413 if debug_path:
414 symfs = '--symfs ' + debug_path
415 vmlinux = '--vmlinux ' + os.path.join(debug_path, 'boot', 'vmlinux')
Dresults_cache_unittest.py1240 self.result.label.debug_path = ''
1259 self.result.label.debug_path = '/tmp/debug'
/external/blktrace/
DREADME40 $ blktrace -d <dev> [ -r debug_path ] [ -o output ] [ -k ] [ -w time ]
/external/libfuse/lib/
Dfuse.c1159 static void debug_path(struct fuse *f, const char *msg, fuse_ino_t nodeid, in debug_path() function
1227 debug_path(f, "QUEUE PATH", nodeid, name, !!wnode); in get_path_common()
1229 debug_path(f, "DEQUEUE PATH", nodeid, name, !!wnode); in get_path_common()
1365 debug_path(f, "QUEUE PATH1", nodeid1, name1, !!wnode1); in get_path2()
1366 debug_path(f, " PATH2", nodeid2, name2, !!wnode2); in get_path2()
1368 debug_path(f, "DEQUEUE PATH1", nodeid1, name1, !!wnode1); in get_path2()
1369 debug_path(f, " PATH2", nodeid2, name2, !!wnode2); in get_path2()
1427 debug_path(f, "QUEUE PATH (forget)", nodeid, NULL, false); in forget_node()
1435 debug_path(f, "DEQUEUE_PATH (forget)", nodeid, NULL, false); in forget_node()