This function is used only internally in the library, it is not exposed as an API. Its declaration was left by mistake in the trasefs.h file, as official library API. Signed-off-by: Tzvetomir Stoyanov (VMware) <tz.stoyanov@xxxxxxxxx> --- include/tracefs/tracefs.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/tracefs/tracefs.h b/include/tracefs/tracefs.h index bd3f732..85690b6 100644 --- a/include/tracefs/tracefs.h +++ b/include/tracefs/tracefs.h @@ -34,9 +34,6 @@ char *tracefs_instance_file_read(struct tracefs_instance *instance, char *file, int *psize); /* events */ -struct tep_record * -tracefs_read_page_record(struct tep_handle *tep, void *page, int size, - struct tep_record *last_record); void tracefs_list_free(char **list); char **tracefs_event_systems(const char *tracing_dir); char **tracefs_system_events(const char *tracing_dir, const char *system); -- 2.24.1
![]() |