Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/tools/
Dgen-insn-attr-x86.awk102 function semantic_error(msg) { function
121 semantic_error("Hit Table: before EndTable:.");
151 semantic_error("No group: " $2 )
243 semantic_error("Unknown imm opnd: " i)
246 semantic_error("Second IMM error")
262 semantic_error("Redefine " idx " in " tname)
267 semantic_error("No escaped name")
272 semantic_error("Redefine escape (" ref ")")
299 semantic_error($i " is not a separator")
330 semantic_error("Unknown prefix: " opcode)
/linux-4.1.27/tools/perf/util/
Dprobe-event.c55 #define semantic_error(msg ...) pr_err("Semantic error :" msg) macro
977 semantic_error("'%s' is not a valid number.\n", what); in parse_line_num()
1032 semantic_error("Start line must be smaller" in parse_line_range_desc()
1037 semantic_error("Tailing with invalid str '%s'.\n", range); in parse_line_range_desc()
1095 semantic_error("Group name is not supported yet.\n"); in parse_perf_probe_point()
1099 semantic_error("%s is bad for event name -it must " in parse_perf_probe_point()
1145 semantic_error("There is non-digit char" in parse_perf_probe_point()
1153 semantic_error("There is non-digit character" in parse_perf_probe_point()
1160 semantic_error("SRC@SRC is not allowed.\n"); in parse_perf_probe_point()
1171 semantic_error("%%%s is not supported.\n", arg); in parse_perf_probe_point()
[all …]