Hide internal functions of libbabeltrace-ctf
[babeltrace.git] / formats / ctf / ctf.c
index a8f8408910c0b32ab0931b3f9581f89d751227dd..a55f5e4e07a7068e1056fbcafbafbdabbe0e842f 100644 (file)
@@ -307,6 +307,7 @@ void ctf_update_timestamp(struct ctf_stream_definition *stream,
  * Print timestamp, rescaling clock frequency to nanoseconds and
  * applying offsets as needed (unix time).
  */
+static
 void ctf_print_timestamp_real(FILE *fp,
                        struct ctf_stream_definition *stream,
                        uint64_t timestamp)
@@ -371,6 +372,7 @@ end:
 /*
  * Print timestamp, in cycles
  */
+static
 void ctf_print_timestamp_cycles(FILE *fp,
                struct ctf_stream_definition *stream,
                uint64_t timestamp)
@@ -1724,7 +1726,7 @@ error:
        return NULL;
 }
 
-
+static
 void ctf_init_mmap_pos(struct ctf_stream_pos *pos,
                struct mmap_stream *mmap_info)
 {
@@ -1815,6 +1817,7 @@ error_def:
        return ret;
 }
 
+static
 int ctf_open_mmap_trace_read(struct ctf_trace *td,
                struct mmap_stream_list *mmap_list,
                void (*packet_seek)(struct stream_pos *pos, size_t index,
This page took 0.023926 seconds and 4 git commands to generate.