Searched refs:SEARCHMSG (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | trace_vprintk.c | 10 #define SEARCHMSG "1,2,3,4,5,6,7,8,9,10" macro 53 if (strstr(buf, SEARCHMSG) != NULL) in serial_test_trace_vprintk()
|
H A D | trace_printk.c | 10 #define SEARCHMSG "testing,testing" macro 60 if (strstr(buf, SEARCHMSG) != NULL) in serial_test_trace_printk()
|