/external/toolchain-utils/crosperf/ |
D | label.py | 26 debug_path, argument 49 self.debug_path = debug_path 147 debug_path, argument 162 self.debug_path = debug_path
|
D | experiment_file.py | 172 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
|
D | download_images.py | 267 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
|
D | download_images_unittest.py | 225 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)
|
D | settings_unittest.py | 203 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,
|
D | experiment_factory.py | 380 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,
|
D | settings.py | 73 def GetXbuddyPath(self, path_str, autotest_path, debug_path, board, argument 86 debug_path, download_debug)
|
D | experiment_factory_unittest.py | 292 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
|
D | results_cache.py | 411 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')
|
D | results_cache_unittest.py | 1240 self.result.label.debug_path = '' 1259 self.result.label.debug_path = '/tmp/debug'
|
/external/blktrace/ |
D | README | 40 $ blktrace -d <dev> [ -r debug_path ] [ -o output ] [ -k ] [ -w time ]
|
/external/libfuse/lib/ |
D | fuse.c | 1159 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()
|