Lines Matching full:argument
92 FETCH_OP_ARG, /* Function argument : .param */
109 FETCH_OP_TP_ARG, /* Trace Point argument */
227 unsigned int offset; /* Offset from argument entry */
229 const char *name; /* Name of this argument */
230 const char *comm; /* Command of this argument */
232 const struct fetch_type *type; /* Type of this argument */
467 C(BAD_ARG_NUM, "Invalid argument number"), \
481 C(BAD_FETCH_ARG, "Invalid fetch argument"), \
487 C(BAD_STRING, "String accepts only memory argument"), \
490 C(ARG_NAME_TOO_LONG, "Argument name is too long"), \
491 C(NO_ARG_NAME, "Argument name is not specified"), \
492 C(BAD_ARG_NAME, "Argument name must follow the same rules as C identifiers"), \
493 C(USED_ARG_NAME, "This argument name is already used"), \
494 C(ARG_TOO_LONG, "Argument expression is too long"), \
495 C(NO_ARG_BODY, "No argument expression"), \
499 C(DIFF_ARG_TYPE, "Argument type or name is different from existing probe"),\
511 C(ARGS_2LONG, "$arg* failed because the argument list is too long"), \
514 C(NOSUP_DAT_ARG, "Non pointer structure/union argument is not supported."),\