Searched refs:TRACE_STOP (Results 1 - 7 of 7) sorted by relevance
/kernel/liteos_a/testsuites/unittest/extended/trace/smoke/ |
H A D | trace_test_002.cpp | 40 ioctl(fd, TRACE_STOP, NULL); in TestCase() 48 ioctl(fd, TRACE_STOP, NULL); in TestCase()
|
H A D | trace_test_001.cpp | 41 ioctl(fd, TRACE_STOP, NULL); in TestCase()
|
H A D | trace_test_004.cpp | 44 ioctl(fd, TRACE_STOP, NULL); in TestCase()
|
H A D | trace_test_003.cpp | 51 ioctl(fd, TRACE_STOP, NULL); in TestCase()
|
/kernel/liteos_a/drivers/char/trace/src/ |
H A D | trace.c | 47 #define TRACE_STOP _IO(TRACE_IOC_MAGIC, 2) macro 122 case TRACE_STOP: in TraceIoctl()
|
/kernel/liteos_a/apps/trace/src/ |
H A D | trace.c | 45 #define TRACE_STOP _IO(TRACE_IOC_MAGIC, 2) macro 120 ioctl(fd, TRACE_STOP, NULL); in main()
|
/kernel/liteos_a/testsuites/unittest/extended/trace/ |
H A D | It_test_trace.h | 43 #define TRACE_STOP _IO(TRACE_IOC_MAGIC, 2) macro
|
Completed in 4 milliseconds