Home
last modified time | relevance | path

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

/linux/tools/lib/traceevent/
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()
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, val); in tep_plugin_add_option()
383 free(option_str); in tep_plugin_add_option()

Completed in 3 milliseconds