From mboxrd@z Thu Jan 1 00:00:00 1970 From: compudj@krystal.dyndns.org (Mathieu Desnoyers) Date: Fri, 5 Dec 2008 06:16:51 -0500 Subject: [ltt-dev] LTT : cpu : 32043 events lost in cpu channel (cpu 1). In-Reply-To: <8d94e9280812050249g62c6953wc5db71146608e6b2@mail.gmail.com> References: <8d94e9280812050249g62c6953wc5db71146608e6b2@mail.gmail.com> Message-ID: <20081205111651.GA23312@Krystal> * Gian Lorenzo Meocci (glmeocci at gmail.com) wrote: > Hi all, > > I am trying to trace x264 code with a SCHED_RR policy for all threads. > When I use this policy or SCHED_FIFO policy I always obtain this > error: > > LTT : cpu : 32043 events lost in cpu channel (cpu 1). > > I am using: > Linux 2.6.27.4-profiled #2 SMP Fri Nov 7 14:17:36 CET 2008 i686 GNU/Linux > Linux Trace Toolkit Trace Daemon 0.57-28102008 > Linux Trace Toolkit Visualizer 0.11.5-06112008 > Try - Increasing the buffer size (see high event rate buffer size in lttctl --help) or the number of subbuffers. Note that those are both rounded to the next power of two. - Running in flight recorder mode. You would then have only the last X events from the trace, but you won't be limited by your disk output. - Having a faster disk output. - Looking at the most frequent events in the trace and disabling this instrumentation. using lttv -m textDump --noevent path_to_trace should help finding the most frequent event. Mathieu > > Thanks a lot, > > -- > Ing. Gian Lorenzo Meocci > http://www.meocci.it > > _______________________________________________ > ltt-dev mailing list > ltt-dev at lists.casi.polymtl.ca > http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev > -- Mathieu Desnoyers OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F BA06 3F25 A8FE 3BAE 9A68