Searched refs:FUNC1 (Results 1 – 2 of 2) sorted by relevance
21 FUNC1="schedule"78 echo "$FUNC1:traceoff" > set_ftrace_filter79 if check_set_ftrace_filter "$ALL_FUNCS" "$FUNC1:traceoff:unlimited"; then80 fail "Expected $ALL_FUNCS and $FUNC1:traceoff:unlimited"83 echo "$FUNC1" > set_ftrace_filter84 if check_set_ftrace_filter "$FUNC1" "$FUNC1:traceoff:unlimited"; then85 fail "Expected $FUNC1 and $FUNC1:traceoff:unlimited"89 if check_set_ftrace_filter "$FUNC1" "$FUNC2" "$FUNC1:traceoff:unlimited"; then90 fail "Expected $FUNC1 $FUNC2 and $FUNC1:traceoff:unlimited"94 if check_set_ftrace_filter "$FUNC1" "$FUNC2" "$FUNC1:traceoff:unlimited" "$FUNC2:traceoff:unlimited…[all …]
16 FUNC1='foo_bar*'20 echo "f:test1 $FUNC1" >> dynamic_events62 echo "f:test1 $FUNC1" >> dynamic_events