Symbol: stop_trace
drivers/net/fjes/fjes_hw.c
1289
req_buf->stop_trace.length = FJES_DEV_COMMAND_STOP_DBG_REQ_LEN;
drivers/net/fjes/fjes_hw.c
1291
res_buf->stop_trace.length = 0;
drivers/net/fjes/fjes_hw.c
1292
res_buf->stop_trace.code = 0;
drivers/net/fjes/fjes_hw.c
1297
if (res_buf->stop_trace.length != FJES_DEV_COMMAND_STOP_DBG_RES_LEN) {
drivers/net/fjes/fjes_hw.c
1301
switch (res_buf->stop_trace.code) {
drivers/net/fjes/fjes_hw.h
134
} stop_trace;
drivers/net/fjes/fjes_hw.h
162
} stop_trace;
drivers/net/fjes/fjes_trace.h
248
__entry->length = res_buf->stop_trace.length;
drivers/net/fjes/fjes_trace.h
249
__entry->code = res_buf->stop_trace.code;
tools/testing/selftests/powerpc/ptrace/ptrace-gpr.c
85
FAIL_IF(stop_trace(child));
tools/testing/selftests/powerpc/ptrace/ptrace-tar.c
61
FAIL_IF(stop_trace(child));
tools/testing/selftests/powerpc/ptrace/ptrace-tar.c
72
FAIL_IF(stop_trace(child));
tools/testing/selftests/powerpc/ptrace/ptrace-tm-gpr.c
105
FAIL_IF(stop_trace(child));
tools/testing/selftests/powerpc/ptrace/ptrace-tm-spd-gpr.c
112
FAIL_IF(stop_trace(child));
tools/testing/selftests/powerpc/ptrace/ptrace-tm-spd-tar.c
122
FAIL_IF(stop_trace(child));
tools/testing/selftests/powerpc/ptrace/ptrace-tm-spd-vsx.c
121
FAIL_IF(stop_trace(child));
tools/testing/selftests/powerpc/ptrace/ptrace-tm-spr.c
106
FAIL_IF(stop_trace(child));
tools/testing/selftests/powerpc/ptrace/ptrace-tm-tar.c
110
FAIL_IF(stop_trace(child));
tools/testing/selftests/powerpc/ptrace/ptrace-tm-vsx.c
106
FAIL_IF(stop_trace(child));
tools/testing/selftests/powerpc/ptrace/ptrace-vsx.c
54
FAIL_IF(stop_trace(child));
tools/testing/selftests/powerpc/ptrace/ptrace.h
120
FAIL_IF(stop_trace(child));
tools/testing/selftests/powerpc/ptrace/ptrace.h
138
FAIL_IF(stop_trace(child));
tools/tracing/rtla/src/common.c
35
signal(SIGINT, stop_trace);
tools/tracing/rtla/src/common.c
37
signal(SIGALRM, stop_trace);