On Thu, 28 Jun 2018 19:30:06 +0300 "Yordan Karadzhov (VMware)" <y.karadz@xxxxxxxxx> wrote: > +size_t kshark_load_data_entries(struct kshark_context *kshark_ctx, > + struct kshark_entry ***data_rows) > +{ > + int n_cpus = tracecmd_cpus(kshark_ctx->handle); > + int cpu, next_cpu; > + size_t count, total = 0; > + uint64_t ts; > + Git warned me that the above has whitespace (tab) at end of line. > + struct pevent_record *rec; > + struct kshark_entry *entry, **next; > + struct kshark_entry **cpu_list, **rows; > + struct kshark_task_list *task; [..] > +char* kshark_dump_entry(struct kshark_entry *entry) > +{ > + struct pevent_record *data; > + struct event_format *event; > + > + const char *event_name, *task, *lat, *info; > + char *tmp_str, *entry_str; > + int event_id, size = 0; > + And here too. -- Steve > + struct kshark_context *kshark_ctx = NULL; > + kshark_instance(&kshark_ctx); > + > + if (!seq.buffer) > + trace_seq_init(&seq); > + > + if (!seq.buffer) > + return NULL; > +
![]() |