Home
last modified time | relevance | path

Searched refs:FUNC1 (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfunc_set_ftrace_file.tc21 FUNC1="schedule"
78 echo "$FUNC1:traceoff" > set_ftrace_filter
79 if check_set_ftrace_filter "$ALL_FUNCS" "$FUNC1:traceoff:unlimited"; then
80 fail "Expected $ALL_FUNCS and $FUNC1:traceoff:unlimited"
83 echo "$FUNC1" > set_ftrace_filter
84 if check_set_ftrace_filter "$FUNC1" "$FUNC1:traceoff:unlimited"; then
85 fail "Expected $FUNC1 and $FUNC1:traceoff:unlimited"
89 if check_set_ftrace_filter "$FUNC1" "$FUNC2" "$FUNC1:traceoff:unlimited"; then
90 fail "Expected $FUNC1 $FUNC2 and $FUNC1:traceoff:unlimited"
94 if check_set_ftrace_filter "$FUNC1" "$FUNC2" "$FUNC1:traceoff:unlimited" "$FUNC2:traceoff:unlimited…
[all …]
/linux/tools/testing/selftests/ftrace/test.d/dynevent/
H A Dadd_remove_fprobe_module.tc16 FUNC1='foo_bar*'
20 echo "f:test1 $FUNC1" >> dynamic_events
62 echo "f:test1 $FUNC1" >> dynamic_events