Lines Matching +full:waking +full:- +full:up
2 # SPDX-License-Identifier: GPL-2.0
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"
15 grep -q "my_direct_func: waking up" trace
17 rmmod ftrace-direct
23 modprobe ftrace-direct
25 grep -q "my_direct_func: waking up" trace
29 rmmod ftrace-direct
36 grep -q "kwake:" trace
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
74 modprobe ftrace-direct-too
78 rmmod ftrace-direct-too