/linux/tools/testing/selftests/bpf/ |
A D | test_verifier_log.c | 48 static int load(char *log, size_t log_len, int log_level) in load() argument 59 attr.log_level = log_level; in load() 124 static void test_log_bad(char *log, size_t log_len, int log_level) in test_log_bad() argument 128 ret = load(log, log_len, log_level); in test_log_bad()
|
A D | test_stub.c | 20 attr.log_level = extra_prog_load_log_flags; in bpf_prog_test_load() 41 load_attr.log_level = extra_prog_load_log_flags; in bpf_test_load_program()
|
A D | test_offload.py | 33 log_level = 1 variable 42 return "*" * (log_level + level) 45 global log_level 46 log_level += add 49 global log_level 50 log_level -= sub 53 global log_level 54 log_level = level
|
A D | test_verifier.c | 1139 attr.log_level = 1; in do_test_single() 1141 attr.log_level = 2; in do_test_single() 1143 attr.log_level = 4; in do_test_single()
|
/linux/tools/lib/bpf/ |
A D | skel_internal.h | 36 __u32 log_level; member 90 attr.log_level = opts->ctx->log_level; in bpf_load_and_run()
|
A D | bpf_gen_internal.h | 36 int log_level; member 48 void bpf_gen__init(struct bpf_gen *gen, int log_level, int nr_progs, int nr_maps);
|
A D | bpf.c | 265 if (load_attr->log_level > (4 | 2 | 1) || (load_attr->log_level && !load_attr->log_buf)) in libbpf__bpf_prog_load() 285 attr.log_level = load_attr->log_level; in libbpf__bpf_prog_load() 286 if (attr.log_level) { in libbpf__bpf_prog_load() 353 if (load_attr->log_level || !load_attr->log_buf) in libbpf__bpf_prog_load() 359 attr.log_level = 1; in libbpf__bpf_prog_load() 397 p.log_level = load_attr->log_level; in bpf_load_program_xattr() 435 int log_level) in bpf_verify_program() argument 447 attr.log_level = log_level; in bpf_verify_program()
|
A D | gen_loader.c | 113 void bpf_gen__init(struct bpf_gen *gen, int log_level, int nr_progs, int nr_maps) in bpf_gen__init() argument 119 gen->log_level = log_level; in bpf_gen__init() 139 nr_maps * (6 + (gen->log_level ? 6 : 0)))); in bpf_gen__init() 304 if (!gen->log_level) in emit_debug() 350 2 + (gen->log_level ? 6 : 0))); in __emit_sys_close() 432 offsetof(struct bpf_loader_ctx, log_level), false); in bpf_gen__load_btf() 727 if (!gen->log_level) in emit_relo_kfunc_btf() 745 if (!gen->log_level) in emit_ksym_relo_log() 969 move_ctx2blob(gen, attr_field(prog_load_attr, log_level), 4, in bpf_gen__prog_load() 970 offsetof(struct bpf_loader_ctx, log_level), false); in bpf_gen__prog_load()
|
A D | bpf.h | 96 __u32 log_level; member 117 int log_level);
|
/linux/scripts/clang-tools/ |
A D | gen_compile_commands.py | 66 return (args.log_level, 202 log_level, directory, output, ar, paths = parse_arguments() 204 level = getattr(logging, log_level)
|
/linux/arch/x86/kernel/ |
A D | umip.c | 116 void umip_printk(const struct pt_regs *regs, const char *log_level, in umip_printk() argument 131 printk("%s" pr_fmt("%s[%d] ip:%lx sp:%lx: %pV"), log_level, tsk->comm, in umip_printk()
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
A D | raw_tp_writable_reject_nbd_invalid.c | 26 .log_level = 2, in test_raw_tp_writable_reject_nbd_invalid()
|
A D | raw_tp_writable_test_run.c | 25 .log_level = 2, in serial_test_raw_tp_writable_test_run()
|
A D | test_global_funcs.c | 40 attr.log_level = extra_prog_load_log_flags; in check_load()
|
A D | bpf_verif_scale.c | 29 attr.log_level = 4 | extra_prog_load_log_flags; in check_load()
|
/linux/tools/build/feature/ |
A D | test-bpf.c | 33 attr.log_level = 0; in main()
|
/linux/drivers/scsi/lpfc/ |
A D | lpfc_bsg.h | 341 uint8_t log_level; member 348 uint8_t log_level; member
|
/linux/drivers/scsi/ibmvscsi/ |
A D | ibmvfc.h | 644 int log_level; member 867 int log_level; member 914 if ((t)->vhost->log_level >= level) \ 923 if ((vhost)->log_level >= level) \
|
A D | ibmvfc.c | 43 static unsigned int log_level = IBMVFC_DEFAULT_LOG_LEVEL; variable 98 module_param_named(log_level, log_level, uint, 0); 1612 if (vhost->log_level > IBMVFC_DEFAULT_LOG_LEVEL) in ibmvfc_map_sg_data() 1638 if (vhost->log_level > IBMVFC_DEFAULT_LOG_LEVEL) in ibmvfc_map_sg_data() 1973 if (vhost->log_level > IBMVFC_DEFAULT_LOG_LEVEL) in ibmvfc_queuecommand() 2569 if (vhost->log_level > IBMVFC_DEFAULT_LOG_LEVEL) in ibmvfc_cancel_all_mq() 2628 if (vhost->log_level > IBMVFC_DEFAULT_LOG_LEVEL) in ibmvfc_cancel_all_sq() 2764 if (vhost->log_level > IBMVFC_DEFAULT_LOG_LEVEL) in ibmvfc_abort_task_set() 3498 vhost->log_level = simple_strtoul(buf, NULL, 10); in ibmvfc_store_log_level() 3540 static DEVICE_ATTR(log_level, S_IRUGO | S_IWUSR, [all …]
|
/linux/sound/soc/sof/ |
A D | trace.c | 40 int log_level; in trace_filter_parse_entry() local 51 ret = sscanf(line, " %d %x %d %d %n", &log_level, &uuid_id, &pipe_id, &comp_id, &read); in trace_filter_parse_entry() 78 log_level, elem, capacity, &cnt); in trace_filter_parse_entry()
|
/linux/net/batman-adv/ |
A D | log.h | 82 if (atomic_read(&__batpriv->log_level) & (type) && \
|
/linux/tools/testing/selftests/bpf/progs/ |
A D | syscall.c | 101 prog_load_attr.log_level = 1; in bpf_prog()
|
/linux/drivers/scsi/csiostor/ |
A D | csio_lnode.h | 134 uint32_t log_level; /* Module level for debugging */ member
|
/linux/tools/testing/selftests/net/ |
A D | reuseport_bpf_numa.c | 94 attr.log_level = 1; in attach_bpf()
|
/linux/drivers/gpu/drm/qxl/ |
A D | qxl_kms.c | 49 rom->log_level); in qxl_check_device()
|