Lines Matching full:argument
92 FETCH_OP_ARG, /* Function argument : .param */
111 FETCH_OP_TP_ARG, /* Trace Point argument */
229 unsigned int offset; /* Offset from argument entry */
231 const char *name; /* Name of this argument */
232 const char *comm; /* Command of this argument */
234 const struct fetch_type *type; /* Type of this argument */
495 C(BAD_ARG_NUM, "Invalid argument number"), \
509 C(BAD_FETCH_ARG, "Invalid fetch argument"), \
515 C(BAD_STRING, "String accepts only memory argument"), \
518 C(ARG_NAME_TOO_LONG, "Argument name is too long"), \
519 C(NO_ARG_NAME, "Argument name is not specified"), \
520 C(BAD_ARG_NAME, "Argument name must follow the same rules as C identifiers"), \
521 C(USED_ARG_NAME, "This argument name is already used"), \
522 C(ARG_TOO_LONG, "Argument expression is too long"), \
523 C(NO_ARG_BODY, "No argument expression"), \
527 C(DIFF_ARG_TYPE, "Argument type or name is different from existing probe"),\
539 C(ARGS_2LONG, "$arg* failed because the argument list is too long"), \
542 C(NOSUP_DAT_ARG, "Non pointer structure/union argument is not supported."),\