When merging instrFDO profiles with afdo profile as supplementary, instrFDO counters for static functions are stored with function's PGO name (with filename.cpp; prefix). - This pull request fixes the delimiter used when a PGO function name is 'normalized' for AFDO look-up.
33 lines
261 B
Plaintext
33 lines
261 B
Plaintext
# IR level Instrumentation Flag
|
|
:ir
|
|
# Always instrument the function entry block
|
|
:entry_first
|
|
foo
|
|
# Func Hash:
|
|
1111
|
|
# Num Counters:
|
|
5
|
|
# Counter Values:
|
|
10000
|
|
50
|
|
2000
|
|
40
|
|
6000
|
|
|
|
bar.cc;bar
|
|
# Func Hash:
|
|
2222
|
|
# Num Counters:
|
|
10
|
|
# Counter Values:
|
|
0
|
|
0
|
|
0
|
|
0
|
|
0
|
|
0
|
|
0
|
|
0
|
|
0
|
|
0
|