Lines Matching defs:semantic_error
55 #define semantic_error(msg ...) pr_err("Semantic error :" msg)
1281 semantic_error("'%s' is not a valid number.\n", what);
1348 semantic_error("Start line must be smaller"
1353 semantic_error("Tailing with invalid str '%s'.\n", range);
1372 semantic_error("'%s' is not a valid function name.\n", name);
1407 semantic_error("%s is bad for event name -it must "
1442 semantic_error("%s must be an SDT name.\n",
1524 semantic_error("Invalid absolute address.\n");
1549 semantic_error("There is non-digit char"
1557 semantic_error("There is non-digit character"
1564 semantic_error("SRC@SRC is not allowed.\n");
1575 semantic_error("%%%s is not supported.\n", arg);
1589 semantic_error("Lazy pattern can't be used with"
1595 semantic_error("Lazy pattern can't be used with offset.\n");
1600 semantic_error("Offset can't be used with line number.\n");
1605 semantic_error("File always requires line number or "
1611 semantic_error("Offset requires an entry function.\n");
1616 semantic_error("Offset/Line/Lazy pattern can't be used with "
1647 semantic_error("ftrace does not support user access\n");
1691 semantic_error("Array index must be a"
1706 semantic_error("Argument parse error: %s\n",
1750 semantic_error("Too many probe arguments (%d).\n", argc - 1);
1780 semantic_error("You can't specify local variable for"
1833 semantic_error("Too few probe arguments.\n");
1848 semantic_error("Failed to parse event name: %s\n", argv[0]);