Home
last modified time | relevance | path

Searched refs:debuggerd_trigger_dump (Results 1 – 5 of 5) sorted by relevance

/aosp14/system/core/debuggerd/client/
H A Ddebuggerd_client_test.cpp84 debuggerd_trigger_dump(forkpid, kDebuggerdNativeBacktrace, 60000, std::move(pipe_write))); in TEST()
125 debuggerd_trigger_dump(forkpid, kDebuggerdNativeBacktrace, 0, std::move(output_write))); in TEST()
H A Ddebuggerd_client.cpp117 bool debuggerd_trigger_dump(pid_t tid, DebuggerdDumpType dump_type, unsigned int timeout_ms, in debuggerd_trigger_dump() function
316 int ret = debuggerd_trigger_dump(tid, dump_type, timeout_ms, std::move(copy)) ? 0 : -1; in dump_backtrace_to_file_timeout()
/aosp14/system/core/debuggerd/include/debuggerd/
H A Dclient.h29 bool debuggerd_trigger_dump(pid_t pid, enum DebuggerdDumpType dump_type, unsigned int timeout_ms,
/aosp14/system/core/debuggerd/
H A Ddebuggerd.cpp116 if (!debuggerd_trigger_dump(proc_info.pid, dump_type, 0, std::move(pipewrite))) { in main()
H A Ddebuggerd_benchmark.cpp87 if (!debuggerd_trigger_dump(target, kDebuggerdNativeBacktrace, 1000, std::move(output_fd))) { in PerformDump()