Lines Matching refs:modname
413 struct ddebug_query *query, const char *modname)
467 if (!query->module && modname)
469 * support $modname.dyndbg=<multiple queries>, when
472 query->module = modname;
533 static int ddebug_exec_query(char *query_string, const char *modname)
551 if (ddebug_parse_query(words, nwords-1, &query, modname)) {
566 static int ddebug_exec_queries(char *query, const char *modname)
580 vpr_info("query %d: \"%s\" mod:%s\n", i, query, modname ?: "*");
582 rc = ddebug_exec_query(query, modname);
836 desc->modname);
1230 static int ddebug_add_module(struct _ddebug_info *di, const char *modname)
1234 v3pr_info("add-module: %s.%d sites\n", modname, di->num_descs);
1236 v3pr_info(" skip %s\n", modname);
1242 pr_err("error adding module: %s\n", modname);
1251 dt->mod_name = modname;
1265 vpr_info("%3u debug prints in module %s\n", di->num_descs, modname);
1271 const char *modname, int on_err)
1279 modname = param;
1285 ddebug_exec_queries((val ? val : "+p"), modname);
1408 const char *modname;
1437 modname = iter->modname;
1442 if (strcmp(modname, iter->modname)) {
1446 ret = ddebug_add_module(&di, modname);
1451 modname = iter->modname;
1457 ret = ddebug_add_module(&di, modname);