Lines Matching full:argument
94 FETCH_OP_ARG, /* Function argument : .param */
113 FETCH_OP_TP_ARG, /* Trace Point argument */
231 unsigned int offset; /* Offset from argument entry */
233 const char *name; /* Name of this argument */
234 const char *comm; /* Command of this argument */
236 const struct fetch_type *type; /* Type of this argument */
510 C(BAD_ARG_NUM, "Invalid argument number"), \
524 C(BAD_FETCH_ARG, "Invalid fetch argument"), \
530 C(BAD_STRING, "String accepts only memory argument"), \
533 C(ARG_NAME_TOO_LONG, "Argument name is too long"), \
534 C(NO_ARG_NAME, "Argument name is not specified"), \
535 C(BAD_ARG_NAME, "Argument name must follow the same rules as C identifiers"), \
536 C(USED_ARG_NAME, "This argument name is already used"), \
537 C(ARG_TOO_LONG, "Argument expression is too long"), \
538 C(NO_ARG_BODY, "No argument expression"), \
542 C(DIFF_ARG_TYPE, "Argument type or name is different from existing probe"),\
554 C(ARGS_2LONG, "$arg* failed because the argument list is too long"), \
557 C(NOSUP_DAT_ARG, "Non pointer structure/union argument is not supported."),\