Searched defs:stacktrace (Results 1 – 4 of 4) sorted by relevance
62 def __init__(self, stacktrace): argument87 def filter(self, space, stacktrace): argument137 def pretty_stacktrace(stacktrace): argument
29 std::ostream &PrintStack([[maybe_unused]] const std::vector<uintptr_t> &stacktrace, std::ostream &o… in PrintStack()
88 std::ostream &Print(const std::vector<uintptr_t> &stacktrace, std::ostream &out) in Print()316 std::ostream &PrintStack(const std::vector<uintptr_t> &stacktrace, std::ostream &out) in PrintStack()
84 Stacktrace stacktrace = SkipStacktrace(++alloc_counter_) ? Stacktrace() : GetStacktrace(); in TrackAlloc() local214 …explicit Key(const Stacktrace *stacktrace) : stacktrace_(stacktrace), hash_(CalcHash(*stacktrace))… in WriteStacks()