We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf80e0b commit a258235Copy full SHA for a258235
contrib/plugins/bap-tracing/tracing.c
@@ -184,6 +184,7 @@ static void flush_and_write_toc_entry(FrameBuffer *fbuf) {
184
g_rw_lock_writer_unlock(&state.file_lock);
185
}
186
187
+static void flush_all_frame_bufs(void) __attribute__((unused));
188
static void flush_all_frame_bufs(void) {
189
g_rw_lock_writer_lock(&state.file_lock);
190
g_rw_lock_writer_lock(&state.toc_entries_offsets_lock);
0 commit comments