Home
last modified time | relevance | path

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

/external/libbpf/src/
Delf.c27 int elf_open(const char *binary_path, struct elf_fd *elf_fd) in elf_open()
99 Elf *elf, const char *binary_path, in elf_sym_iter_new()
274 long elf_find_func_offset(Elf *elf, const char *binary_path, const char *name) in elf_find_func_offset()
373 long elf_find_func_offset_from_file(const char *binary_path, const char *name) in elf_find_func_offset_from_file()
405 int elf_resolve_syms_offsets(const char *binary_path, int cnt, in elf_resolve_syms_offsets()
501 int elf_resolve_pattern_offsets(const char *binary_path, const char *pattern, in elf_resolve_pattern_offsets()
Dlibbpf.c11111 char *probe_type = NULL, *binary_path = NULL, *func_name = NULL; in attach_uprobe_multi() local
11141 const char *binary_path, uint64_t offset) in gen_uprobe_legacy_event_name()
11155 const char *binary_path, size_t offset) in add_uprobe_event_legacy()
11180 const char *binary_path, size_t offset, int pid) in perf_event_uprobe_open_legacy()
11480 const char *binary_path, size_t func_offset, in bpf_program__attach_uprobe_opts()
11627 char *probe_type = NULL, *binary_path = NULL, *func_name = NULL, *func_off; in attach_uprobe() local
11681 const char *binary_path, in bpf_program__attach_uprobe()
11690 pid_t pid, const char *binary_path, in bpf_program__attach_usdt()
/external/igt-gpu-tools/gtests/include/
Dgtest_helper.h5 static const char* binary_path = "/data/igt_tests"; variable
/external/cronet/build/android/pylib/utils/
Dlogdog_helper.py61 def binary(name, binary_path): argument
/external/angle/build/android/pylib/utils/
Dlogdog_helper.py61 def binary(name, binary_path): argument
/external/tensorflow/tensorflow/compiler/xla/stream_executor/gpu/
Dasm_compiler.cc41 const std::string& binary_path) { in GetPtxasVersionString()
198 std::string binary_path; in FindCudaExecutable() local
424 std::string binary_path = in findRocmExecutable() local
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_testlib.cc34 Status TestCluster::MakeTestCluster(const string& binary_path, in MakeTestCluster()
/external/bcc/src/cc/api/
DBPF.cc258 StatusTuple BPF::attach_uprobe(const std::string& binary_path, in attach_uprobe()
510 StatusTuple BPF::detach_uprobe(const std::string& binary_path, in detach_uprobe()
761 StatusTuple BPF::check_binary_symbol(const std::string& binary_path, in check_binary_symbol()
868 std::string BPF::get_uprobe_event(const std::string& binary_path, in get_uprobe_event()
941 USDT::USDT(const std::string& binary_path, const std::string& provider, in USDT()
961 USDT::USDT(const std::string& binary_path, pid_t pid, in USDT()
DBPF.h56 const std::string &binary_path() const { return binary_path_; } in binary_path() function
/external/angle/scripts/
Dupdate_chrome_angle.py56 binary_path = os.path.join(path, binary_name) variable
/external/strace/
Dmmap_cache.c131 char binary_path[sizeof(buffer)]; in mmap_cache_rebuild_if_invalid() local
/external/bazelbuild-rules_rust/tools/runfiles/
Drunfiles.rs144 let mut binary_path = PathBuf::from(&exec_path); in find_runfiles_dir() localVariable
/external/bcc/libbpf-tools/
Djavagc.c157 char binary_path[BINARY_PATH_SIZE] = {0}; in main() local
/external/sandboxed-api/contrib/jsonnet/
Djsonnet_tests.cc42 absl::string_view binary_path = parts_of_path.first; in SetUp() local
/external/angle/build/config/ios/
Dcodesign.py147 def binary_path(self): member in Bundle
/external/perfetto/src/profiling/symbolizer/
Dlocal_symbolizer.cc45 std::vector<std::string> binary_path, in LocalSymbolizerOrDie()
/external/cronet/build/config/ios/
Dcodesign.py147 def binary_path(self): member in Bundle
/external/bcc/src/cc/
Dlibbpf.c1402 const char *ev_name, const char *binary_path, in bpf_attach_uprobe()