Add reference counts to state and stats saved attributes. This way, the
[lttv.git] / ltt / branches / poly / include / lttv / stats.h
index e732856a1f9d8cc9eccacdb574d83f35a1b6f4f2..37d3694530271b5656eecc8c4fe6826ab54bdfcd 100644 (file)
@@ -1,3 +1,21 @@
+/* This file is part of the Linux Trace Toolkit viewer
+ * Copyright (C) 2003-2004 Michel Dagenais
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License Version 2 as
+ * published by the Free Software Foundation;
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, 
+ * MA 02111-1307, USA.
+ */
+
 #ifndef STATS_H
 #define STATS_H
 
@@ -132,9 +150,9 @@ gboolean lttv_stats_add_event_hooks(LttvTracesetStats *self);
 
 gboolean lttv_stats_remove_event_hooks(LttvTracesetStats *self);
 
-void lttv_stats_save_statistics(LttvTracesetStats *self);
+void lttv_stats_sum_traceset(LttvTracesetStats *self);
 
-gboolean lttv_stats_load_statistics(LttvTracesetStats *self);
+void lttv_stats_sum_trace(LttvTraceStats *self);
 
 
 /* The LttvTracesetStats, LttvTraceStats and LttvTracefileStats types
This page took 0.022942 seconds and 4 git commands to generate.