Home
last modified time | relevance | path

Searched refs:binary_path (Results 1 – 25 of 28) sorted by relevance

12

/external/tensorflow/tensorflow/stream_executor/gpu/
Dasm_compiler.cc39 const std::string& binary_path) { in GetPtxasVersionString() argument
45 auto it = seen_binary_paths->find(binary_path); in GetPtxasVersionString()
52 binary.SetProgram(binary_path, {binary_path, "--version"}); in GetPtxasVersionString()
56 absl::StrFormat("Couldn't invoke %s --version", binary_path)); in GetPtxasVersionString()
64 "Running %s --version returned %d", binary_path, exit_code)); in GetPtxasVersionString()
66 auto emplace_it = seen_binary_paths->emplace(binary_path, std::move(out)); in GetPtxasVersionString()
201 std::string binary_path; in FindCudaExecutable() local
204 binary_path = tensorflow::io::JoinPath(cuda_root, "bin", binary_filename); in FindCudaExecutable()
205 VLOG(2) << "Looking for " << binary_filename << " at " << binary_path; in FindCudaExecutable()
206 if (env->FileExists(binary_path).ok() && in FindCudaExecutable()
[all …]
/external/perfetto/tools/
Dsize-report82 binary_path = os.path.join(out_directory, binary)
83 output = '{} - {}\n'.format(binary, binary_path)
85 subprocess.check_output(['dsymutil', binary_path])
87 binary_path, binary)
88 cmd = [symbols, '-d', 'compileunits', '-n', '100', binary_path]
90 cmd = ['-d', 'compileunits', '-n', '100', binary_path]
Dheap_profile478 binary_path = os.getenv('PERFETTO_BINARY_PATH')
486 if binary_path is None:
487 binary_path = product_out_symbols
489 binary_path += ":" + product_out_symbols
494 if binary_path is not None:
501 os.environ, PERFETTO_BINARY_PATH=binary_path),
Dcpu_profile360 binary_path = os.getenv('PERFETTO_BINARY_PATH')
364 if binary_path is not None:
370 PERFETTO_BINARY_PATH=binary_path),
/external/OpenCL-CTS/scripts/
Dtest_opencl_cts.py43 def get_all_subtests(binary_path: str) -> List[str]:
62 def get_subtests(binary_path: str, subtests: List[str]) -> List[str]:
63 all_subtests = set(get_all_subtests(binary_path))
80 def __init__(self, test_name: str, binary_path: str, args: List[str]):
83 self._binary_path = binary_path
122 subtests = get_subtests(args.binary_path, args.subtests)
124 suite.addTest(OpenCLTest(subtest, args.binary_path, args.test_args))
/external/grpc-grpc/test/cpp/interop/
Dinterop_test.cc50 char* binary_path; in test_client() local
52 gpr_asprintf(&binary_path, "%s/interop_client", root); in test_client()
55 execl(binary_path, binary_path, port_arg, NULL); in test_client()
57 gpr_free(binary_path); in test_client()
/external/autotest/client/cros/
Dchrome_binary_test.py134 binary_path = self.get_chrome_binary_path(binary_to_run)
141 cmd = ' '.join([env_vars, prefix, binary_path, extra_params])
153 file_utils.recursive_path_permission(binary_path))
155 (binary_path, path_permission))
157 fail_reason = ('Command not found: %s' % binary_path)
/external/crosvm/tools/impl/
Dtest_runner.py83 binary_path: Path
287 binary_path = executable.binary_path
290 args.insert(0, binary_path)
291 binary_path = "wine64"
304 binary_path,
429 [find_crosvm_binary(executables).binary_path] if not exclude_crosvm(build_arch) else []
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_testlib.cc34 Status TestCluster::MakeTestCluster(const string& binary_path, in MakeTestCluster() argument
63 if (!options.env->FileExists(binary_path).ok()) { in MakeTestCluster()
67 {binary_path, /* see grpc_testlib_server.cc for flags */ in MakeTestCluster()
Dgrpc_testlib.h54 static Status MakeTestCluster(const string& binary_path,
/external/angle/scripts/
Dupdate_chrome_angle.py51 binary_path = os.path.join(path, binary_name) variable
52 if os.path.exists(binary_path):
53 binary_mtime = os.path.getmtime(binary_path)
Dperf_test_runner.py116 binary_path = os.path.join(base_path, path, args.suite)
117 if os.path.exists(binary_path):
118 binary_mtime = os.path.getmtime(binary_path)
120 newest_binary = binary_path
/external/strace/
Dmmap_cache.c131 char binary_path[sizeof(buffer)]; in mmap_cache_rebuild_if_invalid() local
138 binary_path) != 10) in mmap_cache_rebuild_if_invalid()
173 filename, binary_path, start_addr, in mmap_cache_rebuild_if_invalid()
197 entry->binary_filename = xstrdup(binary_path); in mmap_cache_rebuild_if_invalid()
/external/bcc/src/cc/api/
DBPF.cc257 StatusTuple BPF::attach_uprobe(const std::string& binary_path, in attach_uprobe() argument
272 TRY2(check_binary_symbol(binary_path, symbol, symbol_addr, module, offset, in attach_uprobe()
283 binary_path.c_str(), offset, pid, in attach_uprobe()
292 attach_type_debug(attach_type).c_str(), binary_path.c_str(), in attach_uprobe()
509 StatusTuple BPF::detach_uprobe(const std::string& binary_path, in detach_uprobe() argument
515 TRY2(check_binary_symbol(binary_path, symbol, symbol_addr, module, offset, in detach_uprobe()
523 binary_path.c_str(), symbol.c_str(), symbol_addr); in detach_uprobe()
760 StatusTuple BPF::check_binary_symbol(const std::string& binary_path, in check_binary_symbol() argument
767 int res = bcc_resolve_symname(binary_path.c_str(), symbol.c_str(), in check_binary_symbol()
772 binary_path.c_str(), symbol.c_str(), symbol_addr); in check_binary_symbol()
[all …]
DBPF.h75 StatusTuple attach_uprobe(const std::string& binary_path,
83 StatusTuple detach_uprobe(const std::string& binary_path,
280 std::string get_uprobe_event(const std::string& binary_path, uint64_t offset,
322 StatusTuple check_binary_symbol(const std::string& binary_path,
354 USDT(const std::string& binary_path, const std::string& provider,
358 USDT(const std::string& binary_path, pid_t pid, const std::string& provider,
363 const std::string &binary_path() const { return binary_path_; } in binary_path() function
/external/autotest/client/site_tests/camera_HAL3Perf/
Dcamera_HAL3Perf.py85 binary_path = os.path.join(self.dep_dir, 'bin', self.test_binary)
92 binary_path,
/external/autotest/client/site_tests/camera_HAL3/
Dcamera_HAL3.py103 binary_path = os.path.join(self.dep_dir, 'bin', self.test_binary)
108 cmd = ['sudo', '--user=arc-camera', binary_path]
/external/pdfium/testing/tools/coverage/
Dcoverage_report.py156 binary_path = os.path.join(testing_tools_directory, test_spec.binary)
160 binary_path = os.path.join(self.build_directory, test_spec.binary)
162 coverage_tests[name] = TestSpec(binary_path, test_spec.use_test_runner,
/external/perfetto/src/profiling/symbolizer/
Dlocal_symbolizer.cc43 std::vector<std::string> binary_path, in LocalSymbolizerOrDie() argument
47 if (!binary_path.empty()) { in LocalSymbolizerOrDie()
51 finder.reset(new LocalBinaryFinder(std::move(binary_path))); in LocalSymbolizerOrDie()
53 finder.reset(new LocalBinaryIndexer(std::move(binary_path))); in LocalSymbolizerOrDie()
Dlocal_symbolizer.h120 std::vector<std::string> binary_path,
/external/clang/utils/perf-training/
Dperf-helper.py341 if opts.binary_path is not None:
342 output = subprocess.check_output(['nm', '-P', opts.binary_path])
/external/crosvm/tools/windows/
Dbuild_test.py80 binary_path = os.path.join(target_path, triple, kind, crosvm_binary_name())
81 with open(binary_path, mode='rb') as f:
/external/bcc/src/cc/
Dlibbpf.h94 const char *ev_name, const char *binary_path,
/external/bcc/src/cc/includes/
Dlibbpf.h94 const char *ev_name, const char *binary_path,
/external/libbpf/src/
Dlibbpf.h461 pid_t pid, const char *binary_path,
480 const char *binary_path, size_t func_offset,

12