Home
last modified time | relevance | path

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

/linux/tools/arch/x86/tools/
H A Dgen-insn-attr-x86.awk113 function semantic_error(msg) { function
132 semantic_error("Hit Table: before EndTable:.");
162 semantic_error("No group: " $2 )
254 semantic_error("Unknown imm opnd: " i)
257 semantic_error("Second IMM error")
273 semantic_error("Redefine " idx " in " tname)
278 semantic_error("No escaped name")
283 semantic_error("Redefine escape (" ref ")")
310 semantic_error($i " is not a separator")
354 semantic_error("Unknown prefix: " opcode)
/linux/arch/x86/tools/
H A Dgen-insn-attr-x86.awk113 function semantic_error(msg) { function
132 semantic_error("Hit Table: before EndTable:.");
162 semantic_error("No group: " $2 )
254 semantic_error("Unknown imm opnd: " i)
257 semantic_error("Second IMM error")
273 semantic_error("Redefine " idx " in " tname)
278 semantic_error("No escaped name")
283 semantic_error("Redefine escape (" ref ")")
310 semantic_error($i " is not a separator")
354 semantic_error("Unknown prefix: " opcode)
/linux/tools/perf/util/
H A Dprobe-event.c63 #define semantic_error(msg ...) pr_err("Semantic error :" msg) macro
1345 semantic_error("'%s' is not a valid number.\n", what); in parse_line_num()
1388 semantic_error("No file/function name in '%s'.\n", p); in parse_line_range_desc()
1421 semantic_error("Start line must be smaller" in parse_line_range_desc()
1426 semantic_error("Tailing with invalid str '%s'.\n", p); in parse_line_range_desc()
1444 semantic_error("Only '@*' is not allowed.\n"); in parse_line_range_desc()
1453 semantic_error("'%s' is not a valid function name.\n", buf); in parse_line_range_desc()
1487 semantic_error("%s is bad for event name -it must " in parse_perf_probe_event_name()
1522 semantic_error("%s must be an SDT name.\n", in parse_perf_probe_point()
1604 semantic_error("Invalid absolute address.\n"); in parse_perf_probe_point()
[all …]