| /tools/testing/selftests/seccomp/ |
| A D | seccomp_benchmark.c | 106 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 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/tests/shell/lib/ |
| A D | attr.py | 310 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 D | README | 9 buffer and parsed for expected messages. (Note: the tests will compare
|
| /tools/power/cpupower/ |
| A D | Makefile | 126 WARNINGS := -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare
|
| /tools/scripts/ |
| A D | utilities.mak | 185 # 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 D | tips.txt | 63 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 D | perf-config.txt | 258 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 D | perf-report.txt | 294 - 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 D | Makefile | 94 -Wall -Wno-compare-distinct-pointer-types \
|
| /tools/testing/selftests/hid/ |
| A D | Makefile | 190 -Wno-compare-distinct-pointer-types
|
| /tools/sched_ext/ |
| A D | Makefile | 124 -Wall -Wno-compare-distinct-pointer-types \
|
| /tools/testing/selftests/tc-testing/creating-testcases/ |
| A D | AddingTestCases.txt | 56 tdc will compare this value against the actual returned value.
|
| /tools/perf/ |
| A D | builtin-lock.c | 266 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 D | get-reg-list.c | 417 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 D | Build | 326 flex_flags += -Wno-sign-compare
|
| /tools/testing/selftests/bpf/ |
| A D | Makefile | 456 -Wno-compare-distinct-pointer-types
|