Lines Matching full:argument
90 FETCH_OP_ARG, /* Function argument : .param */
106 FETCH_OP_TP_ARG, /* Trace Point argument */
219 unsigned int offset; /* Offset from argument entry */
221 const char *name; /* Name of this argument */
222 const char *comm; /* Command of this argument */
224 const struct fetch_type *type; /* Type of this argument */
414 C(BAD_ARG_NUM, "Invalid argument number"), \
428 C(BAD_FETCH_ARG, "Invalid fetch argument"), \
434 C(BAD_STRING, "String accepts only memory argument"), \
436 C(ARG_NAME_TOO_LONG, "Argument name is too long"), \
437 C(NO_ARG_NAME, "Argument name is not specified"), \
438 C(BAD_ARG_NAME, "Argument name must follow the same rules as C identifiers"), \
439 C(USED_ARG_NAME, "This argument name is already used"), \
440 C(ARG_TOO_LONG, "Argument expression is too long"), \
441 C(NO_ARG_BODY, "No argument expression"), \
445 C(DIFF_ARG_TYPE, "Argument type or name is different from existing probe"),\