On Thu, 19 Nov 2020 18:14:36 +0200 "Yordan Karadzhov (VMware)" <y.karadz@xxxxxxxxx> wrote: > > > >> + > >> + if (sd < 0) { > >> + kshark_free(kshark_ctx); > >> + return 1; > >> + } > >> + > >> + /* Initialize data streams for all buffers in this file. */ > >> + kshark_tep_init_all_buffers(kshark_ctx, sd); > > And here is the place where it opens in separate streams the other > buffers that are in the same file. > Ah so it requires that the file have buffers recorded. OK, I'll try it out. -- Steve