OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DumpNativeStack
(Results
1 - 5
of
5
) sorted by null
/art/runtime/
runtime_linux.cc
33
DumpNativeStack
(os, GetTid(), "\t", true);
utils.h
339
void
DumpNativeStack
(std::ostream& os, pid_t tid, const char* prefix = "", bool include_count = true);
thread_list.cc
84
DumpNativeStack
(os, tid, " native: ", false);
utils.cc
52
#include <corkscrew/backtrace.h> // For
DumpNativeStack
.
53
#include <corkscrew/demangle.h> // For
DumpNativeStack
.
1045
void
DumpNativeStack
(std::ostream& os, pid_t tid, const char* prefix, bool include_count) {
1051
size_t ignore_count = 2; // Don't include unwind_backtrace_thread or
DumpNativeStack
.
[
all
...]
thread.cc
[
all
...]
Completed in 68 milliseconds