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