Searched refs:v2pr_info (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/lib/ |
H A D | dynamic_debug.c | 126 #define v2pr_info(fmt, ...) vnpr_info(2, fmt, ##__VA_ARGS__) macro 596 v2pr_info("processed %d queries, with %d matches, %d errs\n", in ddebug_exec_queries() 614 v2pr_info("apply: 0x%lx to: 0x%lx\n", *new_bits, *old_bits); in ddebug_apply_class_bitmap() 626 v2pr_info("bit_%d: %d matches on class: %s -> 0x%lx\n", bi, in ddebug_apply_class_bitmap() 686 v2pr_info("%s: changed bit %d:%s\n", KP_NAME(kp), cls_id, in param_set_dyndbg_classnames() 756 v2pr_info("bits:%lx > %s\n", inrep, KP_NAME(kp)); in param_set_dyndbg_classes() 769 v2pr_info("lvl:%ld bits:0x%lx > %s\n", inrep, new_bits, KP_NAME(kp)); in param_set_dyndbg_classes() 1020 v2pr_info("read %zu bytes from userspace\n", len); in ddebug_proc_write() 1215 v2pr_info("class[%d]: module:%s base:%d len:%d ty:%d\n", i, in ddebug_attach_module_classes() 1340 v2pr_info("removed module \"%s\"\n", mod_name); in ddebug_remove_module() [all …]
|