Home
last modified time | relevance | path

Searched refs:dwfl_linux_proc_report (Results 1 – 15 of 15) sorted by relevance

/external/elfutils/tests/
Ddwfl-bug-fd-leak.c58 int result = dwfl_linux_proc_report (dwfl, pid); in elfutils_open()
Dvdsosyms.c87 int result = dwfl_linux_proc_report (dwfl, pid); in main()
Dbacktrace-dwarf.c50 int result = dwfl_linux_proc_report (dwfl, pid); in report_pid()
Dbacktrace.c303 int result = dwfl_linux_proc_report (dwfl, pid); in report_pid()
/external/elfutils/libdwfl/
Dlinux-proc-maps.c294 dwfl_linux_proc_report (Dwfl *dwfl, pid_t pid) in INTDEF()
322 INTDEF (dwfl_linux_proc_report) in INTDEF() argument
Dargp-std.c177 int result = INTUSE(dwfl_linux_proc_report) (dwfl, atoi (arg)); in parse_opt()
Dlibdwfl.h373 extern int dwfl_linux_proc_report (Dwfl *dwfl, pid_t pid);
DlibdwflP.h750 INTDECL (dwfl_linux_proc_report)
DChangeLog990 (dwfl_linux_proc_report): Likewise.
1007 * linux-proc-maps.c (dwfl_linux_proc_report): Don't call
1270 (dwfl_core_file_report, dwfl_linux_proc_report): Extend comments.
1291 * linux-proc-maps.c (dwfl_linux_proc_report): Call
1767 (dwfl_linux_proc_report): Update caller.
2646 (dwfl_linux_proc_report): Likewise.
2763 (dwfl_linux_proc_report): ... here. Call it.
/external/strace/
Dunwind-libdw.c116 int r = dwfl_linux_proc_report(ctx->dwfl, tcp->pid); in flush_cache_maybe()
DChangeLog4078 should call dwfl_linux_proc_report/dwfl_report_end for updating the
4105 of memory mapping that is cached by dwfl_linux_proc_report
/external/elfutils/libdw/
Dlibdw.map116 dwfl_linux_proc_report;
/external/elfutils/include/elfutils/
Dlibdwfl.h373 extern int dwfl_linux_proc_report (Dwfl *dwfl, pid_t pid);
/external/elfutils/src/
Dstack.c576 int err = dwfl_linux_proc_report (dwfl, pid); in parse_opt()
DChangeLog2002 if dwfl_linux_proc_report returned it. Check whether we are properly