Lines Matching full:binary
4 unoptimized binary. BOLT Address Translation allows collecting profile
5 from BOLT-optimized binary and using it for optimizing the input (pre-BOLT)
6 binary.
10 into the output binary containing translation tables and split functions linkage
12 binary onto the original binary.
16 needs to be passed along with the optimized binary containing BAT section to
18 binary.
30 note section in the output binary.
32 During profile conversion when BAT-enabled binary is passed to perf2bolt,
35 offsets in the input binary.
70 Output binary addresses are delta encoded, meaning that only the difference with
79 | `Address` | Continuous, Delta, ULEB128 | Function address in the output binary | Both |
98 | `OutputOffset` | Continuous, Delta, ULEB128 | Function offset in output binary | Both |
99 | `InputOffset` | Optional, Delta, SLEB128 | Function offset in input binary with `BRANCHENTRY` LSB…
100 | `BBHash` | Optional, 8b | Basic block hash in input binary | BB |
101 | `BBIdx` | Optional, Delta, ULEB128 | Basic block index in input binary | BB |