Searched refs:errinfo (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-stat.c | 1625 struct parse_events_error errinfo; in add_default_attributes() local 1631 bzero(&errinfo, sizeof(errinfo)); in add_default_attributes() 1650 &errinfo); in add_default_attributes() 1654 &errinfo); in add_default_attributes() 1657 parse_events_print_error(&errinfo, transaction_attrs); in add_default_attributes() 1683 err = parse_events(evsel_list, smi_cost_attrs, &errinfo); in add_default_attributes() 1687 parse_events_print_error(&errinfo, smi_cost_attrs); in add_default_attributes() 1691 parse_events_print_error(&errinfo, smi_cost_attrs); in add_default_attributes() 1740 err = parse_events(evsel_list, str, &errinfo); in add_default_attributes() [all...] |
/kernel/linux/linux-5.10/arch/mips/include/asm/sn/ |
H A D | klconfig.h | 248 | board info | | | board info | | |errinfo,bptr| | | board info | 263 | errinfo |--+ 265 +--->|r/l brd errinfo,compt err flags | 292 * using the rboard errinfo pointer. 472 (NODE_OFFSET_TO_K1(NASID_GET(_brd), (_comp)->errinfo)) 500 klconf_off_t errinfo; /* component specific errors */ member 855 * errinfo and allocate from them, or have a single heap and allocate all
|
/kernel/linux/linux-6.6/arch/mips/include/asm/sn/ |
H A D | klconfig.h | 248 | board info | | | board info | | |errinfo,bptr| | | board info | 263 | errinfo |--+ 265 +--->|r/l brd errinfo,compt err flags | 292 * using the rboard errinfo pointer. 472 (NODE_OFFSET_TO_K1(NASID_GET(_brd), (_comp)->errinfo)) 500 klconf_off_t errinfo; /* component specific errors */ member 855 * errinfo and allocate from them, or have a single heap and allocate all
|
/kernel/linux/linux-5.10/tools/power/pm-graph/ |
H A D | sleepgraph.py | 1135 def errorSummary(self, errinfo, msg): 1137 for entry in errinfo: 1165 errinfo.append(entry)
|
/kernel/linux/linux-6.6/tools/power/pm-graph/ |
H A D | sleepgraph.py | 1249 def errorSummary(self, errinfo, msg): 1251 for entry in errinfo: 1279 errinfo.append(entry)
|
Completed in 24 milliseconds