Lines Matching defs:opt
167 static int opt_set_target(const struct option *opt, const char *str,
174 if (!strcmp(opt->long_name, "exec"))
176 else if (!strcmp(opt->long_name, "module"))
202 static int opt_set_target_ns(const struct option *opt __maybe_unused,
232 static int opt_show_lines(const struct option *opt,
246 params->command = opt->short_name;
252 static int opt_show_vars(const struct option *opt,
266 params->command = opt->short_name;
274 static int opt_add_probe_event(const struct option *opt,
278 params->command = opt->short_name;
285 static int opt_set_filter_with_command(const struct option *opt,
289 params->command = opt->short_name;
297 static int opt_set_filter(const struct option *opt __maybe_unused,