Lines Matching full:system
10 SYSTEM="syscalls"
15 echo "e:$EPROBE $SYSTEM/$EVENT $OPTIONS" >> dynamic_events
43 echo "e:$EPROBE $SYSTEM/$EVENT $OPTIONS" >> dynamic_events
50 # With group name and system/event
51 echo "e:$EPROBE $SYSTEM/$EVENT $OPTIONS" >> dynamic_events
54 echo "-:eprobes/$EPROBE $SYSTEM/$EVENT" >> dynamic_events
58 # With just event name and system/event
59 echo "e:$EPROBE $SYSTEM/$EVENT $OPTIONS" >> dynamic_events
62 echo "-:$EPROBE $SYSTEM/$EVENT" >> dynamic_events
66 # With just event name and system/event and options
67 echo "e:$EPROBE $SYSTEM/$EVENT $OPTIONS" >> dynamic_events
70 echo "-:$EPROBE $SYSTEM/$EVENT $OPTIONS" >> dynamic_events
74 # With group name and system/event and options
75 echo "e:$EPROBE $SYSTEM/$EVENT $OPTIONS" >> dynamic_events
78 echo "-:eprobes/$EPROBE $SYSTEM/$EVENT $OPTIONS" >> dynamic_events
83 echo "e:$EPROBE $SYSTEM/$EVENT $OPTIONS" >> dynamic_events
86 echo "-:eprobes/$EPROBE $SYSTEM/$EVENT $OPTIONS" >> dynamic_events
91 echo "e:mygroup/ $SYSTEM/$EVENT $OPTIONS" >> dynamic_events