On Tue, 10 Jul 2018 18:23:49 +0300 "Yordan Karadzhov (VMware)" <y.karadz@xxxxxxxxx> wrote: > > + n_cpus = tracecmd_cpus(kshark_ctx->handle); > > + > > rows = calloc(total, sizeof(struct kshark_entry *)); > > if(!rows) > > I know it isn't from this patch, but there must be a space after the "if". Yeah, there's a few places that have that. I'll fix these with a separate patch. > > Please push this a.s.a.p Will do. Thanks! -- Steve