Home | History | Annotate | Download | only in utils

Lines Matching full:stack

31 // Collect/print the call stack (function, file, line) traces for a single thread.
35 // Prune the lowest-most stack frames until we have at most MAX_DEPTH.
37 // Placeholder for specifying the current thread when updating the stack.
41 // Create an empty call stack. No-op.
43 // Create a callstack with the current thread's stack trace.
62 // Get the PC address for the stack frame specified by index.
65 // Reset the stack frames (same as creating an empty call stack).
68 // Immediately collect the stack traces for the specified thread.
71 // Dump a stack trace to the log using the supplied logtag.
76 // Dump a stack trace to the specified file descriptor.
79 // Return a string (possibly very long) containing the complete stack trace.
82 // Dump a serialized representation of the stack trace to the specified printer.
85 // Get the count of stack frames that are in this call stack.