Searched refs:FUNC (Results 1 – 7 of 7) sorted by relevance
8 FUNC=`grep " [tT] .*vfs_read$" /proc/kallsyms | tail -n 1 | cut -f 3 -d " "`9 [ "x" != "x$FUNC" ] || exit_unresolved10 echo "p $FUNC" > kprobe_events11 PROBE_NAME=`echo $FUNC | tr ".:" "_"`16 echo "p:event1 $FUNC" > kprobe_events21 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:`
14 FUNC=trace_printk_irq_work18 echo "p $MOD:$FUNC" > kprobe_events19 PROBE_NAME=`echo $MOD:$FUNC | tr ".:" "_"`24 echo "p:event1 $MOD:$FUNC" > kprobe_events29 echo "p:kprobes1/event1 $MOD:$FUNC" > kprobe_events40 echo "p:event2 $MOD:$FUNC" >> kprobe_events
13 FUNC=basic # do basic tests by default83 FUNC=$OPTARG110 if [ $count = 0 -a $FUNC != "modtest" ]; then114 case "$FUNC" in
23 FUNC=all174 FUNC=$OPTARG260 case "$FUNC" in271 echo "$0 # Current comparative test is for $FUNC."282 case "$FUNC" in330 case "$FUNC" in357 case "$FUNC" in
186 [19] FUNC 'my_func' type_id=18257 [104852] FUNC 'i2c_register_spd' type_id=84745 linkage=static258 [104853] FUNC 'smbalert_driver_init' type_id=1213 linkage=static261 [104855] FUNC 'i2c_handle_smbus_alert' type_id=104854 linkage=static262 [104856] FUNC 'smbalert_remove' type_id=104854 linkage=static266 [104858] FUNC 'smbalert_probe' type_id=104857 linkage=static267 [104859] FUNC 'smbalert_work' type_id=9695 linkage=static268 [104860] FUNC 'smbus_alert' type_id=71367 linkage=static269 [104861] FUNC 'smbus_do_alert' type_id=84827 linkage=static
288 #define BPF_EMIT_CALL(FUNC) \ argument294 .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
Completed in 9 milliseconds