From e8ac6a5ee4cbe4ac130fe2e26f80ca97175b1528 Mon Sep 17 00:00:00 2001 From: compudj Date: Sat, 21 Aug 2004 18:58:01 +0000 Subject: [PATCH] changes in about box, add a .h to the Makefile.am git-svn-id: http://ltt.polymtl.ca/svn@829 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/AUTHORS | 20 ++++++++++++++----- ltt/branches/poly/README | 11 ++++++++++ ltt/branches/poly/ltt/Makefile.am | 1 + .../gui/lttvwindow/lttvwindow/callbacks.c | 19 ++++++++++-------- 4 files changed, 38 insertions(+), 13 deletions(-) diff --git a/ltt/branches/poly/AUTHORS b/ltt/branches/poly/AUTHORS index 5cc6fa1f..4a4449b5 100644 --- a/ltt/branches/poly/AUTHORS +++ b/ltt/branches/poly/AUTHORS @@ -1,13 +1,23 @@ -Project author: Karim Yaghmour +Linux Trace Toolkit Viewer Contributors : Michel Dagenais (New trace format, lttv main) Mathieu Desnoyers (Directory structure, build with automake/conf, - lttv gui, control flow view, gui green threads - with interruptible foreground and background computation, - detailed event list) -Benoit Des Ligneris (Cluster adaptation) + lttv gui, control flow view, gui cooperative trace reading + scheduler with interruptible foreground and background + computation, detailed event list) +Benoit Des Ligneris, Éric Clement (Cluster adaptation, work in progress) Xang-Xiu Yang (new trace reading library and converter, lttv gui, detailed event list and statistics view) Tom Zanussi (RelayFS) + +Strongly inspired from the original Linux Trace Toolkit Visualizer made by +Karim Yaghmour. + +Linux Trace Toolkit Viewer, Copyright (C) 2004 Michel Dagenais + Mathieu Desnoyers + Xang-Xiu Yang +Linux Trace Toolkit comes with ABSOLUTELY NO WARRANTY. +This is free software, and you are welcome to redistribute it +under certain conditions. See COPYING for details. diff --git a/ltt/branches/poly/README b/ltt/branches/poly/README index 3d02eba6..3effc741 100644 --- a/ltt/branches/poly/README +++ b/ltt/branches/poly/README @@ -40,6 +40,16 @@ lttv: Linux Trace Toolkit trace analysis tool and viewer. lttv/modules: Linux Trace Toolkit analysis tool and viewer plugin modules. specs: RPM config files (currently empty). +* The rest of the tools + +You must use the lastest versions of patches for the Linux Kernel. That includes +relayfs and ltt patches, available on the ltt-dev mailing list at +http://www.listserv.shafik.org/pipermail/ltt-dev/. You will find there the +lastest version of the trace daemon that must be used to create the traces. (in +the TraceToolkit package) + +Once your traces are created, you must use the convert tool to create a trace in +the proper format from them. * For Developers @@ -57,4 +67,5 @@ If you get the tree from the repository, you will need to use the autogen.sh script. It calls all the GNU tools needed to prepare the tree configuration. + Mathieu Desnoyers diff --git a/ltt/branches/poly/ltt/Makefile.am b/ltt/branches/poly/ltt/Makefile.am index cc5eed55..66120c42 100644 --- a/ltt/branches/poly/ltt/Makefile.am +++ b/ltt/branches/poly/ltt/Makefile.am @@ -16,6 +16,7 @@ libtraceread_la_SOURCES = event.c facility.c parser.c tracefile.c type.c noinst_HEADERS = parser.h ltt-private.h lttinclude_HEADERS = \ + compiler.h\ event.h\ facility.h\ ltt.h\ diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c index 0f6aaa3e..9efc77a9 100644 --- a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c +++ b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c @@ -3176,23 +3176,26 @@ on_about_activate (GtkMenuItem *menuitem, GtkWidget *label2 = gtk_label_new(""); gtk_misc_set_padding(GTK_MISC(label2), 10, 20); gtk_label_set_markup(GTK_LABEL(label2), "\ -Project author: Karim Yaghmour\n\ -\n\ Contributors :\n\ \n\ Michel Dagenais (New trace format, lttv main)\n\ Mathieu Desnoyers (Directory structure, build with automake/conf,\n\ - lttv gui, control flow view, gui green threads\n\ - with interruptible foreground and background computation,\n\ - detailed event list)\n\ -Benoit Des Ligneris (Cluster adaptation)\n\ + lttv gui, control flow view, gui cooperative trace reading + scheduler with interruptible foreground and background\n + computation, detailed event list)\n\ +Benoit Des Ligneris, Éric Clement (Cluster adaptation, work in progress)\n\ Xang-Xiu Yang (new trace reading library and converter, lttv gui, \n\ detailed event list and statistics view)\n\ -Tom Zanussi (RelayFS)"); +Tom Zanussi (RelayFS)\n\ +\n\ +Strongly inspired from the original Linux Trace Toolkit Visualizer made by\n\ +Karim Yaghmour"); GtkWidget *label3 = gtk_label_new(""); gtk_label_set_markup(GTK_LABEL(label3), "\ -Linux Trace Toolkit, Copyright (C) 2004 Karim Yaghmour\n\ +Linux Trace Toolkit Viewer, Copyright (C) 2004 Michel Dagenais\n\ + Mathieu Desnoyers\n\ + Xang-Xiu Yang\n\ Linux Trace Toolkit comes with ABSOLUTELY NO WARRANTY.\n\ This is free software, and you are welcome to redistribute it\n\ under certain conditions. See COPYING for details."); -- 2.34.1