Searched refs:SEARCHMSG (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
D | trace_vprintk.c | 8 #define SEARCHMSG "1,2,3,4,5,6,7,8,9,10" macro 12 if (strstr(str, SEARCHMSG) != NULL) in trace_pipe_cb()
|
D | trace_printk.c | 8 #define SEARCHMSG "testing,testing" macro 12 if (strstr(str, SEARCHMSG) != NULL) in trace_pipe_cb()
|