Home
last modified time | relevance | path

Searched refs:state_pre (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/trace/
H A Dcontrol-target.c18 bool state_pre; in trace_event_set_state_dynamic_init() local
24 state_pre = *ev->dstate; in trace_event_set_state_dynamic_init()
25 if (state_pre != state) { in trace_event_set_state_dynamic_init()
46 bool state_pre = *ev->dstate; in trace_event_set_state_dynamic() local
47 if (state_pre != state) { in trace_event_set_state_dynamic()
/openbmc/qemu/stubs/
H A Dtrace-control.c21 bool state_pre; in trace_event_set_state_dynamic() local
28 state_pre = *(ev->dstate); in trace_event_set_state_dynamic()
29 if (state_pre != state) { in trace_event_set_state_dynamic()