Merge tag 'v9.0.0-rc3'
[qemu/ar7.git] / hw / core / trace-events
blob2cf085ac66e6733ddd66df7a82b8c5bb403e3d81
1 # loader.c
2 loader_write_rom(const char *name, uint64_t gpa, uint64_t size, bool isrom) "%s: @0x%"PRIx64" size=0x%"PRIx64" ROM=%d"
4 # qdev.c
5 qdev_update_parent_bus(void *obj, const char *objtype, void *oldp, const char *oldptype, void *newp, const char *newptype) "obj=%p(%s) old_parent=%p(%s) new_parent=%p(%s)"
7 # resettable.c
8 resettable_reset(void *obj, int cold) "obj=%p cold=%d"
9 resettable_reset_assert_begin(void *obj, int cold) "obj=%p cold=%d"
10 resettable_reset_assert_end(void *obj) "obj=%p"
11 resettable_reset_release_begin(void *obj, int cold) "obj=%p cold=%d"
12 resettable_reset_release_end(void *obj) "obj=%p"
13 resettable_change_parent(void *obj, void *o, unsigned oc, void *n, unsigned nc) "obj=%p from=%p(%d) to=%p(%d)"
14 resettable_phase_enter_begin(void *obj, const char *objtype, unsigned count, int type) "obj=%p(%s) count=%d type=%d"
15 resettable_phase_enter_exec(void *obj, const char *objtype, int type, int has_method) "obj=%p(%s) type=%d method=%d"
16 resettable_phase_enter_end(void *obj, const char *objtype, unsigned count) "obj=%p(%s) count=%d"
17 resettable_phase_hold_begin(void *obj, const char *objtype, unsigned count, int type) "obj=%p(%s) count=%d type=%d"
18 resettable_phase_hold_exec(void *obj, const char *objtype, int has_method) "obj=%p(%s) method=%d"
19 resettable_phase_hold_end(void *obj, const char *objtype, unsigned count) "obj=%p(%s) count=%d"
20 resettable_phase_exit_begin(void *obj, const char *objtype, unsigned count, int type) "obj=%p(%s) count=%d type=%d"
21 resettable_phase_exit_exec(void *obj, const char *objtype, int has_method) "obj=%p(%s) method=%d"
22 resettable_phase_exit_end(void *obj, const char *objtype, unsigned count) "obj=%p(%s) count=%d"
23 resettable_transitional_function(void *obj, const char *objtype) "obj=%p(%s)"
25 # clock.c
26 clock_set_source(const char *clk, const char *src) "'%s', src='%s'"
27 clock_disconnect(const char *clk) "'%s'"
28 clock_set(const char *clk, uint64_t old, uint64_t new) "'%s', %"PRIu64"Hz->%"PRIu64"Hz"
29 clock_propagate(const char *clk) "'%s'"
30 clock_update(const char *clk, const char *src, uint64_t hz, int cb) "'%s', src='%s', val=%"PRIu64"Hz cb=%d"
31 clock_set_mul_div(const char *clk, uint32_t oldmul, uint32_t mul, uint32_t olddiv, uint32_t div) "'%s', mul: %u -> %u, div: %u -> %u"
33 # cpu-common.c
34 cpu_reset(int cpu_index) "%d"