Searched refs:stop_trace (Results 1 – 14 of 14) sorted by relevance
65 FAIL_IF(stop_trace(child)); in trace_tar()76 FAIL_IF(stop_trace(child)); in trace_tar_write()
71 FAIL_IF(stop_trace(child)); in trace_gpr()
58 FAIL_IF(stop_trace(child)); in trace_vsx()
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()
109 FAIL_IF(stop_trace(child)); in trace_tm_gpr()
114 FAIL_IF(stop_trace(child)); in trace_tm_tar()
110 FAIL_IF(stop_trace(child)); in trace_tm_spr()
116 FAIL_IF(stop_trace(child)); in trace_tm_spd_gpr()
126 FAIL_IF(stop_trace(child)); in trace_tm_spd_tar()
111 FAIL_IF(stop_trace(child)); in trace_tm_vsx()
126 FAIL_IF(stop_trace(child)); in trace_tm_spd_vsx()
149 } stop_trace; member177 } stop_trace; member
1275 req_buf->stop_trace.length = FJES_DEV_COMMAND_STOP_DBG_REQ_LEN; in fjes_hw_stop_debug()1277 res_buf->stop_trace.length = 0; in fjes_hw_stop_debug()1278 res_buf->stop_trace.code = 0; in fjes_hw_stop_debug()1283 if (res_buf->stop_trace.length != FJES_DEV_COMMAND_STOP_DBG_RES_LEN) { in fjes_hw_stop_debug()1287 switch (res_buf->stop_trace.code) { in fjes_hw_stop_debug()
263 __entry->length = res_buf->stop_trace.length;264 __entry->code = res_buf->stop_trace.code;