Searched refs:stop_trace (Results 1 – 15 of 15) 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()
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()
105 FAIL_IF(stop_trace(child)); in trace_tm_gpr()
112 FAIL_IF(stop_trace(child)); in trace_tm_spd_gpr()
122 FAIL_IF(stop_trace(child)); in trace_tm_spd_tar()
110 FAIL_IF(stop_trace(child)); in trace_tm_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()
85 FAIL_IF(stop_trace(child)); in trace_gpr()
15 static void stop_trace(int sig) in stop_trace() 35 signal(SIGINT, stop_trace); in set_signals() 37 signal(SIGALRM, stop_trace); in set_signals() 13 static void stop_trace(int sig) stop_trace() function
134 } stop_trace; member162 } stop_trace; member
1289 req_buf->stop_trace.length = FJES_DEV_COMMAND_STOP_DBG_REQ_LEN; in fjes_hw_stop_debug()1291 res_buf->stop_trace.length = 0; in fjes_hw_stop_debug()1292 res_buf->stop_trace.code = 0; in fjes_hw_stop_debug()1297 if (res_buf->stop_trace.length != FJES_DEV_COMMAND_STOP_DBG_RES_LEN) { in fjes_hw_stop_debug()1301 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;