Lines Matching refs:argc
44 static int __trace_eprobe_create(int argc, const char *argv[]);
124 int argc, const char **argv, struct dyn_event *ev) in eprobe_dyn_event_match() argument
156 if (argc < 1) in eprobe_dyn_event_match()
172 argc--; in eprobe_dyn_event_match()
176 if (argc < 1) in eprobe_dyn_event_match()
179 return trace_probe_match_command_args(&ep->tp, argc, argv); in eprobe_dyn_event_match()
922 static int trace_eprobe_parse_filter(struct trace_eprobe *ep, int argc, const char *argv[]) in trace_eprobe_parse_filter() argument
928 if (argc == 0) { in trace_eprobe_parse_filter()
934 for (i = 0; i < argc; i++) in trace_eprobe_parse_filter()
942 for (i = 0; i < argc; i++) { in trace_eprobe_parse_filter()
972 static int __trace_eprobe_create(int argc, const char *argv[]) in __trace_eprobe_create() argument
990 if (argc < 2 || argv[0][0] != 'e') in __trace_eprobe_create()
993 trace_probe_log_init("event_probe", argc, argv); in __trace_eprobe_create()
1017 for (i = 2; i < argc; i++) { in __trace_eprobe_create()
1020 filter_cnt = argc - filter_idx; in __trace_eprobe_create()
1021 argc = i; in __trace_eprobe_create()
1028 ep = alloc_event_probe(group, event, event_call, argc - 2); in __trace_eprobe_create()
1049 argc -= 2; argv += 2; in __trace_eprobe_create()
1051 for (i = 0; i < argc && i < MAX_TRACE_ARGS; i++) { in __trace_eprobe_create()