commit | 37afef6fe1378d671643624439e76453ade7c4af | [log] [tgz] |
---|---|---|
author | Richard Allen <rsaxvc@gmail.com> | Sun Feb 16 16:50:04 2025 -0600 |
committer | Alan Modra <amodra@gmail.com> | Sat Mar 01 11:17:13 2025 +1030 |
tree | 3985df01747bb176c2e2210d0a569ecaaae7ff4c | |
parent | 9b65bc0067e5245c96fd79fd25541de827b79755 [diff] |
gprof: fix symbol miscount by merging passes Instead of fixing "somebody miscounted" errors, this patch combines the core_create_line_syms() passes, and dynamically expands the ltab buffer. Reducing the number of passes will make future optimizations simpler. Signed-off-by: Richard Allen <rsaxvc@gmail.com>