Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/ftrace/test.d/kprobe/
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
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
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
Dkprobe_args.tc6 echo "p:testprobe $FUNCTION_FORK \$stack \$stack0 +0(\$stack)" > kprobe_events
12 grep testprobe trace | grep "$FUNCTION_FORK" | \
Dkretprobe_args.tc7 echo "r:testprobe2 $FUNCTION_FORK \$retval" > kprobe_events
14 cat trace | grep testprobe2 | grep -q "<- $FUNCTION_FORK"
Dkprobe_opt_types.tc22 echo "p:testprobe $FUNCTION_FORK+${i}" > kprobe_events || continue
25 PROBE=$(grep $FUNCTION_FORK /sys/kernel/debug/kprobes/list)
Dkprobe_args_char.tc44 echo "p:test $FUNCTION_FORK" >> kprobe_events
51 echo "p:test $FUNCTION_FORK" >> kprobe_events
Dkprobe_args_string.tc47 echo "p:test $FUNCTION_FORK" >> kprobe_events
54 echo "p:test $FUNCTION_FORK" >> kprobe_events
Dadd_and_remove.tc6 echo p:myevent $FUNCTION_FORK > kprobe_events
Dkprobe_insn_boundary.tc8 echo p $FUNCTION_FORK+${i} >> kprobe_events || continue
Dbusy_check.tc6 echo p:myevent $FUNCTION_FORK > kprobe_events
Dprofile.tc7 echo "p:myevent $FUNCTION_FORK" > kprobe_events
Dkprobe_args_comm.tc8 echo "p:testprobe $FUNCTION_FORK comm=\$comm " > kprobe_events
Dkprobe_multiprobe.tc7 SYM1=$FUNCTION_FORK
Dkprobe_args_type.tc7 echo "p:testprobe $FUNCTION_FORK \$stack0:s$1 \$stack0:u$1 \$stack0:x$1 \$stack0:b4@4/$1"
/linux-6.6.21/tools/testing/selftests/ftrace/test.d/dynevent/
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
Dadd_remove_fprobe.tc9 PLACE=$FUNCTION_FORK
Dadd_remove_kprobe.tc9 PLACE=$FUNCTION_FORK
Dclear_select_events.tc9 PLACE=$FUNCTION_FORK
Dgeneric_clear_event.tc9 PLACE=$FUNCTION_FORK
/linux-6.6.21/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc-filter-stacktrace.tc7 echo $FUNCTION_FORK:stacktrace >> set_ftrace_filter
9 grep -q "$FUNCTION_FORK:stacktrace:unlimited" set_ftrace_filter
Dfunc-filter-pid.tc42 echo $FUNCTION_FORK >> set_ftrace_filter
Dfunc-filter-notrace-pid.tc42 echo $FUNCTION_FORK >> set_ftrace_filter
/linux-6.6.21/tools/testing/selftests/ftrace/test.d/
Dfunctions180 FUNCTION_FORK=`(if grep '\bkernel_clone\b' /proc/kallsyms > /dev/null; then