Searched refs:compare (Results 1 – 17 of 17) sorted by relevance
/tools/testing/selftests/seccomp/ |
D | seccomp_benchmark.c | 100 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/ |
D | Makefile | 25 -Wno-compare-distinct-pointer-types
|
/tools/perf/tests/ |
D | attr.py | 237 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/ |
D | README-BENCH | 80 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/ |
D | kvm-stat.h | 91 key_cmp_fun compare; member
|
D | Build | 237 … -Wno-switch-default -Wno-unused-function -Wno-redundant-decls -Wno-sign-compare -Wno-unused-param…
|
/tools/testing/selftests/livepatch/ |
D | README | 9 buffer and parsed for expected messages. (Note: the tests will compare
|
/tools/power/cpupower/ |
D | Makefile | 119 WARNINGS := -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare
|
/tools/build/ |
D | Makefile.feature | 37 sync-compare-and-swap \
|
/tools/build/feature/ |
D | Makefile | 10 test-sync-compare-and-swap.bin \ 262 $(OUTPUT)test-sync-compare-and-swap.bin:
|
/tools/perf/ |
D | builtin-lock.c | 247 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()
|
D | builtin-kvm.c | 498 kvm->compare = keys[i].key; in select_key() 553 kvm->compare, vcpu); in sort_result()
|
D | Makefile.config | 353 ifeq ($(feature-sync-compare-and-swap), 1)
|
/tools/testing/selftests/tc-testing/creating-testcases/ |
D | AddingTestCases.txt | 54 tdc will compare this value against the actual returned value.
|
/tools/perf/Documentation/ |
D | perf-report.txt | 249 - function: compare on functions (default) 250 - address: compare on individual code addresses 251 - srcline: compare on source filename and line number
|
D | perf-config.txt | 353 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/ |
D | Makefile | 239 -Wno-compare-distinct-pointer-types
|