Lines Matching full:var
51 echo "myevent u32 var" > synthetic_events
52 echo "myevent u16 var" > synthetic_events
53 echo "myevent u8 var" > synthetic_events
54 echo "myevent s64 var" > synthetic_events
55 echo "myevent s32 var" > synthetic_events
56 echo "myevent s16 var" > synthetic_events
57 echo "myevent s8 var" > synthetic_events
59 echo "myevent char var" > synthetic_events
60 echo "myevent int var" > synthetic_events
61 echo "myevent long var" > synthetic_events
62 echo "myevent pid_t var" > synthetic_events
64 echo "myevent unsigned char var" > synthetic_events
65 echo "myevent unsigned int var" > synthetic_events
66 echo "myevent unsigned long var" > synthetic_events
67 grep "myevent[[:space:]]unsigned long var" synthetic_events
70 echo "myevent char var[10]" > synthetic_events
71 grep "myevent[[:space:]]char\[10\] var" synthetic_events
75 echo "myevent unsigned long[] var" > synthetic_events
76 grep "myevent[[:space:]]unsigned long\[\] var" synthetic_events