This changes adds attribute field for metadata of context profile. Currently we have an inline attribute that indicates whether the leaf frame corresponding to a context profile was inlined in previous build.
This will be used to help estimating inlining and be taken into account when trimming context. Changes for that in llvm-profgen will follow. It will also help tuning.
Note that we only populate inline attribute for pseudo-probe profile now.
Test Plan:
Please update comment here and also the format comment at the beginning of SampleProfReader.h .