Searched refs:varname (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.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
|
/kernel/linux/linux-5.10/tools/perf/util/ |
D | probe-finder.c | 423 static int convert_variable_fields(Dwarf_Die *vr_die, const char *varname, in convert_variable_fields() argument 433 pr_debug("converting %s in %s\n", field->name, varname); in convert_variable_fields() 435 pr_warning("Failed to get the type of %s.\n", varname); in convert_variable_fields() 448 pr_warning("Failed to get the type of %s.\n", varname); in convert_variable_fields() 474 pr_warning("Failed to get the type of %s.\n", varname); in convert_variable_fields() 481 varname); in convert_variable_fields() 496 varname); in convert_variable_fields() 501 " nor array.\n", varname); in convert_variable_fields() 518 pr_warning("%s(type:%s) has no member %s.\n", varname, in convert_variable_fields() 539 return convert_variable_fields(die_mem, varname, field, in convert_variable_fields() [all …]
|
/kernel/linux/linux-5.10/Documentation/trace/ |
D | boottime-trace.rst | 116 "type varname".
|