There appears some big inline numbers in the symbolizer's output which is invalid for compiler to consume. See the example below:
400618: movl $1, %edx main:4294967285 40061d: subl %eax, %edx main:4294967285 40061f: addl %ecx, %edx bar:1 @ main:3.2 40062b: addl %ecx, %eax bar:1 @ main:3.2 40062d: movl %eax, %esi bar:4294967292 @ main:3.2 40062f: addl $1, %ecx main:2.2 ...
Here changed to filter them out in a centralized way and also adjusted some total count samples due to it.
Wondering what is causing the total sample to change but the body samples stay the same? The lines filtered out should not have mapped to the same context previously?