Home
last modified time | relevance | path

Searched refs:verbosity (Results 1 – 23 of 23) sorted by relevance

/tools/perf/scripts/python/
A Dparallel-perf.py203 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 …]
/tools/testing/selftests/bpf/prog_tests/
A Dlog_fixup.c66 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()
A Dbuild_id.c61 if (env.verbosity >= VERBOSE_NORMAL) in subtest_nofault()
97 if (env.verbosity >= VERBOSE_NORMAL) in subtest_sleepable()
A Dcore_reloc_raw.c77 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()
A Dsummarization.c9 if (env.verbosity >= VERBOSE_VERY) in print_verifier_log()
29 if (env.verbosity >= VERBOSE_SUPER) in test_aux()
A Dlog_buf.c91 if (env.verbosity > VERBOSE_NONE) { in obj_load_log_buf()
132 if (env.verbosity > VERBOSE_NONE) { in obj_load_log_buf()
A Dreg_bounds.c704 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 …]
A Duretprobe_stack.c92 if (env.verbosity >= VERBOSE_NORMAL) { in validate_stack()
A Dfexit_bpf2bpf.c382 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()
A Dsk_assign.c69 (env.verbosity < VERBOSE_VERY) ? " 2>/dev/null" : "verbose"); in configure_stack()
A Dbtf.c8242 always_log = env.verbosity > VERBOSE_NONE; in test_btf()
/tools/perf/Documentation/
A Dperf-kallsyms.txt24 Increase verbosity level, showing details about symbol table loading, etc.
A Dperf-ftrace.txt57 Increase the verbosity level.
A Dperf-trace.txt101 Increase the verbosity level.
/tools/testing/selftests/bpf/
A Dtest_loader.c667 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()
A Dtest_progs.h45 enum verbosity { enum
107 enum verbosity verbosity; member
A Dxdp_features.c27 bool verbosity; member
47 if (level == LIBBPF_DEBUG && !env.verbosity) in libbpf_print_fn()
140 env.verbosity = true; in parse_arg()
A Dtest_progs.c46 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()
A Djit_disasm_helpers.c240 if (env.verbosity >= VERBOSE_VERY) in get_jited_program_text()
/tools/iio/
A Dlsiio.c20 static enum verbosity { enum
/tools/tracing/latency/
A Dlatency-collector.c82 static int verbosity; variable
84 #define verbose_sizechange() (verbosity >= 1)
85 #define verbose_lostevent() (verbosity >= 2)
86 #define verbose_ftrace() (verbosity >= 1)
1951 verbosity++; in scan_arguments()
/tools/usb/
A Dffs-test.c57 static unsigned verbosity = 7; variable
66 if (level <= verbosity) { in _msg()
/tools/lib/bpf/
A Dlibbpf.c240 char *verbosity; in __base_pr() local
243 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