Home
last modified time | relevance | path

Searched refs:expected_output (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_iter.c26 static char expected_output[64]; variable
84 ASSERT_STREQ(buf, expected_output, testname); in read_from_cgroup_iter()
133 snprintf(expected_output, sizeof(expected_output), in test_walk_preorder()
144 snprintf(expected_output, sizeof(expected_output), in test_walk_postorder()
158 snprintf(expected_output, sizeof(expected_output), in test_walk_ancestors_up()
174 snprintf(expected_output, sizeof(expected_output), in test_early_termination()
196 char expected_output[128], buf[128]; test_walk_dead_self_only() local
[all...]
H A Dbtf_dump.c165 const char *expected_output, in test_ctx__dump_and_compare() argument
178 ASSERT_STREQ(t->dump_buf, expected_output, message); in test_ctx__dump_and_compare()
/linux/tools/perf/tests/shell/
H A Dscript_perl.sh41 local expected_output=$2
67 if echo "$output" | grep -q "$expected_output"; then
68 echo "perf script perl test [Success: $event_name triggered $expected_output]"
71 echo "perf script perl test [Failed: $event_name did not trigger $expected_output]"
H A Dscript_python.sh41 local expected_output=$2
78 if echo "$output" | grep -q "$expected_output"; then
79 echo "perf script python test [Success: $event_name triggered $expected_output]"
82 echo "perf script python test [Failed: $event_name did not trigger $expected_output]"
/linux/tools/tracing/rtla/tests/
H A Dengine.sh48 expected_output=$4
69 if [ -n "$expected_output" ] && ! grep -qE "$expected_output" <<< "$result"
72 failbuf+=$(printf "# Output match failed: \"%s\"" "$expected_output")
104 # Arguments: test_name command exit_code expected_output [path=value ...]