Searched refs:verbosity (Results 1 – 23 of 23) sorted by relevance
203 if verbosity.verbose:211 if verbosity.verbose:231 if verbosity.normal and not verbosity.verbose:249 elif verbosity.normal:491 if verbosity.normal:493 if verbosity.verbose:505 if verbosity.debug:520 if verbosity.debug:528 if verbosity.debug:544 if verbosity.debug:[all …]
66 if (env.verbosity > VERBOSE_NONE) in bad_core_relo()97 if (env.verbosity > VERBOSE_NONE) in bad_core_relo_subprog()131 if (env.verbosity > VERBOSE_NONE) in missing_map()160 if (env.verbosity > VERBOSE_NONE) in missing_kfunc()
61 if (env.verbosity >= VERBOSE_NORMAL) in subtest_nofault()97 if (env.verbosity >= VERBOSE_NORMAL) in subtest_sleepable()
77 if (btf_fd < 0 || env.verbosity > VERBOSE_NORMAL) { in test_bad_local_id()105 if (prog_fd < 0 || env.verbosity > VERBOSE_NORMAL) { in test_bad_local_id()
9 if (env.verbosity >= VERBOSE_VERY) in print_verifier_log()29 if (env.verbosity >= VERBOSE_SUPER) in test_aux()
91 if (env.verbosity > VERBOSE_NONE) { in obj_load_log_buf()132 if (env.verbosity > VERBOSE_NONE) { in obj_load_log_buf()
704 if (env.verbosity >= VERBOSE_VERY) in reg_state_refine()716 if (env.verbosity >= VERBOSE_VERY) in reg_state_refine()1293 if (env.verbosity >= VERBOSE_VERY) { in sim_case()1305 if (env.verbosity >= VERBOSE_VERY) { in sim_case()1322 if (env.verbosity >= VERBOSE_VERY) { in sim_case()1442 if (failed || env.verbosity >= VERBOSE_VERY) { in verify_case_op()1490 if (err || env.verbosity >= VERBOSE_NORMAL) in verify_case_opt()1585 if (env.verbosity >= VERBOSE_SUPER) { in gen_vals()1617 if (env.verbosity >= VERBOSE_SUPER) { in gen_vals()1637 if (env.verbosity >= VERBOSE_SUPER) { in gen_ranges()[all …]
92 if (env.verbosity >= VERBOSE_NORMAL) { in validate_stack()
382 if (env.verbosity > VERBOSE_NONE) in test_obj_load_failure_common()387 if (env.verbosity > VERBOSE_NONE && exp_msg) /* we overtook log */ in test_obj_load_failure_common()
69 (env.verbosity < VERBOSE_VERY) ? " 2>/dev/null" : "verbose"); in configure_stack()
8242 always_log = env.verbosity > VERBOSE_NONE; in test_btf()
24 Increase verbosity level, showing details about symbol table loading, etc.
57 Increase the verbosity level.
101 Increase the verbosity level.
667 if (env.verbosity > VERBOSE_NONE) in prepare_case()669 if (env.verbosity > VERBOSE_VERY) in prepare_case()691 if (!force && env.verbosity == VERBOSE_NONE) in emit_verifier_log()698 if (!force && env.verbosity == VERBOSE_NONE) in emit_xlated()705 if (!force && env.verbosity == VERBOSE_NONE) in emit_jited()749 if (env.verbosity == VERBOSE_NONE) in validate_msgs()893 if (env.verbosity != VERBOSE_NONE) in should_do_test_run()
45 enum verbosity { enum107 enum verbosity verbosity; member
27 bool verbosity; member47 if (level == LIBBPF_DEBUG && !env.verbosity) in libbpf_print_fn()140 env.verbosity = true; in parse_arg()
46 return env.verbosity > VERBOSE_NONE; in verbose()961 if (env.verbosity < VERBOSE_VERY && level == LIBBPF_DEBUG) in libbpf_print_fn()1051 env->verbosity = VERBOSE_NORMAL; in parse_arg()1054 env->verbosity = VERBOSE_VERY; in parse_arg()1057 env->verbosity = VERBOSE_SUPER; in parse_arg()1066 env_verbosity = env->verbosity; in parse_arg()
240 if (env.verbosity >= VERBOSE_VERY) in get_jited_program_text()
20 static enum verbosity { enum
82 static int verbosity; variable84 #define verbose_sizechange() (verbosity >= 1)85 #define verbose_lostevent() (verbosity >= 2)86 #define verbose_ftrace() (verbosity >= 1)1951 verbosity++; in scan_arguments()
57 static unsigned verbosity = 7; variable66 if (level <= verbosity) { in _msg()
240 char *verbosity; in __base_pr() local243 verbosity = getenv(env_var); in __base_pr()244 if (verbosity) { in __base_pr()245 if (strcasecmp(verbosity, "warn") == 0) in __base_pr()247 else if (strcasecmp(verbosity, "debug") == 0) in __base_pr()249 else if (strcasecmp(verbosity, "info") == 0) in __base_pr()253 env_var, verbosity); in __base_pr()
Completed in 846 milliseconds