Home
last modified time | relevance | path

Searched refs:compare (Results 1 – 17 of 17) sorted by relevance

/tools/testing/selftests/seccomp/
A Dseccomp_benchmark.c106 long compare(const char *name_one, const char *name_eval, const char *name_two, in compare() function
277 ret |= compare("native", "≤", "1 bitmap", native, le, bitmap1, in main()
279 bits = compare("native", "≤", "1 filter", native, le, filter1, in main()
284 ret |= compare("per-filter (last 2 diff)", "≈", "per-filter (filters / 4)", in main()
287 bits = compare("1 bitmapped", "≈", "2 bitmapped", in main()
294 ret |= compare("entry", "≈", "1 bitmapped", entry, approx, in main()
296 ret |= compare("entry", "≈", "2 bitmapped", entry, approx, in main()
298 ret |= compare("native + entry + (per filter * 4)", "≈", "4 filters total", in main()
/tools/power/cpupower/bench/
A DREADME-BENCH80 trigger of the cpufreq-bench, you will see no performance loss (compare with
85 switching up (compare with below possible ondemand sample kick ins (2))::
116 -n, --cycles=<int> load/sleep cycles to get an average value to compare
/tools/perf/tests/shell/lib/
A Dattr.py310 def compare(self, expect, result): member in Test
391 self.compare(self.expect, self.result)
392 self.compare(self.result, self.expect)
/tools/testing/selftests/livepatch/
A DREADME9 buffer and parsed for expected messages. (Note: the tests will compare
/tools/power/cpupower/
A DMakefile126 WARNINGS := -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare
/tools/scripts/
A Dutilities.mak185 # To compare if a 3 component version is greater or equal to another, first use
195 # To compare if a 3 component version is less thjan another, first use was to
/tools/perf/Documentation/
A Dtips.txt63 To compare hot regions in two workloads use perf record -b -o file ... ; perf diff --stream file1 f…
64 To compare scalability of two workload samples use perf diff -c ratio file1 file2
A Dperf-config.txt258 to compare the output when in doubt about some bug, etc.
378 To compare two records on an instruction base, with this option
498 The sort-key option determines a way to compare the callchains.
A Dperf-report.txt294 - function: compare on functions (default)
295 - address: compare on individual code addresses
296 - srcline: compare on source filename and line number
/tools/testing/selftests/sched_ext/
A DMakefile94 -Wall -Wno-compare-distinct-pointer-types \
/tools/testing/selftests/hid/
A DMakefile190 -Wno-compare-distinct-pointer-types
/tools/sched_ext/
A DMakefile124 -Wall -Wno-compare-distinct-pointer-types \
/tools/testing/selftests/tc-testing/creating-testcases/
A DAddingTestCases.txt56 tdc will compare this value against the actual returned value.
/tools/perf/
A Dbuiltin-lock.c266 static int (*compare)(struct lock_stat *, struct lock_stat *); variable
309 compare = keys[i].key; in select_key()
1478 insert_to_result(st, compare); in sort_result()
1830 insert_to(&root, st, compare); in print_contention_result()
/tools/testing/selftests/kvm/riscv/
A Dget-reg-list.c417 case KVM_REG_RISCV_TIMER_REG(compare): in timer_id_to_str()
833 KVM_REG_RISCV | KVM_REG_SIZE_U64 | KVM_REG_RISCV_TIMER | KVM_REG_RISCV_TIMER_REG(compare),
/tools/perf/util/
A DBuild326 flex_flags += -Wno-sign-compare
/tools/testing/selftests/bpf/
A DMakefile456 -Wno-compare-distinct-pointer-types

Completed in 27 milliseconds