Lines Matching defs:semantic_error
62 #define semantic_error(msg ...) pr_err("Semantic error :" msg)
1344 semantic_error("'%s' is not a valid number.\n", what);
1387 semantic_error("No file/function name in '%s'.\n", p);
1420 semantic_error("Start line must be smaller"
1425 semantic_error("Tailing with invalid str '%s'.\n", p);
1443 semantic_error("Only '@*' is not allowed.\n");
1452 semantic_error("'%s' is not a valid function name.\n", buf);
1486 semantic_error("%s is bad for event name -it must "
1521 semantic_error("%s must be an SDT name.\n",
1603 semantic_error("Invalid absolute address.\n");
1628 semantic_error("There is non-digit char"
1636 semantic_error("There is non-digit character"
1643 semantic_error("SRC@SRC is not allowed.\n");
1656 semantic_error("%%%s is not supported.\n", arg);
1670 semantic_error("Lazy pattern can't be used with"
1676 semantic_error("Lazy pattern can't be used with offset.\n");
1681 semantic_error("Offset can't be used with line number.\n");
1686 semantic_error("File always requires line number or "
1692 semantic_error("Offset requires an entry function.\n");
1697 semantic_error("Offset/Line/Lazy pattern can't be used with "
1728 semantic_error("ftrace does not support user access\n");
1772 semantic_error("Array index must be a"
1787 semantic_error("Argument parse error: %s\n",
1831 semantic_error("Too many probe arguments (%d).\n", argc - 1);
1861 semantic_error("You can't specify local variable for"
1914 semantic_error("Too few probe arguments.\n");
1929 semantic_error("Failed to parse event name: %s\n", argv[0]);