Searched defs:dump_type (Results 1 – 13 of 13) sorted by relevance
/system/core/debuggerd/tombstoned/ |
D | tombstoned_client.cpp | 36 DebuggerdDumpType dump_type) { in tombstoned_connect() 41 unique_fd* proto_output_fd, DebuggerdDumpType dump_type) { in tombstoned_connect()
|
D | intercept_manager.cpp | 182 static DebuggerdDumpType canonical_dump_type(const DebuggerdDumpType dump_type) { in canonical_dump_type() 191 Intercept* InterceptManager::Get(const pid_t pid, const DebuggerdDumpType dump_type) { in Get() 249 bool InterceptManager::FindIntercept(pid_t pid, DebuggerdDumpType dump_type, in FindIntercept()
|
D | intercept_manager.h | 44 DebuggerdDumpType dump_type = kDebuggerdNativeBacktrace; member
|
D | tombstoned.cpp | 164 std::optional<CrashOutput> get_output(DebuggerdDumpType dump_type) { in get_output()
|
/system/core/debuggerd/ |
D | tombstone_handler.cpp | 42 DebuggerdDumpType dump_type) { in connect_tombstone_server_microdroid() 101 unique_fd* proto_output_fd, DebuggerdDumpType dump_type) { in connect_tombstone_server()
|
D | debuggerd.cpp | 48 DebuggerdDumpType dump_type = kDebuggerdTombstone; in main() local
|
D | protocol.h | 48 DebuggerdDumpType dump_type; member 63 DebuggerdDumpType dump_type; member
|
D | crash_dump.cpp | 267 static void ParseArgs(int argc, char** argv, pid_t* pseudothread_tid, DebuggerdDumpType* dump_type)… in ParseArgs() 585 DebuggerdDumpType dump_type; in main() local
|
D | debuggerd_test.cpp | 1585 __attribute__((__noinline__)) extern "C" bool raise_debugger_signal(DebuggerdDumpType dump_type) { in raise_debugger_signal() 1619 static const auto dump_type = kDebuggerdTombstone; in TEST_F() local 1649 static const auto dump_type = kDebuggerdTombstone; in TEST_F() local 1675 static const auto dump_type = kDebuggerdTombstone; in TEST_F() local 1706 static const auto dump_type = kDebuggerdNativeBacktrace; in TEST_F() local 1736 static const auto dump_type = kDebuggerdNativeBacktrace; in TEST_F() local
|
/system/core/debuggerd/common/include/ |
D | dump_type.h | 31 inline const char* get_dump_type_name(const DebuggerdDumpType& dump_type) { in get_dump_type_name()
|
/system/core/debuggerd/rust/tombstoned_client/ |
D | wrapper.cpp | 26 int& proto_output_fd, DebuggerdDumpType dump_type) { in tombstoned_connect_files()
|
/system/core/debuggerd/client/ |
D | debuggerd_client.cpp | 117 bool debuggerd_trigger_dump(pid_t tid, DebuggerdDumpType dump_type, unsigned int timeout_ms, in debuggerd_trigger_dump() 306 int dump_backtrace_to_file(pid_t tid, DebuggerdDumpType dump_type, int fd) { in dump_backtrace_to_file() 310 int dump_backtrace_to_file_timeout(pid_t tid, DebuggerdDumpType dump_type, int timeout_secs, in dump_backtrace_to_file_timeout()
|
/system/extras/pinner/ |
D | pin_utils.cpp | 213 void PinTool::dump_coverages(PinTool::DumpType dump_type) { in dump_coverages()
|