Searched refs:verbose (Results 201 - 225 of 275) sorted by last modified time

1234567891011

/linux-master/tools/objtool/include/objtool/
H A Dbuiltin.h40 bool verbose; member in struct:opts
/linux-master/tools/objtool/
H A Dbuiltin-check.c96 OPT_BOOLEAN('v', "verbose", &opts.verbose, "verbose warnings"),
124 opts.verbose = true;
/linux-master/include/linux/
H A Dfault-inject.h22 unsigned long verbose; member in struct:fault_attr
45 .verbose = 2, \
H A Dpci-p2pdma.h23 int num_clients, bool verbose);
44 struct device **clients, int num_clients, bool verbose)
97 struct device *client, bool verbose)
99 return pci_p2pdma_distance_many(provider, &client, 1, verbose);
43 pci_p2pdma_distance_many(struct pci_dev *provider, struct device **clients, int num_clients, bool verbose) argument
96 pci_p2pdma_distance(struct pci_dev *provider, struct device *client, bool verbose) argument
/linux-master/arch/arm/probes/kprobes/
H A Dtest-core.h99 #define verbose(fmt, ...) pr_info(fmt, ##__VA_ARGS__) macro
101 #define verbose(fmt, ...) no_printk(fmt, ##__VA_ARGS__) macro
105 verbose("\n"); \
106 verbose(title"\n"); \
107 verbose("---------------------------------------------------------\n");
H A Dtest-core.c1363 verbose("%s\n", current_title);
1365 verbose("%s\t@ %0*x\n", current_title,
/linux-master/arch/arm/boot/compressed/
H A Ddecompress.c18 # define Tracev(x) {if (verbose) fprintf x ;}
19 # define Tracevv(x) {if (verbose>1) fprintf x ;}
20 # define Tracec(c,x) {if (verbose && (c)) fprintf x ;}
21 # define Tracecv(c,x) {if (verbose>1 && (c)) fprintf x ;}
/linux-master/lib/
H A Dfault-inject.c44 if (attr->verbose > 0 && __ratelimit(&attr->ratelimit_state)) {
51 if (attr->verbose > 1)
225 debugfs_create_ul("verbose", mode, dir, &attr->verbose);
357 FAULT_CONFIGFS_ATTR(verbose, ulong);
/linux-master/scripts/
H A Dasn1_compiler.c314 #define verbose(fmt, ...) do { if (verbose_opt) printf(fmt, ## __VA_ARGS__); } while (0) macro
541 verbose("Extracted %u tokens\n", nr_tokens);
789 verbose("Extracted %u types\n", nr_types);
830 verbose("Extracted %u actions\n", nr_actions);
1357 verbose("Pass 1\n");
1368 verbose("Pass 2\n");
H A DMakefile.gcc-plugins13 += -fplugin-arg-structleak_plugin-verbose
33 += -fplugin-arg-stackleak_plugin-verbose
/linux-master/certs/
H A Dextract-cert.c81 static bool verbose; variable
93 if (verbose)
108 verbose = true;
/linux-master/scripts/dtc/
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) {
/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/arch/alpha/boot/
H A Dmisc.c67 # define Tracev(x) {if (verbose) fprintf x ;}
68 # define Tracevv(x) {if (verbose>1) fprintf x ;}
69 # define Tracec(c,x) {if (verbose && (c)) fprintf x ;}
70 # define Tracecv(c,x) {if (verbose>1 && (c)) fprintf x ;}
/linux-master/tools/perf/tests/
H A Dthread-map.c124 if (verbose > 0)
132 if (verbose > 0)
140 if (verbose > 0)
H A Dperf-record.c187 if (verbose > 0)
193 if (verbose > 0) {
/linux-master/tools/testing/memblock/tests/
H A Dcommon.c20 {"verbose", 0, NULL, 'v'},
29 "enable verbose output, which includes the name of the\n\t\t\t"
34 static int verbose; variable
146 verbose = 1;
163 if (verbose) {
171 if (verbose) {
179 if (verbose) {
/linux-master/tools/testing/selftests/bpf/
H A Dtest_xdp_vlan.sh22 echo " -v | --verbose : Verbose"
67 --long verbose,flush,help,interactive,debug,mode: -- "$@")
78 -v | --verbose)
143 # Make rest of shell verbose, showing comments as doc/info
/linux-master/tools/power/cpupower/utils/
H A Dcpuidle-info.c23 static void cpuidle_cpu_output(unsigned int cpu, int verbose) argument
45 if (!verbose)
140 int ret = 0, cont = 1, output_param = 0, verbose = 1; local
153 verbose = 0;
207 cpuidle_cpu_output(cpu, verbose);
/linux-master/Documentation/tools/rv/
H A DMakefile17 RST2MAN_OPTS += --verbose
/linux-master/tools/testing/selftests/cgroup/
H A Dwait_inotify.c21 static int verbose; variable
38 verbose++;
76 if (verbose) {
/linux-master/drivers/net/ethernet/amd/
H A Dpcnet32.c149 * driver. So look for a verbose description in lance.c. The differences
334 static void pcnet32_check_media(struct net_device *dev, int verbose);
2840 static void pcnet32_check_media(struct net_device *dev, int verbose) argument
2861 if (prev_link || verbose) {
2868 } else if (verbose || !prev_link) {
/linux-master/scripts/gcc-plugins/
H A Dstructleak_plugin.c18 * -fplugin-arg-structleak_plugin-verbose
44 "verbose\tprint all initialized variables\n",
50 static bool verbose; variable
148 if (verbose)
234 if (!strcmp(argv[i].key, "verbose")) {
235 verbose = true;
/linux-master/drivers/media/usb/gspca/
H A Dxirlink_cit.c681 static int cit_read_reg(struct gspca_dev *gspca_dev, u16 index, int verbose) argument
696 if (verbose)
/linux-master/tools/power/pm-graph/
H A Dbootgraph.py148 if arg in ['-h', '-v', '-cronjob', '-reboot', '-verbose']:
858 ' -verbose Print extra information during execution and analysis\n'\
907 elif(arg == '-verbose'):
908 sysvals.verbose = True

Completed in 310 milliseconds

1234567891011