Searched refs:final_state (Results 1 – 3 of 3) sorted by relevance
/linux/include/trace/events/ |
H A D | rv.h | 14 TP_PROTO(char *state, char *event, char *next_state, bool final_state), 16 TP_ARGS(state, event, next_state, final_state), 22 __field( bool, final_state ) 29 __entry->final_state = final_state; 36 __entry->final_state ? "(final)" : "") 62 TP_PROTO(char *state, char *event, char *next_state, bool final_state), 63 TP_ARGS(state, event, next_state, final_state)); 74 TP_PROTO(int id, char *state, char *event, char *next_state, bool final_state), 76 TP_ARGS(id, state, event, next_state, final_state), 83 __field( bool, final_state ) [all …]
|
/linux/tools/verification/rv/src/ |
H A D | in_kernel.c | 343 unsigned long long final_state; in ikm_event_handler() local 369 tep_get_field_val(s, trace_event, "final_state", record, &final_state, 1); in ikm_event_handler() 375 final_state ? "Y" : "N"); in ikm_event_handler()
|
/linux/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc.c | 4330 struct dc_state *final_state) in is_pipe_topology_transition_seamless_with_intermediate_step() argument 4335 intermediate_state, final_state); in is_pipe_topology_transition_seamless_with_intermediate_step()
|