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()
67 FAIL_IF(stop_trace(child)); in trace_gpr()
54 FAIL_IF(stop_trace(child)); in trace_vsx()
77 int stop_trace(pid_t child) in stop_trace() function116 FAIL_IF(stop_trace(child)); in ptrace_read_regs()134 FAIL_IF(stop_trace(child)); in ptrace_write_regs()
105 FAIL_IF(stop_trace(child)); in trace_tm_gpr()
110 FAIL_IF(stop_trace(child)); in trace_tm_tar()
112 FAIL_IF(stop_trace(child)); in trace_tm_spd_gpr()
122 FAIL_IF(stop_trace(child)); in trace_tm_spd_tar()
106 FAIL_IF(stop_trace(child)); in trace_tm_spr()
106 FAIL_IF(stop_trace(child)); in trace_tm_vsx()
121 FAIL_IF(stop_trace(child)); in trace_tm_spd_vsx()
134 } stop_trace; member162 } stop_trace; member
1260 req_buf->stop_trace.length = FJES_DEV_COMMAND_STOP_DBG_REQ_LEN; in fjes_hw_stop_debug()1262 res_buf->stop_trace.length = 0; in fjes_hw_stop_debug()1263 res_buf->stop_trace.code = 0; in fjes_hw_stop_debug()1268 if (res_buf->stop_trace.length != FJES_DEV_COMMAND_STOP_DBG_RES_LEN) { in fjes_hw_stop_debug()1272 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;