Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-tar.c61 FAIL_IF(stop_trace(child)); in trace_tar()
72 FAIL_IF(stop_trace(child)); in trace_tar_write()
H A Dptrace-vsx.c54 FAIL_IF(stop_trace(child)); in trace_vsx()
H A Dptrace-tm-gpr.c105 FAIL_IF(stop_trace(child)); in trace_tm_gpr()
H A Dptrace-tm-spd-gpr.c112 FAIL_IF(stop_trace(child)); in trace_tm_spd_gpr()
H A Dptrace-tm-tar.c110 FAIL_IF(stop_trace(child)); in trace_tm_tar()
H A Dptrace-tm-spr.c106 FAIL_IF(stop_trace(child)); in trace_tm_spr()
H A Dptrace-tm-spd-tar.c122 FAIL_IF(stop_trace(child)); in trace_tm_spd_tar()
H A Dptrace-tm-spd-vsx.c121 FAIL_IF(stop_trace(child)); in trace_tm_spd_vsx()
H A Dptrace-tm-vsx.c106 FAIL_IF(stop_trace(child)); in trace_tm_vsx()
H A Dptrace-gpr.c85 FAIL_IF(stop_trace(child)); in trace_gpr()
H A 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()
/openbmc/linux/drivers/net/fjes/
H A Dfjes_hw.h134 } stop_trace; member
162 } stop_trace; member
H A Dfjes_hw.c1284 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()
H A Dfjes_trace.h248 __entry->length = res_buf->stop_trace.length;
249 __entry->code = res_buf->stop_trace.code;