Lines Matching +full:sub +full:- +full:units
1 //===- FuzzerFlags.def - Run-time flags -------------------------*- C++ -* ===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
14 FUZZER_FLAG_INT(runs, -1,
15 "Number of individual test runs (-1 for infinite runs).")
23 FUZZER_FLAG_STRING(seed_inputs, "A comma-separated list of input files "
25 "the name of a file containing the comma-separated list.")
61 FUZZER_FLAG_INT(fork_corpus_groups, 0, "For fork mode, enable the corpus-group "
63 "and each sub-process will randomly select seeds from different "
64 "groups as the sub-corpus.")
68 FUZZER_FLAG_INT(merge, 0, "If 1, the 2-nd, 3-rd, etc corpora will be "
69 "merged into the 1-st corpus. Only interesting units will be taken. "
71 FUZZER_FLAG_INT(set_cover_merge, 0, "If 1, the 2-nd, 3-rd, etc corpora will be "
72 "merged into the 1-st corpus. Same as the 'merge' flag, but uses the "
85 " crash input. Use with -runs=N or -max_total_time=N to limit "
87 " Use with -exact_artifact_path to specify the output."
93 " Use with -exact_artifact_path to specify the output."
116 " with stdout/stderr redirected to fuzz-JOB.log.")
121 "Reload the main corpus every <N> seconds to get new units"
124 "Report slowest units if they run for more than this number of seconds.")
133 "as $(exact_artifact_path). This overrides -artifact_prefix "
167 "purge_allocator_interval=-1 to disable this functionality.")
170 FUZZER_FLAG_INT(rss_limit_mb, 2048, "If non-zero, the fuzzer will exit upon "
172 FUZZER_FLAG_INT(malloc_limit_mb, 0, "If non-zero, the fuzzer will exit "
176 " from the given source location. Example: -exit_on_src_pos=foo.cc:123. "
186 "If -focus_function=auto and -data_flow_trace is used, libFuzzer "
187 "will choose the focus functions automatically. Disables -entropic when "
195 "Top-X least abundant features (union features that are considered as "
201 "non-zero random seed is given.")