Searched refs:pid_arg (Results 1 – 4 of 4) sorted by relevance
123 read_cached_memory (struct __libdwfl_pid_arg *pid_arg, in read_cached_memory() argument132 struct __libdwfl_remote_mem_cache *mem_cache = pid_arg->mem_cache; in read_cached_memory()142 pid_arg->mem_cache = mem_cache; in read_cached_memory()163 ssize_t res = process_vm_readv (pid_arg->tid_attached, in read_cached_memory()182 clear_cached_memory (struct __libdwfl_pid_arg *pid_arg) in clear_cached_memory() argument184 struct __libdwfl_remote_mem_cache *mem_cache = pid_arg->mem_cache; in clear_cached_memory()194 struct __libdwfl_pid_arg *pid_arg = arg; in pid_memory_read() local195 pid_t tid = pid_arg->tid_attached; in pid_memory_read()199 if (read_cached_memory (pid_arg, addr, result)) in pid_memory_read()243 struct __libdwfl_pid_arg *pid_arg = dwfl_arg; in pid_next_thread() local[all …]
403 struct __libdwfl_pid_arg *pid_arg = __libdwfl_get_pid_arg (mod->dwfl); in dwfl_linux_proc_find_elf() local404 if (pid_arg != NULL && ! pid_arg->assume_ptrace_stopped) in dwfl_linux_proc_find_elf()409 pid_t tid = pid_arg->tid_attached; in dwfl_linux_proc_find_elf()
929 linux-pid-attach.c (struct pid_arg).935 * linux-pid-attach.c (struct pid_arg): Moved to libdwflP.h1001 * linux-pid-attach.c (struct pid_arg): Add assume_ptrace_stopped.1204 * linux-pid-attach.c (struct pid_arg): New field tid_was_stopped.
276 std::string pid_arg = in CreateClientAndPrivateDaemon() local282 const char* argv[] = {kHeapprofdBinPath, pid_arg.c_str(), cmd_arg.c_str(), in CreateClientAndPrivateDaemon()