Skip to content
  • Jason Evans's avatar
    6f001059
    Simplify backtracing. · 6f001059
    Jason Evans authored
    Simplify backtracing to not ignore any frames, and compensate for this
    in pprof in order to increase flexibility with respect to function-based
    refactoring even in the presence of non-deterministic inlining.  Modify
    pprof to blacklist all jemalloc allocation entry points including
    non-standard ones like mallocx(), and ignore all allocator-internal
    frames.  Prior to this change, pprof excluded the specifically
    blacklisted functions from backtraces, but it left allocator-internal
    frames intact.
    6f001059
    Simplify backtracing.
    Jason Evans authored
    Simplify backtracing to not ignore any frames, and compensate for this
    in pprof in order to increase flexibility with respect to function-based
    refactoring even in the presence of non-deterministic inlining.  Modify
    pprof to blacklist all jemalloc allocation entry points including
    non-standard ones like mallocx(), and ignore all allocator-internal
    frames.  Prior to this change, pprof excluded the specifically
    blacklisted functions from backtraces, but it left allocator-internal
    frames intact.
Loading