Lines Matching refs:trace_probe_log_err

253 			trace_probe_log_err(offset, NO_GROUP_NAME);  in traceprobe_parse_event_name()
257 trace_probe_log_err(offset, GROUP_TOO_LONG); in traceprobe_parse_event_name()
262 trace_probe_log_err(offset, BAD_GROUP_NAME); in traceprobe_parse_event_name()
276 trace_probe_log_err(offset, NO_EVENT_NAME); in traceprobe_parse_event_name()
279 trace_probe_log_err(offset, EVENT_TOO_LONG); in traceprobe_parse_event_name()
283 trace_probe_log_err(offset, BAD_EVENT_NAME); in traceprobe_parse_event_name()
368 trace_probe_log_err(ctx->offset, TOO_MANY_OPS); in check_prepare_btf_string_fetch()
380 trace_probe_log_err(ctx->offset, BAD_TYPE4STR); in check_prepare_btf_string_fetch()
508 trace_probe_log_err(ctx->offset + field - varname, BAD_HYPHEN); in split_next_field()
535 trace_probe_log_err(ctx->offset, NO_PTR_STRCT); in parse_btf_field()
541 trace_probe_log_err(ctx->offset, BAD_BTF_TID); in parse_btf_field()
557 trace_probe_log_err(ctx->offset, NO_BTF_FIELD); in parse_btf_field()
574 trace_probe_log_err(ctx->offset, BAD_BTF_TID); in parse_btf_field()
583 trace_probe_log_err(ctx->offset, TOO_MANY_OPS); in parse_btf_field()
616 trace_probe_log_err(ctx->offset + field - varname, in parse_btf_arg()
623 trace_probe_log_err(ctx->offset, NO_BTFARG); in parse_btf_arg()
630 trace_probe_log_err(ctx->offset, NO_RETVAL); in parse_btf_arg()
637 trace_probe_log_err(ctx->offset + field - varname, in parse_btf_arg()
647 trace_probe_log_err(ctx->offset, NO_BTF_ENTRY); in parse_btf_arg()
666 trace_probe_log_err(ctx->offset, NO_BTFARG); in parse_btf_arg()
672 trace_probe_log_err(ctx->offset, BAD_BTF_TID); in parse_btf_arg()
708 trace_probe_log_err(ctx->offset, TOO_MANY_OPS); in parse_btf_bitfield()
735 trace_probe_log_err(ctx->offset, NOSUP_BTFARG); in parse_btf_arg()
742 trace_probe_log_err(ctx->offset, NOSUP_BTFARG); in parse_btf_bitfield()
876 trace_probe_log_err(offs + len, IMMSTR_NO_CLOSE); in __parse_imm_string()
906 trace_probe_log_err(ctx->offset, BAD_VAR); in parse_probe_arg()
915 trace_probe_log_err(ctx->offset, BAD_REG_NAME); in parse_probe_arg()
922 trace_probe_log_err(ctx->offset, BAD_MEM_ADDR); in parse_probe_arg()
931 trace_probe_log_err(ctx->offset, FILE_ON_KPROBE); in parse_probe_arg()
936 trace_probe_log_err(ctx->offset, BAD_FILE_OFFS); in parse_probe_arg()
945 trace_probe_log_err(ctx->offset, SYM_ON_UPROBE); in parse_probe_arg()
954 trace_probe_log_err(ctx->offset, TOO_MANY_OPS); in parse_probe_arg()
962 trace_probe_log_err(ctx->offset, TOO_MANY_OPS); in parse_probe_arg()
981 trace_probe_log_err(ctx->offset, DEREF_NEED_BRACE); in parse_probe_arg()
987 trace_probe_log_err(ctx->offset, BAD_DEREF_OFFS); in parse_probe_arg()
994 trace_probe_log_err(ctx->offset + strlen(arg), in parse_probe_arg()
1008 trace_probe_log_err(ctx->offset, COMM_CANT_DEREF); in parse_probe_arg()
1012 trace_probe_log_err(ctx->offset, TOO_MANY_OPS); in parse_probe_arg()
1033 trace_probe_log_err(ctx->offset + 1, BAD_IMM); in parse_probe_arg()
1041 trace_probe_log_err(ctx->offset, NOSUP_BTFARG); in parse_probe_arg()
1050 trace_probe_log_err(ctx->offset, BAD_FETCH_ARG); in parse_probe_arg()
1110 trace_probe_log_err(ctx->offset, ARG_TOO_LONG); in traceprobe_parse_probe_arg_body()
1113 trace_probe_log_err(ctx->offset, NO_ARG_BODY); in traceprobe_parse_probe_arg_body()
1133 trace_probe_log_err(ctx->offset + offs, in traceprobe_parse_probe_arg_body()
1137 trace_probe_log_err(ctx->offset + t3 + 1 - arg, in traceprobe_parse_probe_arg_body()
1143 trace_probe_log_err(ctx->offset + t2 - arg, in traceprobe_parse_probe_arg_body()
1148 trace_probe_log_err(ctx->offset + t2 - arg, in traceprobe_parse_probe_arg_body()
1169 trace_probe_log_err(ctx->offset + (t ? (t - arg) : 0), BAD_TYPE); in traceprobe_parse_probe_arg_body()
1215 trace_probe_log_err(ctx->offset + (t ? (t - arg) : 0), in traceprobe_parse_probe_arg_body()
1223 trace_probe_log_err(ctx->offset + (t ? (t - arg) : 0), in traceprobe_parse_probe_arg_body()
1242 trace_probe_log_err(ctx->offset, TOO_MANY_OPS); in traceprobe_parse_probe_arg_body()
1265 trace_probe_log_err(ctx->offset, TOO_MANY_OPS); in traceprobe_parse_probe_arg_body()
1276 trace_probe_log_err(ctx->offset + t - arg, BAD_BITFIELD); in traceprobe_parse_probe_arg_body()
1291 trace_probe_log_err(ctx->offset + (t ? (t - arg) : 0), in traceprobe_parse_probe_arg_body()
1297 trace_probe_log_err(ctx->offset, TOO_MANY_OPS); in traceprobe_parse_probe_arg_body()
1384 trace_probe_log_err(0, ARG_NAME_TOO_LONG); in traceprobe_parse_probe_arg()
1387 trace_probe_log_err(0, NO_ARG_NAME); in traceprobe_parse_probe_arg()
1400 trace_probe_log_err(0, BAD_ARG_NAME); in traceprobe_parse_probe_arg()
1404 trace_probe_log_err(0, USED_ARG_NAME); in traceprobe_parse_probe_arg()
1438 trace_probe_log_err(0, NOFENTRY_ARGS); in argv_has_var_arg()
1448 trace_probe_log_err(0, BAD_VAR); in argv_has_var_arg()
1453 trace_probe_log_err(0, DOUBLE_ARGS); in argv_has_var_arg()
1471 trace_probe_log_err(0, NO_BTFARG); in sprint_nth_btf_arg()
1476 trace_probe_log_err(0, NO_BTF_ENTRY); in sprint_nth_btf_arg()
1481 trace_probe_log_err(0, ARGS_2LONG); in sprint_nth_btf_arg()
1509 trace_probe_log_err(0, NOSUP_BTFARG); in traceprobe_expand_meta_args()
1546 trace_probe_log_err(0, BAD_VAR); in traceprobe_expand_meta_args()