Home
last modified time | relevance | path

Searched refs:option_str (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/lib/traceevent/
H A Devent-plugin.c322 char *option_str; in tep_plugin_add_option() local
325 option_str = strdup(name); in tep_plugin_add_option()
326 if (!option_str) in tep_plugin_add_option()
329 if (parse_option_name(&option_str, &plugin) < 0) in tep_plugin_add_option()
339 if (strcmp(op->option, option_str) != 0) in tep_plugin_add_option()
351 /* plugin and option_str don't get freed at the end */ in tep_plugin_add_option()
353 free(option_str); in tep_plugin_add_option()
356 option_str = op->option; in tep_plugin_add_option()
367 op->option = option_str; in tep_plugin_add_option()
379 return process_option(plugin, option_str, va in tep_plugin_add_option()
[all...]
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_osnoise.c2215 char buf[256], *option_str; in osnoise_options_write() local
2226 option_str = strstrip(buf); in osnoise_options_write()
2229 option_str = strstrip(&buf[3]); in osnoise_options_write()
2233 option = match_string(osnoise_options_str, OSN_MAX, option_str); in osnoise_options_write()

Completed in 5 milliseconds