]>
Commit | Line | Data |
---|---|---|
87e0331c | 1 | # See docs/devel/tracing.txt for syntax documentation. |
65b5bd3b | 2 | |
500016e5 | 3 | # memory_hotplug.c |
65b5bd3b DB |
4 | mhp_acpi_invalid_slot_selected(uint32_t slot) "0x%"PRIx32 |
5 | mhp_acpi_ejecting_invalid_slot(uint32_t slot) "0x%"PRIx32 | |
6 | mhp_acpi_read_addr_lo(uint32_t slot, uint32_t addr) "slot[0x%"PRIx32"] addr lo: 0x%"PRIx32 | |
7 | mhp_acpi_read_addr_hi(uint32_t slot, uint32_t addr) "slot[0x%"PRIx32"] addr hi: 0x%"PRIx32 | |
8 | mhp_acpi_read_size_lo(uint32_t slot, uint32_t size) "slot[0x%"PRIx32"] size lo: 0x%"PRIx32 | |
9 | mhp_acpi_read_size_hi(uint32_t slot, uint32_t size) "slot[0x%"PRIx32"] size hi: 0x%"PRIx32 | |
10 | mhp_acpi_read_pxm(uint32_t slot, uint32_t pxm) "slot[0x%"PRIx32"] proximity: 0x%"PRIx32 | |
11 | mhp_acpi_read_flags(uint32_t slot, uint32_t flags) "slot[0x%"PRIx32"] flags: 0x%"PRIx32 | |
12 | mhp_acpi_write_slot(uint32_t slot) "set active slot: 0x%"PRIx32 | |
13 | mhp_acpi_write_ost_ev(uint32_t slot, uint32_t ev) "slot[0x%"PRIx32"] OST EVENT: 0x%"PRIx32 | |
14 | mhp_acpi_write_ost_status(uint32_t slot, uint32_t st) "slot[0x%"PRIx32"] OST STATUS: 0x%"PRIx32 | |
15 | mhp_acpi_clear_insert_evt(uint32_t slot) "slot[0x%"PRIx32"] clear insert event" | |
16 | mhp_acpi_clear_remove_evt(uint32_t slot) "slot[0x%"PRIx32"] clear remove event" | |
17 | mhp_acpi_pc_dimm_deleted(uint32_t slot) "slot[0x%"PRIx32"] pc-dimm deleted" | |
18 | mhp_acpi_pc_dimm_delete_failed(uint32_t slot) "slot[0x%"PRIx32"] pc-dimm delete failed" | |
5e1b5d93 | 19 | |
500016e5 | 20 | # cpu.c |
5e1b5d93 IM |
21 | cpuhp_acpi_invalid_idx_selected(uint32_t idx) "0x%"PRIx32 |
22 | cpuhp_acpi_read_flags(uint32_t idx, uint8_t flags) "idx[0x%"PRIx32"] flags: 0x%"PRIx8 | |
23 | cpuhp_acpi_write_idx(uint32_t idx) "set active cpu idx: 0x%"PRIx32 | |
d2238cb6 IM |
24 | cpuhp_acpi_write_cmd(uint32_t idx, uint8_t cmd) "idx[0x%"PRIx32"] cmd: 0x%"PRIx8 |
25 | cpuhp_acpi_read_cmd_data(uint32_t idx, uint32_t data) "idx[0x%"PRIx32"] data: 0x%"PRIx32 | |
8872c25a | 26 | cpuhp_acpi_cpu_has_events(uint32_t idx, bool ins, bool rm) "idx[0x%"PRIx32"] inserting: %d, removing: %d" |
d2238cb6 | 27 | cpuhp_acpi_clear_inserting_evt(uint32_t idx) "idx[0x%"PRIx32"]" |
8872c25a IM |
28 | cpuhp_acpi_clear_remove_evt(uint32_t idx) "idx[0x%"PRIx32"]" |
29 | cpuhp_acpi_ejecting_invalid_cpu(uint32_t idx) "0x%"PRIx32 | |
30 | cpuhp_acpi_ejecting_cpu(uint32_t idx) "0x%"PRIx32 | |
76623d00 IM |
31 | cpuhp_acpi_write_ost_ev(uint32_t slot, uint32_t ev) "idx[0x%"PRIx32"] OST EVENT: 0x%"PRIx32 |
32 | cpuhp_acpi_write_ost_status(uint32_t slot, uint32_t st) "idx[0x%"PRIx32"] OST STATUS: 0x%"PRIx32 | |
6a24f34e | 33 | |
500016e5 | 34 | # tco.c |
6a24f34e PB |
35 | tco_timer_reload(int ticks, int msec) "ticks=%d (%d ms)" |
36 | tco_timer_expired(int timeouts_no, bool strap, bool no_reboot) "timeouts_no=%d no_reboot=%d/%d" |