Searched refs:verbose (Results 101 - 125 of 272) sorted by relevance

1234567891011

/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");
/linux-master/tools/perf/tests/
H A Dattr.py396 def setup_log(verbose):
400 if verbose == 1:
402 if verbose == 2:
404 if verbose >= 3:
419 -v # verbose level
431 parser.add_option("-v", "--verbose",
432 default=0, action="count", dest="verbose")
439 setup_log(options.verbose)
H A Dhists_output.c173 if (verbose > 2) {
273 if (verbose > 2) {
327 if (verbose > 2) {
405 if (verbose > 2) {
508 if (verbose > 2) {
621 if (verbose > 1)
H A Dperf-record.c187 if (verbose > 0)
193 if (verbose > 0) {
H A Dfdarray.c24 if (verbose <= 0)
/linux-master/drivers/media/dvb-frontends/
H A Dves1820.c35 static int verbose; variable
312 if (verbose) {
383 if (verbose)
430 module_param(verbose, int, 0644);
431 MODULE_PARM_DESC(verbose, "print AFC offset after tuning for debugging the PWM setting");
H A Dstv6110x.c26 static unsigned int verbose; variable
27 module_param(verbose, int, 0644);
28 MODULE_PARM_DESC(verbose, "Set Verbosity level");
/linux-master/fs/gfs2/
H A Dutil.c48 * @verbose: Show more prints in the log
53 bool verbose)
64 if (verbose)
71 if (verbose)
78 if (verbose)
85 if (verbose)
52 check_journal_clean(struct gfs2_sbd *sdp, struct gfs2_jdesc *jd, bool verbose) argument
/linux-master/arch/mips/kernel/
H A Dgenex.S537 .macro __BUILD_HANDLER exception handler clear verbose ext
546 __BUILD_\verbose \exception
553 .macro BUILD_HANDLER exception handler clear verbose
554 __BUILD_HANDLER \exception \handler \clear \verbose _int
581 BUILD_HANDLER watch watch sti verbose /* #23 */
583 BUILD_HANDLER mcheck mcheck cli verbose /* #24 */
586 BUILD_HANDLER reserved reserved sti verbose /* others */
/linux-master/tools/testing/selftests/bpf/
H A Dtest_progs.c22 static bool verbose(void) function
30 if (verbose() && env.worker_id == -1) {
57 if (verbose() && env.worker_id == -1) {
72 if (verbose() && env.worker_id == -1) {
94 if (verbose() && env.worker_id == -1) {
292 bool print_test = verbose() || force_log || test_failed;
303 /* there is nothing to print when verbose log is used and execution
306 if (verbose() && !par_exec_result)
326 print_subtest = verbose() || force_log || subtest_failed;
420 if (verbose()
[all...]
H A Dtest_sockmap.c93 {"verbose", optional_argument, NULL, 'v' },
135 int verbose; member in struct:sockmap_options
252 static int sockmap_init_ktls(int verbose, int s) argument
295 if (verbose)
299 static int sockmap_init_sockets(int verbose) argument
399 if (verbose > 1) {
645 if (opt->verbose)
760 err = sockmap_init_ktls(opt->verbose, rx_fd);
764 err = sockmap_init_ktls(opt->verbose, c1);
799 if (opt->verbose >
[all...]
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/drivers/misc/
H A Dkgdbts.c100 if (verbose) \
104 if (verbose > 1) { \
121 static int verbose; variable
987 verbose = 0;
989 verbose = 1;
991 verbose = 2;
/linux-master/drivers/macintosh/
H A Dtherm_adt746x.c56 static bool verbose; variable
71 module_param(verbose, bool, 0);
72 MODULE_PARM_DESC(verbose,"Verbose log operations "
163 if (verbose) {
256 if (verbose)
268 if (verbose)
/linux-master/tools/bpf/resolve_btfids/
H A Dmain.c143 static int verbose; variable
163 eprintf(1, verbose, pr_fmt(fmt), ##__VA_ARGS__)
165 eprintf(n, verbose, pr_fmt(fmt), ##__VA_ARGS__)
168 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__)
170 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__)
778 OPT_INCR('v', "verbose", &verbose,
779 "be more verbose (show errors, etc)"),
/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/tools/perf/
H A Dbuiltin-buildid-list.c142 OPT_INCR('v', "verbose", &verbose, "be more verbose"),
/linux-master/tools/testing/selftests/tc-testing/
H A Dtdc.py213 if args.verbose > 0:
242 if args.verbose > 0:
386 if args.verbose > 0:
400 if (args.verbose > 0):
422 if (args.verbose > 0):
441 if args.verbose > 0:
526 if args.verbose > 1:
639 if args.verbose:
726 '-v', '--verbose', action='count', default=0,
1018 if args.verbose >
[all...]
/linux-master/tools/cgroup/
H A Diocost_coef_gen.py49 parser.add_argument('--verbose', action='store_true')
56 if args.verbose and not args.quiet:
99 if args.verbose:
/linux-master/drivers/media/i2c/ccs/
H A Dccs-data.c176 bool verbose)
192 if (verbose)
807 bool verbose)
821 if (verbose)
835 bin->base ? false : verbose);
941 * @verbose: Whether to be verbose or not
944 size_t len, struct device *dev, bool verbose)
949 rval = __ccs_data_parse(&bin, ccsdata, data, len, dev, verbose);
961 if (verbose
171 ccs_data_block_parse_header(const struct __ccs_data_block *block, bool is_first, unsigned int *__block_id, const void **payload, const struct __ccs_data_block **next_block, const void *endp, struct device *dev, bool verbose) argument
804 __ccs_data_parse(struct bin_container *bin, struct ccs_data_container *ccsdata, const void *data, size_t len, struct device *dev, bool verbose) argument
943 ccs_data_parse(struct ccs_data_container *ccsdata, const void *data, size_t len, struct device *dev, bool verbose) argument
[all...]
/linux-master/drivers/mtd/ubi/
H A Dio.c690 * @verbose: be verbose if the header is corrupted or was not found
707 struct ubi_ec_hdr *ec_hdr, int verbose)
743 if (verbose)
758 if (verbose) {
772 if (verbose) {
1000 * @verbose: be verbose if the header is corrupted or wasn't found
1011 struct ubi_vid_io_buf *vidb, int verbose)
1032 if (verbose)
706 ubi_io_read_ec_hdr(struct ubi_device *ubi, int pnum, struct ubi_ec_hdr *ec_hdr, int verbose) argument
1010 ubi_io_read_vid_hdr(struct ubi_device *ubi, int pnum, struct ubi_vid_io_buf *vidb, int verbose) argument
[all...]
/linux-master/drivers/pci/
H A Dp2pdma.c576 int *dist, bool verbose)
642 if (verbose) {
654 if (verbose)
675 * @verbose: if true, print warnings for devices when we return -1
687 int num_clients, bool verbose)
701 if (verbose)
708 verbose);
715 if (not_supported && !verbose)
575 calc_map_type_and_dist(struct pci_dev *provider, struct pci_dev *client, int *dist, bool verbose) argument
686 pci_p2pdma_distance_many(struct pci_dev *provider, struct device **clients, int num_clients, bool verbose) argument
/linux-master/fs/ext2/
H A Dballoc.c190 * @verbose: verbose mode
193 * If verbose is turned on, it will print the whole block reservation
198 static void __rsv_window_dump(struct rb_root *root, int verbose, argument
213 if (verbose)
228 if (!verbose) {
229 printk("Restarting reservation walk in verbose mode\n");
230 verbose = 1;
240 #define rsv_window_dump(root, verbose) \
241 __rsv_window_dump((root), (verbose), __func_
[all...]
/linux-master/tools/testing/selftests/kvm/
H A Dsteal_time.c351 bool verbose; local
354 verbose = ac > 1 && (!strncmp(av[1], "-v", 3) || !strncmp(av[1], "--verbose", 10));
409 if (verbose) {
/linux-master/tools/testing/selftests/exec/
H A Dexecveat.c417 const char *verbose = getenv("VERBOSE"); local
423 if (verbose) {
442 if (verbose)

Completed in 203 milliseconds

1234567891011