Home
last modified time | relevance | path

Searched defs:binary_path (Results 1 – 11 of 11) sorted by relevance

/external/oss-fuzz/infra/base-images/base-msan-builder/
Dpatch_build.py36 def Ldd(binary_path): argument
71 def PatchBinary(binary_path, instrumented_dir): argument
/external/perfetto/tools/trace_to_text/
Dsymbolize_profile.cc42 auto binary_path = profiling::GetPerfettoBinaryPath(); in SymbolizeProfile() local
Dtrace_to_profile.cc58 auto binary_path = profiling::GetPerfettoBinaryPath(); in TraceToProfile() local
/external/angle/scripts/
Dupdate_canary_angle.py30 binary_path = os.path.join(path, binary_name) variable
Dperf_test_runner.py82 binary_path = os.path.join(base_path, path, binary_name) variable
/external/grpc-grpc/test/cpp/interop/
Dinterop_test.cc50 char* binary_path; in test_client() local
/external/bcc/src/cc/api/
DBPF.cc193 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/
Dgrpc_testlib.cc34 Status TestCluster::MakeTestCluster(const string& binary_path, in MakeTestCluster()
/external/strace/
Dmmap_cache.c131 char binary_path[sizeof(buffer)]; in mmap_cache_rebuild_if_invalid() local
/external/perfetto/src/trace_processor/
Dtrace_processor_shell.cc954 auto binary_path = profiling::GetPerfettoBinaryPath(); in LoadTrace() local
/external/bcc/src/cc/
Dlibbpf.c969 const char *ev_name, const char *binary_path, in bpf_attach_uprobe()