Home
last modified time | relevance | path

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

/tools/testing/selftests/seccomp/
Dseccomp_benchmark.c100 long compare(const char *name_one, const char *name_eval, const char *name_two, in compare() function
216 ret |= compare("native", "≤", "1 bitmap", native, le, bitmap1); in main()
217 bits = compare("native", "≤", "1 filter", native, le, filter1); in main()
221 ret |= compare("per-filter (last 2 diff)", "≈", "per-filter (filters / 4)", in main()
224 bits = compare("1 bitmapped", "≈", "2 bitmapped", in main()
231 ret |= compare("entry", "≈", "1 bitmapped", entry, approx, bitmap1 - native); in main()
232 ret |= compare("entry", "≈", "2 bitmapped", entry, approx, bitmap2 - native); in main()
233 ret |= compare("native + entry + (per filter * 4)", "≈", "4 filters total", in main()
/tools/testing/selftests/tc-testing/
DMakefile25 -Wno-compare-distinct-pointer-types
/tools/perf/tests/
Dattr.py237 def compare(self, expect, result): member in Test
318 self.compare(self.expect, self.result)
319 self.compare(self.result, self.expect)
/tools/power/cpupower/bench/
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/util/
Dkvm-stat.h91 key_cmp_fun compare; member
DBuild237 … -Wno-switch-default -Wno-unused-function -Wno-redundant-decls -Wno-sign-compare -Wno-unused-param…
/tools/testing/selftests/livepatch/
DREADME9 buffer and parsed for expected messages. (Note: the tests will compare
/tools/power/cpupower/
DMakefile119 WARNINGS := -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare
/tools/build/
DMakefile.feature37 sync-compare-and-swap \
/tools/build/feature/
DMakefile10 test-sync-compare-and-swap.bin \
262 $(OUTPUT)test-sync-compare-and-swap.bin:
/tools/perf/
Dbuiltin-lock.c247 static int (*compare)(struct lock_stat *, struct lock_stat *); variable
272 compare = keys[i].key; in select_key()
842 insert_to_result(st, compare); in sort_result()
Dbuiltin-kvm.c498 kvm->compare = keys[i].key; in select_key()
553 kvm->compare, vcpu); in sort_result()
DMakefile.config353 ifeq ($(feature-sync-compare-and-swap), 1)
/tools/testing/selftests/tc-testing/creating-testcases/
DAddingTestCases.txt54 tdc will compare this value against the actual returned value.
/tools/perf/Documentation/
Dperf-report.txt249 - function: compare on functions (default)
250 - address: compare on individual code addresses
251 - srcline: compare on source filename and line number
Dperf-config.txt353 To compare two records on an instruction base, with this option
467 The sort-key option determines a way to compare the callchains.
/tools/testing/selftests/bpf/
DMakefile239 -Wno-compare-distinct-pointer-types