bmc_profile_chart
Map counter data to instruction flow to identify functions with the highest event counts, such as cycles or cache misses.
Instructions
Display a BMC profile chart with counter data mapped to instruction flow.
Shows which functions/addresses consumed the most events (cycles, cache misses, etc.). Requires BMC counters to have been recorded during execution.
Args: counters: Counter names to include (e.g., ["M1CNT", "M2CNT"]). Empty = all configured counters.
Returns: Profile chart showing event distribution across code
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| counters | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |