Lines Matching full:direct
3 # description: Test ftrace direct functions against kprobes
6 rmmod ftrace-direct ||:
7 if ! modprobe ftrace-direct ; then
8 echo "No ftrace-direct sample module - please build with CONFIG_SAMPLE_FTRACE_DIRECT=m"
17 rmmod ftrace-direct
23 modprobe ftrace-direct
29 rmmod ftrace-direct
44 # probe -> direct -> no direct > no probe
50 # probe -> direct -> no probe > no direct
56 # direct -> probe -> no probe > no direct
62 # direct -> probe -> no direct > no noprobe
71 # Now do this with a second registered direct function
72 echo "Running with another ftrace direct function"
74 modprobe ftrace-direct-too
78 rmmod ftrace-direct-too