Home
last modified time | relevance | path

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

/linux-6.1.9/tools/arch/x86/tools/
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("Unknown prefix: " opcode)
/linux-6.1.9/arch/x86/tools/
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("Unknown prefix: " opcode)
/linux-6.1.9/tools/perf/util/
Dprobe-event.c56 #define semantic_error(msg ...) pr_err("Semantic error :" msg) macro
1299 semantic_error("'%s' is not a valid number.\n", what); in parse_line_num()
1366 semantic_error("Start line must be smaller" in parse_line_range_desc()
1371 semantic_error("Tailing with invalid str '%s'.\n", range); in parse_line_range_desc()
1390 semantic_error("'%s' is not a valid function name.\n", name); in parse_line_range_desc()
1425 semantic_error("%s is bad for event name -it must " in parse_perf_probe_event_name()
1460 semantic_error("%s must be an SDT name.\n", in parse_perf_probe_point()
1542 semantic_error("Invalid absolute address.\n"); in parse_perf_probe_point()
1567 semantic_error("There is non-digit char" in parse_perf_probe_point()
1575 semantic_error("There is non-digit character" in parse_perf_probe_point()
[all …]