]> git.karo-electronics.de Git - karo-tx-redboot.git/blob - packages/services/profile/gprof/v2_0/ChangeLog
ecbe547079f079614a11269addfc8ebe5f53f26f
[karo-tx-redboot.git] / packages / services / profile / gprof / v2_0 / ChangeLog
1 2005-05-13  Peter Korsgaard  <jacmet@sunsite.dk>
2
3         * doc/profile.sgml: Fixed typo in HAL support section.
4
5 2005-02-18  Bart Veer  <bartv@ecoscentric.com>
6
7         * doc/profile.sgml, misc/gprof.gdb, host/gprof.gdb,
8           host/acinclude.m4, host/aclocal.m4, host/configure,
9           host/configure.in, host/Makefile.am, host/Makefile.in:
10           Move gprof.gdb to the host subdirectory, and autoconfiscate it.
11
12 2003-09-29  Bart Veer  <bartv@ecoscentric.com>
13
14         * src/profile.c (profile_tftp_read_next): fix off-by-one error
15         which lost the first mcount record.
16
17         * doc/profile.sgml: fix typo
18
19         * cdl/profile_gprof.cdl: clarify description of the tftp port
20
21 2003-09-26  Bart Veer  <bartv@ecoscentric.com>
22
23         * cdl/profile_gprof.cdl, include/gmon.out.h, include/profile.h,
24         src/profile.c, misc/gprof.gdb, doc/gprof.sgml
25         Major update, including adding call graph support.
26
27 2003-04-27  Jonathan Larmour  <jifl@eCosCentric.com>
28
29         * src/profile.c (profile_on): Clear profile before use. Reported
30         by Suzuki, Ryouzaburou.
31
32 2003-02-24  Jonathan Larmour  <jifl@eCosCentric.com>
33
34         * cdl/profile_gprof.cdl: Add doc link.
35
36 2002-11-15  Gary Thomas  <gthomas@ecoscentric.com>
37
38         * include/gmon_out.h: Import non-GPL version from OpenBSD.
39
40         * doc/profile.sgml: Improve description of host/client and
41         target/server roles.
42
43         * src/profile.c: 
44         * cdl/profile_gprof.cdl: Allow TFTP port number to be configured.
45
46         * src/profile.c: 
47         * include/profile.h: Add proper C++ protections.  Change timer
48         callback function to be __profile_hit() - less polluting.
49
50         * doc/profile.sgml: New file.
51
52 2002-11-14  Gary Thomas  <gthomas@ecoscentric.com>
53
54         * src/profile.c: 
55         * include/profile.h: 
56         * include/gmon_out.h: 
57         * cdl/profile.cdl: New package to support application profiling.
58
59 //===========================================================================
60 //####ECOSGPLCOPYRIGHTBEGIN####
61 // -------------------------------------------
62 // This file is part of eCos, the Embedded Configurable Operating System.
63 // Copyright (C) 2003, 2005 eCosCentric Limited
64 // Copyright (C) 2002 Gary Thomas
65 //
66 // eCos is free software; you can redistribute it and/or modify it under
67 // the terms of the GNU General Public License as published by the Free
68 // Software Foundation; either version 2 or (at your option) any later version.
69 //
70 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
71 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
72 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
73 // for more details.
74 //
75 // You should have received a copy of the GNU General Public License along
76 // with eCos; if not, write to the Free Software Foundation, Inc.,
77 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
78 //
79 // As a special exception, if other files instantiate templates or use macros
80 // or inline functions from this file, or you compile this file and link it
81 // with other works to produce a work based on this file, this file does not
82 // by itself cause the resulting work to be covered by the GNU General Public
83 // License. However the source code for this file must still be made available
84 // in accordance with section (3) of the GNU General Public License.
85 //
86 // This exception does not invalidate any other reasons why a work based on
87 // this file might be covered by the GNU General Public License.
88 //
89 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
90 // at http://sources.redhat.com/ecos/ecos-license/
91 // -------------------------------------------
92 //####ECOSGPLCOPYRIGHTEND####
93 //===========================================================================