Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/tools/
H A Dgen-insn-attr-x86.awk111 function semantic_error(msg) { function
130 semantic_error("Hit Table: before EndTable:.");
160 semantic_error("No group: " $2 )
252 semantic_error("Unknown imm opnd: " i)
255 semantic_error("Second IMM error")
271 semantic_error("Redefine " idx " in " tname)
276 semantic_error("No escaped name")
281 semantic_error("Redefine escape (" ref ")")
308 semantic_error($i " is not a separator")
347 semantic_error("Unknown prefix: " opcode)
/linux-6.15/tools/arch/x86/tools/
H A Dgen-insn-attr-x86.awk111 function semantic_error(msg) { function
130 semantic_error("Hit Table: before EndTable:.");
160 semantic_error("No group: " $2 )
252 semantic_error("Unknown imm opnd: " i)
255 semantic_error("Second IMM error")
271 semantic_error("Redefine " idx " in " tname)
276 semantic_error("No escaped name")
281 semantic_error("Redefine escape (" ref ")")
308 semantic_error($i " is not a separator")
347 semantic_error("Unknown prefix: " opcode)
/linux-6.15/tools/perf/util/
H A Dprobe-event.c1417 semantic_error("Start line must be smaller" in parse_line_range_desc()
1440 semantic_error("Only '@*' is not allowed.\n"); in parse_line_range_desc()
1518 semantic_error("%s must be an SDT name.\n", in parse_perf_probe_point()
1600 semantic_error("Invalid absolute address.\n"); in parse_perf_probe_point()
1625 semantic_error("There is non-digit char" in parse_perf_probe_point()
1633 semantic_error("There is non-digit character" in parse_perf_probe_point()
1640 semantic_error("SRC@SRC is not allowed.\n"); in parse_perf_probe_point()
1667 semantic_error("Lazy pattern can't be used with" in parse_perf_probe_point()
1769 semantic_error("Array index must be a" in parse_perf_probe_arg()
1784 semantic_error("Argument parse error: %s\n", in parse_perf_probe_arg()
[all …]