commit | d69964bd2d31387f79a5f0494de8fd255b693afb | [log] [tgz] |
---|---|---|
author | Jason Evans <je@fb.com> | Thu Mar 12 16:25:18 2015 -0700 |
committer | Jason Evans <je@fb.com> | Thu Mar 12 16:25:18 2015 -0700 |
tree | 2de08cf1ebc5d19e4192ed733a5a39e227ceb047 | |
parent | fbd8d773ad0230ffba4e2c296dac3edcac9ca27e [diff] |
Fix a heap profiling regression. Fix prof_tctx_comp() to incorporate tctx state into the comparison. During a dump it is possible for both a purgatory tctx and an otherwise equivalent nominal tctx to reside in the tree at the same time. This regression was introduced by 602c8e0971160e4b85b08b16cf8a2375aa24bc04 (Implement per thread heap profiling.).