Searched refs:varname (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/include/linux/wimax/ |
D | debug.h | 190 #define __D_PASTE__(varname, modulename) varname##_##modulename argument 191 #define __D_PASTE(varname, modulename) (__D_PASTE__(varname, modulename)) argument
|
/Linux-v5.10/tools/perf/util/ |
D | probe-finder.c | 420 static int convert_variable_fields(Dwarf_Die *vr_die, const char *varname, in convert_variable_fields() argument 430 pr_debug("converting %s in %s\n", field->name, varname); in convert_variable_fields() 432 pr_warning("Failed to get the type of %s.\n", varname); in convert_variable_fields() 445 pr_warning("Failed to get the type of %s.\n", varname); in convert_variable_fields() 471 pr_warning("Failed to get the type of %s.\n", varname); in convert_variable_fields() 478 varname); in convert_variable_fields() 493 varname); in convert_variable_fields() 498 " nor array.\n", varname); in convert_variable_fields() 515 pr_warning("%s(type:%s) has no member %s.\n", varname, in convert_variable_fields() 536 return convert_variable_fields(die_mem, varname, field, in convert_variable_fields() [all …]
|
/Linux-v5.10/Documentation/trace/ |
D | boottime-trace.rst | 116 "type varname".
|