Lines Matching defs:semantic_error
58 #define semantic_error(msg ...) pr_err("Semantic error :" msg)
1309 semantic_error("'%s' is not a valid number.\n", what);
1376 semantic_error("Start line must be smaller"
1381 semantic_error("Tailing with invalid str '%s'.\n", range);
1400 semantic_error("'%s' is not a valid function name.\n", name);
1435 semantic_error("%s is bad for event name -it must "
1470 semantic_error("%s must be an SDT name.\n",
1552 semantic_error("Invalid absolute address.\n");
1577 semantic_error("There is non-digit char"
1585 semantic_error("There is non-digit character"
1592 semantic_error("SRC@SRC is not allowed.\n");
1603 semantic_error("%%%s is not supported.\n", arg);
1617 semantic_error("Lazy pattern can't be used with"
1623 semantic_error("Lazy pattern can't be used with offset.\n");
1628 semantic_error("Offset can't be used with line number.\n");
1633 semantic_error("File always requires line number or "
1639 semantic_error("Offset requires an entry function.\n");
1644 semantic_error("Offset/Line/Lazy pattern can't be used with "
1675 semantic_error("ftrace does not support user access\n");
1719 semantic_error("Array index must be a"
1734 semantic_error("Argument parse error: %s\n",
1778 semantic_error("Too many probe arguments (%d).\n", argc - 1);
1808 semantic_error("You can't specify local variable for"
1861 semantic_error("Too few probe arguments.\n");
1876 semantic_error("Failed to parse event name: %s\n", argv[0]);