From: compudj Date: Thu, 7 Dec 2006 20:58:03 +0000 (+0000) Subject: kernel thread stack size = 1 X-Git-Tag: v0.12.20~1196 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=3a686a8b8e3a4808c8c905168a33b461bc740a6b;p=lttv.git kernel thread stack size = 1 git-svn-id: http://ltt.polymtl.ca/svn@2293 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/lttv/lttv/stats.c b/ltt/branches/poly/lttv/lttv/stats.c index c71b2045..6e6a61f2 100644 --- a/ltt/branches/poly/lttv/lttv/stats.c +++ b/ltt/branches/poly/lttv/lttv/stats.c @@ -498,8 +498,6 @@ static void mode_end(LttvTracefileStats *tfcs) *(elapsed_time.v_time) = ltt_time_add(*(elapsed_time.v_time), delta); - //g_assert(delta.tv_nsec != 14736); - lttv_attribute_find(tfcs->current_events_tree, LTTV_STATS_CPU_TIME, LTTV_TIME, &cpu_time);