Lines Matching +full:function +full:- +full:off
2 # SPDX-License-Identifier: GPL-2.0
3 # description: Kprobe dynamic event with function tracer
4 # requires: kprobe_events stack_trace_filter function:tracer
11 # kprobe on / ftrace off
16 ! grep "$FUNCTION_FORK <-" trace
19 echo function > current_tracer
23 grep "$FUNCTION_FORK <-" trace
25 # kprobe off / ftrace on
30 grep "$FUNCTION_FORK <-" trace
34 echo function > current_tracer
38 grep "$FUNCTION_FORK <-" trace
40 # kprobe on / ftrace off
45 ! grep "$FUNCTION_FORK <-" trace