Searched refs:FUNC (Results 1 – 6 of 6) sorted by relevance
9 FUNC=`grep " [tT] .*vfs_read$" /proc/kallsyms | tail -n 1 | cut -f 3 -d " "`10 [ "x" != "x$FUNC" ] || exit_unresolved11 echo "p $FUNC" > kprobe_events12 PROBE_NAME=`echo $FUNC | tr ".:" "_"`17 echo "p:event1 $FUNC" > kprobe_events22 echo "p:kprobes2/event2 $FUNC" > kprobe_events41 FUNC=`find_dot_func | tail -n 1`42 [ "x" != "x$FUNC" ] || exit_unresolved43 echo "p $FUNC" > kprobe_events44 EVENT=`grep $FUNC kprobe_events | cut -f 1 -d " " | cut -f 2 -d:`
15 FUNC=trace_printk_irq_work19 echo "p $MOD:$FUNC" > kprobe_events20 PROBE_NAME=`echo $MOD:$FUNC | tr ".:" "_"`25 echo "p:event1 $MOD:$FUNC" > kprobe_events30 echo "p:kprobes1/event1 $MOD:$FUNC" > kprobe_events41 echo "p:event2 $MOD:$FUNC" >> kprobe_events
10 FUNC=basic # do basic tests by default80 FUNC=$OPTARG107 if [ $count = 0 -a $FUNC != "modtest" ]; then112 case "$FUNC" in
244 #define BPF_EMIT_CALL(FUNC) \ argument250 .imm = ((FUNC) - BPF_FUNC_unspec) })
160 [[GROUP:]EVENT=]FUNC[@SRC][:RLN|+OFFS|%return|;PTN] [ARG ...]176 'FUNC' specifies a probed function name, and it may have one of the following options; '+OFFS' is t…217 "FUNC[@SRC][:RLN[+NUM|-RLN2]]|SRC[:ALN[+NUM|-ALN2]]"219 FUNC specifies the function name of showing lines. 'RLN' is the start line223 many lines to show by using 'NUM'. Moreover, 'FUNC@SRC' combination is good
174 [19] FUNC 'my_func' type_id=18