Home
last modified time | relevance | path

Searched refs:pid_arg (Results 1 – 4 of 4) sorted by relevance

/external/elfutils/libdwfl/
Dlinux-pid-attach.c123 read_cached_memory (struct __libdwfl_pid_arg *pid_arg, in read_cached_memory() argument
132 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() argument
184 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() local
195 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 …]
Dlinux-proc-maps.c403 struct __libdwfl_pid_arg *pid_arg = __libdwfl_get_pid_arg (mod->dwfl); in dwfl_linux_proc_find_elf() local
404 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()
DChangeLog929 linux-pid-attach.c (struct pid_arg).
935 * linux-pid-attach.c (struct pid_arg): Moved to libdwflP.h
1001 * linux-pid-attach.c (struct pid_arg): Add assume_ptrace_stopped.
1204 * linux-pid-attach.c (struct pid_arg): New field tid_was_stopped.
/external/perfetto/src/profiling/memory/
Dmalloc_hooks.cc276 std::string pid_arg = in CreateClientAndPrivateDaemon() local
282 const char* argv[] = {kHeapprofdBinPath, pid_arg.c_str(), cmd_arg.c_str(), in CreateClientAndPrivateDaemon()