Jason Evans 6f001059aa Simplify backtracing.
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.
2014-04-22 20:55:09 -07:00
..
2012-05-01 11:32:11 -07:00
2012-03-13 16:31:41 -07:00
2013-12-08 20:52:21 -08:00
2013-12-08 22:28:27 -08:00
2012-10-08 18:04:49 -07:00
2014-03-30 16:27:08 -07:00
2012-02-28 16:50:47 -08:00
2012-04-21 21:27:46 -07:00
2013-12-08 22:28:27 -08:00
2014-04-22 20:55:09 -07:00
2013-12-08 22:28:27 -08:00
2013-12-08 22:28:27 -08:00
2014-01-21 20:49:58 -08:00
2012-03-07 16:19:19 -08:00
2014-04-15 16:49:57 -07:00