| .. | .. |
|---|
| 79 | 79 | ) |
|---|
| 80 | 80 | #include I(REQUEST_END) |
|---|
| 81 | 81 | |
|---|
| 82 | +#ifdef ENABLE_EVENTS_COUNTERINFO_V6 |
|---|
| 82 | 83 | /* |
|---|
| 83 | 84 | * Not available for counter_info_version >= 0x8, use |
|---|
| 84 | 85 | * run_instruction_cycles_by_partition(0x100) instead. |
|---|
| .. | .. |
|---|
| 92 | 93 | __count(0x10, 8, cycles) |
|---|
| 93 | 94 | ) |
|---|
| 94 | 95 | #include I(REQUEST_END) |
|---|
| 96 | +#endif |
|---|
| 95 | 97 | |
|---|
| 96 | 98 | #define REQUEST_NAME system_performance_capabilities |
|---|
| 97 | 99 | #define REQUEST_NUM 0x40 |
|---|
| .. | .. |
|---|
| 103 | 105 | ) |
|---|
| 104 | 106 | #include I(REQUEST_END) |
|---|
| 105 | 107 | |
|---|
| 108 | +#ifdef ENABLE_EVENTS_COUNTERINFO_V6 |
|---|
| 106 | 109 | #define REQUEST_NAME processor_bus_utilization_abc_links |
|---|
| 107 | 110 | #define REQUEST_NUM 0x50 |
|---|
| 108 | 111 | #define REQUEST_IDX_KIND "hw_chip_id=?" |
|---|
| .. | .. |
|---|
| 194 | 197 | __count(0x28, 8, instructions_completed) |
|---|
| 195 | 198 | ) |
|---|
| 196 | 199 | #include I(REQUEST_END) |
|---|
| 200 | +#endif |
|---|
| 197 | 201 | |
|---|
| 198 | 202 | /* Processor_core_power_mode (0x95) skipped, no counters */ |
|---|
| 199 | 203 | /* Affinity_domain_information_by_virtual_processor (0xA0) skipped, |
|---|