Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/powerpc/ptrace/
Dptrace-tar.c59 FAIL_IF(start_trace(child)); in trace_tar()
71 FAIL_IF(start_trace(child)); in trace_tar_write()
Dptrace-gpr.c64 FAIL_IF(start_trace(child)); in trace_gpr()
Dptrace-vsx.c46 FAIL_IF(start_trace(child)); in trace_vsx()
Dptrace.h64 int start_trace(pid_t child) in start_trace() function
111 FAIL_IF(start_trace(child)); in ptrace_read_regs()
131 FAIL_IF(start_trace(child)); in ptrace_write_regs()
Dptrace-tm-tar.c98 FAIL_IF(start_trace(child)); in trace_tm_tar()
Dptrace-tm-gpr.c96 FAIL_IF(start_trace(child)); in trace_tm_gpr()
Dptrace-tm-spr.c103 FAIL_IF(start_trace(child)); in trace_tm_spr()
Dptrace-tm-spd-gpr.c102 FAIL_IF(start_trace(child)); in trace_tm_spd_gpr()
Dptrace-tm-spd-tar.c109 FAIL_IF(start_trace(child)); in trace_tm_spd_tar()
Dptrace-tm-vsx.c94 FAIL_IF(start_trace(child)); in trace_tm_vsx()
Dptrace-tm-spd-vsx.c106 FAIL_IF(start_trace(child)); in trace_tm_spd_vsx()
/Linux-v4.19/drivers/net/fjes/
Dfjes_trace.h221 __entry->length = req_buf->start_trace.length;
222 __entry->mode = req_buf->start_trace.mode;
223 __entry->buffer = req_buf->start_trace.buffer[0];
237 __entry->length = res_buf->start_trace.length;
238 __entry->code = res_buf->start_trace.code;
Dfjes_hw.c1211 req_buf->start_trace.length = in fjes_hw_start_debug()
1213 req_buf->start_trace.mode = hw->debug_mode; in fjes_hw_start_debug()
1214 req_buf->start_trace.buffer_len = hw->hw_info.trace_size; in fjes_hw_start_debug()
1218 req_buf->start_trace.buffer[i] = in fjes_hw_start_debug()
1223 res_buf->start_trace.length = 0; in fjes_hw_start_debug()
1224 res_buf->start_trace.code = 0; in fjes_hw_start_debug()
1230 if (res_buf->start_trace.length != in fjes_hw_start_debug()
1235 switch (res_buf->start_trace.code) { in fjes_hw_start_debug()
Dfjes_hw.h146 } start_trace; member
173 } start_trace; member