Searched refs:trace_plugin_context (Results 1 – 2 of 2) sorted by relevance
23 struct trace_plugin_context { struct41 struct trace_plugin_context * argument44 struct trace_plugin_context *trace; in tracecmd_plugin_context_create()46 trace = calloc(1, sizeof(struct trace_plugin_context)); in tracecmd_plugin_context_create()60 void tracecmd_plugin_set_flag(struct trace_plugin_context *context, in tracecmd_plugin_set_flag()75 tracecmd_plugin_context_input(struct trace_plugin_context *context) in tracecmd_plugin_context_input()90 tracecmd_plugin_context_output(struct trace_plugin_context *context) in tracecmd_plugin_context_output()98 load_plugin(struct trace_plugin_context *trace, const char *path, in load_plugin()154 load_plugins_dir(struct trace_plugin_context *trace, const char *suffix, in load_plugins_dir()156 void (*load_plugin)(struct trace_plugin_context *trace, in load_plugins_dir()[all …]
77 struct trace_plugin_context;79 struct trace_plugin_context *82 void tracecmd_plugin_set_flag(struct trace_plugin_context *context,94 typedef int (*tracecmd_plugin_load_func)(struct trace_plugin_context *trace);95 typedef int (*tracecmd_plugin_unload_func)(struct trace_plugin_context *trace);98 tracecmd_plugin_context_input(struct trace_plugin_context *trace_context);100 tracecmd_plugin_context_output(struct trace_plugin_context *trace_context);