Lines Matching refs:dwfl
25 #include ELFUTILS_HEADER(dwfl)
48 report_pid (Dwfl *dwfl, pid_t pid)
50 int result = dwfl_linux_proc_report (dwfl, pid);
56 if (dwfl_report_end (dwfl, NULL, NULL) != 0)
59 result = dwfl_linux_proc_attach (dwfl, pid, true);
77 Dwfl *dwfl = dwfl_begin (&proc_callbacks);
78 if (dwfl == NULL)
80 report_pid (dwfl, pid);
81 return dwfl;
98 Dwfl *dwfl = dwfl_thread_dwfl (thread);
99 Dwfl_Module *mod = dwfl_addrmodule (dwfl, pc_adjusted);
109 kill (dwfl_pid (dwfl), SIGKILL);
171 Dwfl *dwfl = pid_to_dwfl (pid);
172 if (dwfl_getthreads (dwfl, thread_callback, NULL) == -1)