Home
last modified time | relevance | path

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

/aosp_15_r20/external/libbpf/src/
H A Delf.c25 int elf_open(const char *binary_path, struct elf_fd *elf_fd) in elf_open()
97 Elf *elf, const char *binary_path, in elf_sym_iter_new()
276 long elf_find_func_offset(Elf *elf, const char *binary_path, const char *name) in elf_find_func_offset()
375 long elf_find_func_offset_from_file(const char *binary_path, const char *name) in elf_find_func_offset_from_file()
407 int elf_resolve_syms_offsets(const char *binary_path, int cnt, in elf_resolve_syms_offsets()
504 int elf_resolve_pattern_offsets(const char *binary_path, const char *pattern, in elf_resolve_pattern_offsets()
H A Dlibbpf.c11557 char *probe_type = NULL, *binary_path = NULL, *func_name = NULL; in attach_uprobe_multi() local
11587 const char *binary_path, uint64_t offset) in gen_uprobe_legacy_event_name()
11601 const char *binary_path, size_t offset) in add_uprobe_event_legacy()
11626 const char *binary_path, size_t offset, int pid) in perf_event_uprobe_open_legacy()
11932 const char *binary_path, size_t func_offset, in bpf_program__attach_uprobe_opts()
12079 char *probe_type = NULL, *binary_path = NULL, *func_name = NULL, *func_off; in attach_uprobe() local
12133 const char *binary_path, in bpf_program__attach_uprobe()
12142 pid_t pid, const char *binary_path, in bpf_program__attach_usdt()
/aosp_15_r20/external/bcc/src/cc/api/
H A 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()
H A DBPF.h56 const std::string &binary_path() const { return binary_path_; } in binary_path() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/gpu/
H A 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
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/a2dp/
Dtest_util.cc25 base::FilePath binary_path; in GetBinaryPath() local
/aosp_15_r20/external/cronet/build/android/pylib/utils/
H A Dlogdog_helper.py61 def binary(name, binary_path): argument
/aosp_15_r20/external/angle/build/android/pylib/utils/
H A Dlogdog_helper.py61 def binary(name, binary_path): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
H A Dgrpc_testlib.cc34 Status TestCluster::MakeTestCluster(const string& binary_path, in MakeTestCluster()
/aosp_15_r20/system/apex/apexd/
H A Dapex_classpath.cpp52 std::string binary_path = in DeriveClassPath() local
/aosp_15_r20/external/angle/scripts/
H A Dupdate_chrome_angle.py56 binary_path = os.path.join(path, binary_name) variable
/aosp_15_r20/external/strace/
H A Dmmap_cache.c131 char binary_path[sizeof(buffer)]; in mmap_cache_rebuild_if_invalid() local
/aosp_15_r20/development/python-packages/gdbrunner/gdbrunner/
H A D__init__.py370 def get_binary_interp(binary_path, llvm_readobj_path): argument
/aosp_15_r20/external/bcc/libbpf-tools/
H A Djavagc.c157 char binary_path[BINARY_PATH_SIZE] = {0}; in main() local
/aosp_15_r20/external/bazelbuild-rules_rust/tools/runfiles/
H A Drunfiles.rs191 let mut binary_path = PathBuf::from(&exec_path); in find_runfiles_dir() localVariable
/aosp_15_r20/external/sandboxed-api/contrib/jsonnet/
H A Djsonnet_tests.cc42 absl::string_view binary_path = parts_of_path.first; in SetUp() local
/aosp_15_r20/external/angle/build/config/apple/
H A Dcodesign.py149 def binary_path(self): member in Bundle
/aosp_15_r20/external/cronet/build/config/ios/
H A Dcodesign.py147 def binary_path(self): member in Bundle
/aosp_15_r20/bootable/recovery/tests/unit/
H A Dinstall_test.cpp124 std::string binary_path = std::string(td.path) + "/update_binary"; in TEST() local
/aosp_15_r20/bootable/recovery/install/
H A Dinstall.cpp337 const std::string binary_path = Paths::Get().temporary_update_binary(); in SetUpNonAbUpdateCommands() local
/aosp_15_r20/external/perfetto/src/profiling/symbolizer/
H A Dlocal_symbolizer.cc46 std::vector<std::string> binary_path, in LocalSymbolizerOrDie()
/aosp_15_r20/external/bcc/src/cc/
H A Dlibbpf.c1402 const char *ev_name, const char *binary_path, in bpf_attach_uprobe()
/aosp_15_r20/frameworks/native/libs/binder/rust/tests/
H A Dintegration.rs410 let mut binary_path = in new_internal() localVariable