Searched defs:binary_path (Results 1 – 11 of 11) sorted by relevance
/external/oss-fuzz/infra/base-images/base-msan-builder/ |
D | patch_build.py | 36 def Ldd(binary_path): argument 71 def PatchBinary(binary_path, instrumented_dir): argument
|
/external/perfetto/tools/trace_to_text/ |
D | symbolize_profile.cc | 42 auto binary_path = profiling::GetPerfettoBinaryPath(); in SymbolizeProfile() local
|
D | trace_to_profile.cc | 58 auto binary_path = profiling::GetPerfettoBinaryPath(); in TraceToProfile() local
|
/external/angle/scripts/ |
D | update_canary_angle.py | 30 binary_path = os.path.join(path, binary_name) variable
|
D | perf_test_runner.py | 82 binary_path = os.path.join(base_path, path, binary_name) variable
|
/external/grpc-grpc/test/cpp/interop/ |
D | interop_test.cc | 50 char* binary_path; in test_client() local
|
/external/bcc/src/cc/api/ |
D | BPF.cc | 193 StatusTuple BPF::attach_uprobe(const std::string& binary_path, in attach_uprobe() 395 StatusTuple BPF::detach_uprobe(const std::string& binary_path, in detach_uprobe() 594 StatusTuple BPF::check_binary_symbol(const std::string& binary_path, in check_binary_symbol() 653 std::string BPF::get_uprobe_event(const std::string& binary_path, in get_uprobe_event() 715 USDT::USDT(const std::string& binary_path, const std::string& provider, in USDT() 733 USDT::USDT(const std::string& binary_path, pid_t pid, in USDT()
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_testlib.cc | 34 Status TestCluster::MakeTestCluster(const string& binary_path, in MakeTestCluster()
|
/external/strace/ |
D | mmap_cache.c | 131 char binary_path[sizeof(buffer)]; in mmap_cache_rebuild_if_invalid() local
|
/external/perfetto/src/trace_processor/ |
D | trace_processor_shell.cc | 954 auto binary_path = profiling::GetPerfettoBinaryPath(); in LoadTrace() local
|
/external/bcc/src/cc/ |
D | libbpf.c | 969 const char *ev_name, const char *binary_path, in bpf_attach_uprobe()
|