Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/powerpc/ptrace/
Dptrace-tar.c55 FAIL_IF(start_trace(child)); in trace_tar()
67 FAIL_IF(start_trace(child)); in trace_tar_write()
Dptrace-vsx.c42 FAIL_IF(start_trace(child)); in trace_vsx()
Dptrace-tm-gpr.c92 FAIL_IF(start_trace(child)); in trace_tm_gpr()
Dptrace-tm-spd-gpr.c98 FAIL_IF(start_trace(child)); in trace_tm_spd_gpr()
Dptrace-tm-spd-tar.c105 FAIL_IF(start_trace(child)); in trace_tm_spd_tar()
Dptrace-tm-spr.c99 FAIL_IF(start_trace(child)); in trace_tm_spr()
Dptrace-tm-tar.c94 FAIL_IF(start_trace(child)); in trace_tm_tar()
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-vsx.c89 FAIL_IF(start_trace(child)); in trace_tm_vsx()
Dptrace-tm-spd-vsx.c101 FAIL_IF(start_trace(child)); in trace_tm_spd_vsx()
Dptrace-gpr.c52 FAIL_IF(start_trace(child)); in trace_gpr()
/Linux-v6.6/drivers/net/fjes/
Dfjes_trace.h206 __entry->length = req_buf->start_trace.length;
207 __entry->mode = req_buf->start_trace.mode;
208 __entry->buffer = req_buf->start_trace.buffer[0];
222 __entry->length = res_buf->start_trace.length;
223 __entry->code = res_buf->start_trace.code;
Dfjes_hw.c1197 req_buf->start_trace.length = in fjes_hw_start_debug()
1199 req_buf->start_trace.mode = hw->debug_mode; in fjes_hw_start_debug()
1200 req_buf->start_trace.buffer_len = hw->hw_info.trace_size; in fjes_hw_start_debug()
1204 req_buf->start_trace.buffer[i] = in fjes_hw_start_debug()
1209 res_buf->start_trace.length = 0; in fjes_hw_start_debug()
1210 res_buf->start_trace.code = 0; in fjes_hw_start_debug()
1216 if (res_buf->start_trace.length != in fjes_hw_start_debug()
1221 switch (res_buf->start_trace.code) { in fjes_hw_start_debug()
Dfjes_hw.h131 } start_trace; member
158 } start_trace; member