Searched refs:semantic_error (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/x86/tools/
H A Dgen-insn-attr-x86.awk106 function semantic_error(msg) { function
125 semantic_error("Hit Table: before EndTable:.");
155 semantic_error("No group: " $2 )
247 semantic_error("Unknown imm opnd: " i)
250 semantic_error("Second IMM error")
266 semantic_error("Redefine " idx " in " tname)
271 semantic_error("No escaped name")
276 semantic_error("Redefine escape (" ref ")")
303 semantic_error($i " is not a separator")
336 semantic_error("Unknow
[all...]
/linux-master/tools/arch/x86/tools/
H A Dgen-insn-attr-x86.awk106 function semantic_error(msg) { function
125 semantic_error("Hit Table: before EndTable:.");
155 semantic_error("No group: " $2 )
247 semantic_error("Unknown imm opnd: " i)
250 semantic_error("Second IMM error")
266 semantic_error("Redefine " idx " in " tname)
271 semantic_error("No escaped name")
276 semantic_error("Redefine escape (" ref ")")
303 semantic_error($i " is not a separator")
336 semantic_error("Unknow
[all...]
/linux-master/tools/perf/util/
H A Dprobe-event.c58 #define semantic_error(msg ...) pr_err("Semantic error :" msg) macro
1322 semantic_error("'%s' is not a valid number.\n", what);
1389 semantic_error("Start line must be smaller"
1394 semantic_error("Tailing with invalid str '%s'.\n", range);
1413 semantic_error("'%s' is not a valid function name.\n", name);
1448 semantic_error("%s is bad for event name -it must "
1483 semantic_error("%s must be an SDT name.\n",
1565 semantic_error("Invalid absolute address.\n");
1590 semantic_error("There is non-digit char"
1598 semantic_error("Ther
[all...]

Completed in 203 milliseconds