Searched refs:verbose (Results 51 - 75 of 272) sorted by relevance

1234567891011

/linux-master/tools/perf/util/
H A Devsel_fprintf.h12 bool verbose; member in struct:perf_attr_details
/linux-master/tools/testing/selftests/bpf/
H A Dtest_xsk.sh68 # Run with verbose output:
96 v) verbose=1;;
125 if [[ $verbose -eq 1 ]]; then
133 if [[ $verbose -eq 1 ]]; then
178 if [[ $verbose -eq 1 ]]; then
H A Dtesting_helpers.c369 int unload_bpf_testmod(bool verbose) argument
375 if (verbose)
382 if (verbose)
387 int load_bpf_testmod(bool verbose) argument
391 if (verbose)
406 if (verbose)
/linux-master/include/linux/
H A Dfault-inject.h22 unsigned long verbose; member in struct:fault_attr
45 .verbose = 2, \
/linux-master/scripts/dtc/
H A Dfdtput.c27 int verbose; /* verbose output */ member in struct:display_info
69 if (disp->verbose)
96 if (disp->verbose)
105 if (disp->verbose) {
115 if (disp->verbose)
325 disp.verbose = 1;
H A Dof_unittest_expect8 # This program is meant to be an aid to reading the verbose output of
106 --verbose do not suppress EXPECT begin and end lines
174 "verbose" => \$verbose,
286 if ($verbose) {
303 if ($verbose) {
360 if ($verbose) {
377 if ($verbose) {
H A Dfdtoverlay.c33 {"verbose", no_argument, NULL, 'v'},
43 int verbose = 0; variable
180 verbose = 1;
197 if (verbose) {
/linux-master/arch/alpha/boot/tools/
H A Dobjstrip.c56 int fd, ofd, i, j, verbose = 0, primary = 0; local
72 verbose = ~verbose;
190 if (verbose) {
221 if (verbose) {
233 if (verbose) {
/linux-master/tools/testing/selftests/tc-testing/plugin-lib/
H A DvalgrindPlugin.py32 if self.args.verbose > 1:
40 if self.args.verbose > 1:
48 if self.args.verbose < 4:
71 if self.args.verbose > 1:
81 if self.args.verbose > 1:
98 if self.args.verbose > 1:
/linux-master/samples/mei/
H A Dmei-amt-version.c84 if (_me->verbose) \
95 bool verbose; member in struct:mei
112 unsigned char req_protocol_version, bool verbose)
118 me->verbose = verbose;
304 unsigned long send_timeout, bool verbose)
307 acmd->initialized = mei_init(&acmd->mei_cl, &MEI_IAMTHIF, 0, verbose);
454 bool verbose; local
456 verbose = (argc > 1 && strcmp(argv[1], "-v") == 0);
458 if (!amt_host_if_init(&acmd, 5000, verbose)) {
111 mei_init(struct mei *me, const uuid_le *guid, unsigned char req_protocol_version, bool verbose) argument
303 amt_host_if_init(struct amt_host_if *acmd, unsigned long send_timeout, bool verbose) argument
[all...]
/linux-master/fs/unicode/
H A Dmkutf8data.c50 int verbose = 0; variable
667 if (verbose > 0)
807 if (verbose > 0)
825 if (verbose > 0)
933 if (verbose > 0)
958 if (verbose > 0)
1017 if (verbose > 0)
1069 if (verbose > 0)
1177 if (verbose > 0)
1207 if (verbose >
[all...]
/linux-master/scripts/gcc-plugins/
H A Dstackleak_plugin.c25 * Makefile.gcc-plugins to see the verbose dumps of the gcc passes;
38 static bool verbose = false; variable
51 "verbose\t\tprint info about the instrumentation\n"
106 if (verbose) {
203 if (verbose) {
411 if (verbose)
418 if (verbose)
594 } else if (!strcmp(argv[i].key, "verbose")) {
595 verbose = true;
604 if (verbose)
[all...]
/linux-master/drivers/media/dvb-frontends/
H A Dstb0899_algo.c71 dprintk(state->verbose, FE_DEBUG, 1, "-->");
179 dprintk(state->verbose, FE_DEBUG, 1, "-->ANALOG Carrier !");
182 dprintk(state->verbose, FE_DEBUG, 1, "------->TIMING OK !");
186 dprintk(state->verbose, FE_DEBUG, 1, "-->NO TIMING !");
228 dprintk(state->verbose, FE_DEBUG, 1, "------->TIMING OK ! Derot Freq = %d", internal->derot_freq);
250 dprintk(state->verbose, FE_DEBUG, 1, "--------------------> STB0899_DSTATUS=[0x%02x]", reg);
253 dprintk(state->verbose, FE_DEBUG, 1, "-------------> CARRIEROK !");
256 dprintk(state->verbose, FE_DEBUG, 1, "-------------> NOCARRIER !");
284 dprintk(state->verbose, FE_DEBUG, 1, "Derot Freq=%d, mclk=%d", derot_freq, internal->mclk);
310 dprintk(state->verbose, FE_DEBU
[all...]
/linux-master/drivers/media/pci/mantis/
H A Dmantis_cards.c42 static unsigned int verbose; variable
43 module_param(verbose, int, 0644);
44 MODULE_PARM_DESC(verbose, "verbose startup messages, default is 0 (no)");
167 mantis->verbose = verbose;
H A Dhopper_cards.c33 static unsigned int verbose; variable
34 module_param(verbose, int, 0644);
35 MODULE_PARM_DESC(verbose, "verbose startup messages, default is 0 (no)");
160 mantis->verbose = verbose;
/linux-master/tools/testing/selftests/netfilter/
H A Dnft_meta.sh92 local verbose="$3"
104 local verbose="$2"
111 check_one_counter "$counter" "$want" "$verbose"
/linux-master/arch/x86/tools/
H A Dinsn_decoder_test.c29 static int verbose; variable
38 fprintf(stderr, "\t-v verbose mode\n");
101 verbose = 1;
163 if (verbose)
H A Dinsn_sanity.c31 static int verbose; /* Verbosity */ variable
174 verbose++;
248 } else if (verbose && ret < 0)
250 else if (verbose >= 2)
/linux-master/tools/bpf/runqslower/
H A Drunqslower.c16 bool verbose; member in struct:env
39 { "verbose", 'v', NULL, 0, "Verbose debug output" },
51 env.verbose = true;
85 if (level == LIBBPF_DEBUG && !env.verbose)
/linux-master/tools/perf/tests/
H A Dthread-map.c124 if (verbose > 0)
132 if (verbose > 0)
140 if (verbose > 0)
/linux-master/tools/perf/ui/browsers/
H A Dmap.c81 verbose > 0 ? "" : "restart with -v to use") < 0)
89 if (verbose > 0)
125 if (verbose > 0) {
/linux-master/samples/bpf/
H A Dxdp2skb_meta.sh28 echo " -v | --verbose : (\$VERBOSE) Verbose"
82 --long verbose,flush,help,list,dev:,dry-run -- "$@")
97 -v | --verbose)
/linux-master/tools/spi/
H A Dspidev_fdx.c16 static int verbose; variable
127 verbose++;
/linux-master/tools/power/cpupower/bench/
H A Dmain.c22 {"verbose", 0, 0, 'v'},
54 printf(" -v, --verbose\t\t\t\tverbose output on/off\n");
142 config->verbose = 1;
143 dprintf("verbose output enabled\n");
157 if (config->verbose) {
/linux-master/tools/testing/fault-injection/
H A Dfailcmd.sh42 --interval=value, --space=value, --verbose=value, --task-filter=value,
87 LONGOPTS=probability:,interval:,times:,space:,verbose:,task-filter:
150 -v|--verbose)
151 echo $2 > $FAULTATTR/verbose

Completed in 211 milliseconds

1234567891011