Home
last modified time | relevance | path

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

/tools/testing/selftests/seccomp/
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/
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/
Dattr.py298 def compare(self, expect, result): member in Test
379 self.compare(self.expect, self.result)
380 self.compare(self.result, self.expect)
/tools/testing/selftests/livepatch/
DREADME9 buffer and parsed for expected messages. (Note: the tests will compare
/tools/power/cpupower/
DMakefile111 WARNINGS := -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare
/tools/perf/Documentation/
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
Dperf-report.txt275 - function: compare on functions (default)
276 - address: compare on individual code addresses
277 - srcline: compare on source filename and line number
Dperf-config.txt365 To compare two records on an instruction base, with this option
485 The sort-key option determines a way to compare the callchains.
/tools/scripts/
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/testing/selftests/sched_ext/
DMakefile94 -Wall -Wno-compare-distinct-pointer-types \
/tools/sched_ext/
DMakefile124 -Wall -Wno-compare-distinct-pointer-types \
/tools/testing/selftests/hid/
DMakefile192 -Wno-compare-distinct-pointer-types
/tools/testing/selftests/tc-testing/creating-testcases/
DAddingTestCases.txt56 tdc will compare this value against the actual returned value.
/tools/testing/selftests/kvm/riscv/
Dget-reg-list.c358 case KVM_REG_RISCV_TIMER_REG(compare): in timer_id_to_str()
728 KVM_REG_RISCV | KVM_REG_SIZE_U64 | KVM_REG_RISCV_TIMER | KVM_REG_RISCV_TIMER_REG(compare),
/tools/perf/
Dbuiltin-lock.c284 static int (*compare)(struct lock_stat *, struct lock_stat *); variable
327 compare = keys[i].key; in select_key()
1571 insert_to_result(st, compare); in sort_result()
/tools/perf/util/
DBuild306 flex_flags += -Wno-sign-compare
/tools/testing/selftests/bpf/
DMakefile473 -Wno-compare-distinct-pointer-types