Home
last modified time | relevance | path

Searched refs:stop_trace (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/tools/testing/selftests/powerpc/ptrace/
Dptrace-tar.c65 FAIL_IF(stop_trace(child)); in trace_tar()
76 FAIL_IF(stop_trace(child)); in trace_tar_write()
Dptrace-gpr.c71 FAIL_IF(stop_trace(child)); in trace_gpr()
Dptrace-vsx.c58 FAIL_IF(stop_trace(child)); in trace_vsx()
Dptrace.h81 int stop_trace(pid_t child) in stop_trace() function
120 FAIL_IF(stop_trace(child)); in ptrace_read_regs()
138 FAIL_IF(stop_trace(child)); in ptrace_write_regs()
Dptrace-tm-gpr.c109 FAIL_IF(stop_trace(child)); in trace_tm_gpr()
Dptrace-tm-tar.c114 FAIL_IF(stop_trace(child)); in trace_tm_tar()
Dptrace-tm-spr.c110 FAIL_IF(stop_trace(child)); in trace_tm_spr()
Dptrace-tm-spd-gpr.c116 FAIL_IF(stop_trace(child)); in trace_tm_spd_gpr()
Dptrace-tm-spd-tar.c126 FAIL_IF(stop_trace(child)); in trace_tm_spd_tar()
Dptrace-tm-vsx.c111 FAIL_IF(stop_trace(child)); in trace_tm_vsx()
Dptrace-tm-spd-vsx.c126 FAIL_IF(stop_trace(child)); in trace_tm_spd_vsx()
/Linux-v4.19/drivers/net/fjes/
Dfjes_hw.h149 } stop_trace; member
177 } stop_trace; member
Dfjes_hw.c1275 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()
Dfjes_trace.h263 __entry->length = res_buf->stop_trace.length;
264 __entry->code = res_buf->stop_trace.code;