Searched refs:FUNCTION_FORK (Results 1 – 24 of 24) sorted by relevance
8 echo $FUNCTION_FORK > set_ftrace_filter9 echo "p:testprobe $FUNCTION_FORK" > kprobe_events16 ! grep "$FUNCTION_FORK <-" trace23 grep "$FUNCTION_FORK <-" trace30 grep "$FUNCTION_FORK <-" trace38 grep "$FUNCTION_FORK <-" trace45 ! grep "$FUNCTION_FORK <-" trace
89 echo "p:kprobes/testevent $FUNCTION_FORK" > kprobe_events93 printf "%s" "p:kprobes/testevent $FUNCTION_FORK abcd=\\1" > kprobe_events94 check_error "p:kprobes/testevent $FUNCTION_FORK ^bcd=\\1" # DIFF_ARG_TYPE95 check_error "p:kprobes/testevent $FUNCTION_FORK ^abcd=\\1:u8" # DIFF_ARG_TYPE96 check_error "p:kprobes/testevent $FUNCTION_FORK ^abcd=\\\"foo\"" # DIFF_ARG_TYPE97 check_error "^p:kprobes/testevent $FUNCTION_FORK abcd=\\1" # SAME_PROBE
17 echo "p:testprobe_u $FUNCTION_FORK arg1=@linux_proc_banner:u64 arg2=@linux_proc_banner:u32 arg3=@li…18 echo "p:testprobe_s $FUNCTION_FORK arg1=@linux_proc_banner:s64 arg2=@linux_proc_banner:s32 arg3=@li…20 …echo "p:testprobe_x $FUNCTION_FORK arg1=@linux_proc_banner:x64 arg2=@linux_proc_banner:x32 arg3=@l…22 echo "p:testprobe_bf $FUNCTION_FORK arg1=@linux_proc_banner:b8@4/32" >> kprobe_events30 echo "p:testprobe_str $FUNCTION_FORK arg1=@linux_proc_banner:string" > kprobe_events
6 echo "p:testprobe $FUNCTION_FORK \$stack \$stack0 +0(\$stack)" > kprobe_events12 grep testprobe trace | grep "$FUNCTION_FORK" | \
7 echo "r:testprobe2 $FUNCTION_FORK \$retval" > kprobe_events14 cat trace | grep testprobe2 | grep -q "<- $FUNCTION_FORK"
22 echo "p:testprobe $FUNCTION_FORK+${i}" > kprobe_events || continue25 PROBE=$(grep $FUNCTION_FORK /sys/kernel/debug/kprobes/list)
44 echo "p:test $FUNCTION_FORK" >> kprobe_events51 echo "p:test $FUNCTION_FORK" >> kprobe_events
47 echo "p:test $FUNCTION_FORK" >> kprobe_events54 echo "p:test $FUNCTION_FORK" >> kprobe_events
6 echo p:myevent $FUNCTION_FORK > kprobe_events
8 echo p $FUNCTION_FORK+${i} >> kprobe_events || continue
7 echo "p:myevent $FUNCTION_FORK" > kprobe_events
8 echo "p:testprobe $FUNCTION_FORK comm=\$comm " > kprobe_events
7 SYM1=$FUNCTION_FORK
7 echo "p:testprobe $FUNCTION_FORK \$stack0:s$1 \$stack0:u$1 \$stack0:x$1 \$stack0:b4@4/$1"
83 echo "f:fprobes/testevent $FUNCTION_FORK" > dynamic_events87 printf "%s" "f:fprobes/testevent $FUNCTION_FORK abcd=\\1" > dynamic_events88 check_error "f:fprobes/testevent $FUNCTION_FORK ^bcd=\\1" # DIFF_ARG_TYPE89 check_error "f:fprobes/testevent $FUNCTION_FORK ^abcd=\\1:u8" # DIFF_ARG_TYPE90 check_error "f:fprobes/testevent $FUNCTION_FORK ^abcd=\\\"foo\"" # DIFF_ARG_TYPE91 check_error "^f:fprobes/testevent $FUNCTION_FORK abcd=\\1" # SAME_PROBE
9 PLACE=$FUNCTION_FORK
7 echo $FUNCTION_FORK:stacktrace >> set_ftrace_filter9 grep -q "$FUNCTION_FORK:stacktrace:unlimited" set_ftrace_filter
42 echo $FUNCTION_FORK >> set_ftrace_filter
180 FUNCTION_FORK=`(if grep '\bkernel_clone\b' /proc/kallsyms > /dev/null; then