Searched refs:stop_trace (Results 1 – 14 of 14) sorted by relevance
61 FAIL_IF(stop_trace(child)); in trace_tar()72 FAIL_IF(stop_trace(child)); in trace_tar_write()
54 FAIL_IF(stop_trace(child)); in trace_vsx()
105 FAIL_IF(stop_trace(child)); in trace_tm_gpr()
112 FAIL_IF(stop_trace(child)); in trace_tm_spd_gpr()
110 FAIL_IF(stop_trace(child)); in trace_tm_tar()
106 FAIL_IF(stop_trace(child)); in trace_tm_spr()
122 FAIL_IF(stop_trace(child)); in trace_tm_spd_tar()
121 FAIL_IF(stop_trace(child)); in trace_tm_spd_vsx()
106 FAIL_IF(stop_trace(child)); in trace_tm_vsx()
85 FAIL_IF(stop_trace(child)); in trace_gpr()
81 int stop_trace(pid_t child) in stop_trace() function120 FAIL_IF(stop_trace(child)); in ptrace_read_regs()138 FAIL_IF(stop_trace(child)); in ptrace_write_regs()
134 } stop_trace; member162 } stop_trace; member
1284 req_buf->stop_trace.length = FJES_DEV_COMMAND_STOP_DBG_REQ_LEN; in fjes_hw_stop_debug()1286 res_buf->stop_trace.length = 0; in fjes_hw_stop_debug()1287 res_buf->stop_trace.code = 0; in fjes_hw_stop_debug()1292 if (res_buf->stop_trace.length != FJES_DEV_COMMAND_STOP_DBG_RES_LEN) { in fjes_hw_stop_debug()1296 switch (res_buf->stop_trace.code) { in fjes_hw_stop_debug()
248 __entry->length = res_buf->stop_trace.length;249 __entry->code = res_buf->stop_trace.code;