Home
last modified time | relevance | path

Searched refs:FUNCTION_FORK (Results 1 – 24 of 24) sorted by relevance

/openbmc/linux/tools/testing/selftests/ftrace/test.d/kprobe/
H A Dkprobe_ftrace.tc8 echo $FUNCTION_FORK > set_ftrace_filter
9 echo "p:testprobe $FUNCTION_FORK" > kprobe_events
16 ! grep "$FUNCTION_FORK <-" trace
23 grep "$FUNCTION_FORK <-" trace
30 grep "$FUNCTION_FORK <-" trace
38 grep "$FUNCTION_FORK <-" trace
45 ! grep "$FUNCTION_FORK <-" trace
H A Dkprobe_syntax_errors.tc89 echo "p:kprobes/testevent $FUNCTION_FORK" > kprobe_events
93 printf "%s" "p:kprobes/testevent $FUNCTION_FORK abcd=\\1" > kprobe_events
94 check_error "p:kprobes/testevent $FUNCTION_FORK ^bcd=\\1" # DIFF_ARG_TYPE
95 check_error "p:kprobes/testevent $FUNCTION_FORK ^abcd=\\1:u8" # DIFF_ARG_TYPE
96 check_error "p:kprobes/testevent $FUNCTION_FORK ^abcd=\\\"foo\"" # DIFF_ARG_TYPE
97 check_error "^p:kprobes/testevent $FUNCTION_FORK abcd=\\1" # SAME_PROBE
H A Dkprobe_args_symbol.tc17 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_events
30 echo "p:testprobe_str $FUNCTION_FORK arg1=@linux_proc_banner:string" > kprobe_events
H A Dkretprobe_args.tc7 echo "r:testprobe2 $FUNCTION_FORK \$retval" > kprobe_events
14 cat trace | grep testprobe2 | grep -q "<- $FUNCTION_FORK"
H A Dkprobe_args.tc6 echo "p:testprobe $FUNCTION_FORK \$stack \$stack0 +0(\$stack)" > kprobe_events
12 grep testprobe trace | grep "$FUNCTION_FORK" | \
H A Dkprobe_opt_types.tc22 echo "p:testprobe $FUNCTION_FORK+${i}" > kprobe_events || continue
25 PROBE=$(grep $FUNCTION_FORK /sys/kernel/debug/kprobes/list)
H A Dkprobe_args_string.tc47 echo "p:test $FUNCTION_FORK" >> kprobe_events
54 echo "p:test $FUNCTION_FORK" >> kprobe_events
H A Dkprobe_args_char.tc44 echo "p:test $FUNCTION_FORK" >> kprobe_events
51 echo "p:test $FUNCTION_FORK" >> kprobe_events
H A Dadd_and_remove.tc6 echo p:myevent $FUNCTION_FORK > kprobe_events
H A Dkprobe_insn_boundary.tc8 echo p $FUNCTION_FORK+${i} >> kprobe_events || continue
H A Dbusy_check.tc6 echo p:myevent $FUNCTION_FORK > kprobe_events
H A Dprofile.tc7 echo "p:myevent $FUNCTION_FORK" > kprobe_events
H A Dkprobe_args_comm.tc8 echo "p:testprobe $FUNCTION_FORK comm=\$comm " > kprobe_events
H A Dkprobe_multiprobe.tc7 SYM1=$FUNCTION_FORK
H A Dkprobe_args_type.tc7 echo "p:testprobe $FUNCTION_FORK \$stack0:s$1 \$stack0:u$1 \$stack0:x$1 \$stack0:b4@4/$1"
/openbmc/linux/tools/testing/selftests/ftrace/test.d/dynevent/
H A Dfprobe_syntax_errors.tc83 echo "f:fprobes/testevent $FUNCTION_FORK" > dynamic_events
87 printf "%s" "f:fprobes/testevent $FUNCTION_FORK abcd=\\1" > dynamic_events
88 check_error "f:fprobes/testevent $FUNCTION_FORK ^bcd=\\1" # DIFF_ARG_TYPE
89 check_error "f:fprobes/testevent $FUNCTION_FORK ^abcd=\\1:u8" # DIFF_ARG_TYPE
90 check_error "f:fprobes/testevent $FUNCTION_FORK ^abcd=\\\"foo\"" # DIFF_ARG_TYPE
91 check_error "^f:fprobes/testevent $FUNCTION_FORK abcd=\\1" # SAME_PROBE
H A Dadd_remove_fprobe.tc9 PLACE=$FUNCTION_FORK
H A Dadd_remove_kprobe.tc9 PLACE=$FUNCTION_FORK
H A Dclear_select_events.tc9 PLACE=$FUNCTION_FORK
H A Dgeneric_clear_event.tc9 PLACE=$FUNCTION_FORK
/openbmc/linux/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfunc-filter-stacktrace.tc7 echo $FUNCTION_FORK:stacktrace >> set_ftrace_filter
9 grep -q "$FUNCTION_FORK:stacktrace:unlimited" set_ftrace_filter
H A Dfunc-filter-pid.tc42 echo $FUNCTION_FORK >> set_ftrace_filter
H A Dfunc-filter-notrace-pid.tc42 echo $FUNCTION_FORK >> set_ftrace_filter
/openbmc/linux/tools/testing/selftests/ftrace/test.d/
H A Dfunctions180 FUNCTION_FORK=`(if grep '\bkernel_clone\b' /proc/kallsyms > /dev/null; then