blob: e9c9f2e8d3c86ba312c04612558c546b0c3a8776 [file] [log] [blame]
# This is a simple instrumentation map with bogus addresses and offsets, but
# follow the recommended format.
---
- { id: 1, address: 0x1, function: 0x1, kind: function-enter, always-instrument: true}
- { id: 1, address: 0x2, function: 0x1, kind: function-exit, always-instrument: true}
- { id: 2, address: 0x2, function: 0x2, kind: function-enter, always-instrument: true}
- { id: 2, address: 0x3, function: 0x2, kind: function-exit, always-instrument: true}
- { id: 3, address: 0x3, function: 0x3, kind: function-enter, always-instrument: true}
- { id: 3, address: 0x4, function: 0x3, kind: function-exit, always-instrument: true}
...