From: "Steven Rostedt (VMware)" <rostedt@xxxxxxxxxxx> Fix a typo, and use <traceevent/event-parse.h> instead of "traceevent/event-parse.h" for the include name. Signed-off-by: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx> --- include/tracefs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/tracefs.h b/include/tracefs.h index ce8b09ca5bd0..5cbe8982d1bc 100644 --- a/include/tracefs.h +++ b/include/tracefs.h @@ -6,8 +6,8 @@ #ifndef _TRACE_FS_H #define _TRACE_FS_H +#include <traceevent/event-parse.h> #include <sched.h> -#include "traceevent/event-parse.h" char *tracefs_get_tracing_file(const char *name); void tracefs_put_tracing_file(char *name); @@ -18,7 +18,7 @@ const char *tracefs_get_tracing_dir(void); /* tracefs_find_tracing_dir must be freed */ char *tracefs_find_tracing_dir(void); -/* ftarce instances */ +/* ftrace instances */ struct tracefs_instance; void tracefs_instance_free(struct tracefs_instance *instance); -- 2.29.2
![]() |