Home
last modified time | relevance | path

Searched refs:compare_file (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/testing/ktest/examples/bootconfigs/
H A Dverify-tracing.sh5 compare_file() { function
49 compare_file "current_tracer" "function_graph"
50 compare_file "options/event-fork" "1"
51 compare_file "options/sym-addr" "1"
52 compare_file "options/stacktrace" "1"
53 compare_file "buffer_size_kb" "1024"
57 compare_file "events/initcall/enable" "1"
58 compare_file "events/task/task_newtask/enable" "1"
60 compare_file "events/kprobes/enable" "1"
66 compare_file "instances/foo/current_tracer" "function"
[all …]
H A Dverify-boottrace.sh5 compare_file() { function
50 compare_file "events/task/task_newtask/enable" "1"
53 compare_file "events/kprobes/vfs_read/enable" "1"
64 compare_file "instances/foo/current_tracer" "function"
66 compare_file "instances/foo/buffer_size_kb" "512"
68 compare_file "instances/foo/options/sym-addr" "0"
72 compare_file "instances/bar/current_tracer" "function"
78 compare_file "options/sym-addr" "1"
79 compare_file "events/initcall/enable" "1"
80 compare_file "buffer_size_kb" "1027"
[all …]
H A Dverify-functiongraph.sh5 compare_file() { function
50 compare_file "tracing_on" "0"
51 compare_file "current_tracer" "function_graph"
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dreproducible.py82 def compare_file(reference, test, diffutils_sysroot): function
198 … async_result.append(p.apply_async(compare_file, (reference_path, test_path, diffutils_sysroot)))