Lines Matching full:stack
24 void PrintStack(StackTrace *stack);
28 // Get the stack trace with the given pc and bp.
29 // The pc will be in the position 0 of the resulting stack trace.
33 StackTrace stack; \
34 GetStackTrace(&stack, max_s, pc, bp, 0, 0, fast)
37 StackTrace stack; \
45 GetStackTrace(&stack, max_s, pc, bp, \
50 // NOTE: A Rule of thumb is to retrieve stack trace in the interceptors
52 // don't want stack trace to contain functions from ASan internals.
78 PrintStack(&stack); \