public inbox for ecos-cvs@sourceware.org
help / color / mirror / Atom feed
* ecos/packages/services/profile/gprof/current C ...
@ 2003-04-27 21:55 jlarmour
  0 siblings, 0 replies; 8+ messages in thread
From: jlarmour @ 2003-04-27 21:55 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jlarmour@sourceware.org	2003-04-27 21:55:13

Modified files:
	packages/services/profile/gprof/current: ChangeLog 
	packages/services/profile/gprof/current/src: profile.c 

Log message:
	* src/profile.c (profile_on): Clear profile before use. Reported
	by Suzuki, Ryouzaburou.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* ecos/packages/services/profile/gprof/current C ...
@ 2008-11-03 14:25 asl
  0 siblings, 0 replies; 8+ messages in thread
From: asl @ 2008-11-03 14:25 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2008-11-03 14:25:01

Modified files:
	packages/services/profile/gprof/current: ChangeLog 
	packages/services/profile/gprof/current/src: profile.c 

Log message:
	* src/profile.c: do not relaunch tftpd thread upon second invocation
	of profile_on


^ permalink raw reply	[flat|nested] 8+ messages in thread

* ecos/packages/services/profile/gprof/current C ...
@ 2007-12-21 16:47 jlarmour
  0 siblings, 0 replies; 8+ messages in thread
From: jlarmour @ 2007-12-21 16:47 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jlarmour@sourceware.org	2007-12-21 16:47:15

Modified files:
	packages/services/profile/gprof/current: ChangeLog 
	packages/services/profile/gprof/current/doc: profile.sgml 
	packages/services/profile/gprof/current/include: profile.h 
	packages/services/profile/gprof/current/src: profile.c 

Log message:
	* include/profile.h: Declare profile_off.
	* src/profile.c: Added support for invoking profile_on() multiple
	times. It now stops profiling and sets up a fresh profiling range
	on every invocation using new profile_off() function.
	* doc/profile.sgml: Document it.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* ecos/packages/services/profile/gprof/current C ...
@ 2005-06-07 18:15 asl
  0 siblings, 0 replies; 8+ messages in thread
From: asl @ 2005-06-07 18:15 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2005-06-07 18:15:02

Modified files:
	packages/services/profile/gprof/current: ChangeLog 
	packages/services/profile/gprof/current/doc: profile.sgml 

Log message:
	* doc/profile.sgml: Fixed typo in HAL support section.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* ecos/packages/services/profile/gprof/current C ...
@ 2003-02-24 14:35 jlarmour
  0 siblings, 0 replies; 8+ messages in thread
From: jlarmour @ 2003-02-24 14:35 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jlarmour@sourceware.org	2003-02-24 14:35:05

Modified files:
	packages/services/profile/gprof/current: ChangeLog 
	packages/services/profile/gprof/current/cdl: profile_gprof.cdl 

Log message:
	* cdl/profile_gprof.cdl: Add doc link.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* ecos/packages/services/profile/gprof/current C ...
@ 2002-11-15 10:36 gthomas
  0 siblings, 0 replies; 8+ messages in thread
From: gthomas @ 2002-11-15 10:36 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	gthomas@sourceware.org	2002-11-15 10:36:28

Modified files:
	packages/services/profile/gprof/current: ChangeLog 
	packages/services/profile/gprof/current/doc: profile.sgml 
	packages/services/profile/gprof/current/include: gmon_out.h 

Log message:
	Improve documentation.  Replace gmon_out.h with non-GPL version.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* ecos/packages/services/profile/gprof/current C ...
@ 2002-11-15  7:03 gthomas
  0 siblings, 0 replies; 8+ messages in thread
From: gthomas @ 2002-11-15  7:03 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	gthomas@sourceware.org	2002-11-15 07:03:50

Modified files:
	packages/services/profile/gprof/current: ChangeLog 
	packages/services/profile/gprof/current/cdl: profile_gprof.cdl 
	packages/services/profile/gprof/current/src: profile.c 

Log message:
	Make TFTP port configurable.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* ecos/packages/services/profile/gprof/current C ...
@ 2002-11-15  6:32 gthomas
  0 siblings, 0 replies; 8+ messages in thread
From: gthomas @ 2002-11-15  6:32 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	gthomas@sourceware.org	2002-11-15 06:32:34

Modified files:
	packages/services/profile/gprof/current: ChangeLog 
	packages/services/profile/gprof/current/include: profile.h 
	packages/services/profile/gprof/current/src: profile.c 
Added files:
	packages/services/profile/gprof/current/doc: profile.sgml 

Log message:
	Changes in profiling API.  Add documentation.


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2008-11-03 14:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-27 21:55 ecos/packages/services/profile/gprof/current C jlarmour
  -- strict thread matches above, loose matches on Subject: below --
2008-11-03 14:25 asl
2007-12-21 16:47 jlarmour
2005-06-07 18:15 asl
2003-02-24 14:35 jlarmour
2002-11-15 10:36 gthomas
2002-11-15  7:03 gthomas
2002-11-15  6:32 gthomas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).