public inbox for sid-cvs@sourceware.org
help / color / mirror / Atom feed
* src/sid/component/profiling ChangeLog gprof.cxx
@ 2002-02-18 10:04 fche
0 siblings, 0 replies; 8+ messages in thread
From: fche @ 2002-02-18 10:04 UTC (permalink / raw)
To: sid-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: fche@sources.redhat.com 2002-02-18 10:04:22
Modified files:
sid/component/profiling: ChangeLog gprof.cxx
Log message:
2002-02-18 Frank Ch. Eigler <fche@redhat.com>
* gprof.cxx (store): Emit high_pc for histogram as gprof expects it
(exclusive upper limit), not actual (maximum value).
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/profiling/ChangeLog.diff?cvsroot=src&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/profiling/gprof.cxx.diff?cvsroot=src&r1=1.5&r2=1.6
^ permalink raw reply [flat|nested] 8+ messages in thread
* src/sid/component/profiling ChangeLog gprof.cxx
@ 2006-06-26 21:05 brolley
0 siblings, 0 replies; 8+ messages in thread
From: brolley @ 2006-06-26 21:05 UTC (permalink / raw)
To: sid-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: brolley@sourceware.org 2006-06-26 21:05:38
Modified files:
sid/component/profiling: ChangeLog gprof.cxx
Log message:
2006-06-26 Dave Brolley <brolley@redhat.com>
* gprof.cxx (target_attribute): Removed from gprof_component.
(pc_pin,pc_hi_pin): Added to gprof_component.
(bucket_size_set): Use local reference for this->stats[current_stats].
(accumulate_call): Likewise.
(accumulate): Likewise. Use pc_pin and pc_hi_pin instead of
target_attribute to get the pc.
(gprof_component): Add pc and pc-hi pins. Don't add value-attribute
attribute. Initialize the driven value of pc_hi_pin with 0.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/profiling/ChangeLog.diff?cvsroot=src&r1=1.18&r2=1.19
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/profiling/gprof.cxx.diff?cvsroot=src&r1=1.16&r2=1.17
^ permalink raw reply [flat|nested] 8+ messages in thread
* src/sid/component/profiling ChangeLog gprof.cxx
@ 2006-06-14 20:38 brolley
0 siblings, 0 replies; 8+ messages in thread
From: brolley @ 2006-06-14 20:38 UTC (permalink / raw)
To: sid-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: brolley@sourceware.org 2006-06-14 20:38:56
Modified files:
sid/component/profiling: ChangeLog gprof.cxx
Log message:
2006-06-14 Dave Brolley <brolley@redhat.com>
* gprof.cxx (gprof_component): Remove sim_sched and sim_sched_event.
Remove the sim-sched-event attribute and the sim-sched relation.
(accumulate): Increment the bucket count by the value driven on the
pin.
(configure): No longer a subscription to the target scheduler to
maintain.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/profiling/ChangeLog.diff?cvsroot=src&r1=1.17&r2=1.18
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/profiling/gprof.cxx.diff?cvsroot=src&r1=1.15&r2=1.16
^ permalink raw reply [flat|nested] 8+ messages in thread
* src/sid/component/profiling ChangeLog gprof.cxx
@ 2005-08-23 21:08 brolley
0 siblings, 0 replies; 8+ messages in thread
From: brolley @ 2005-08-23 21:08 UTC (permalink / raw)
To: sid-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: brolley@sourceware.org 2005-08-23 21:08:35
Modified files:
sid/component/profiling: ChangeLog gprof.cxx
Log message:
2005-08-23 Dave Brolley <brolley@redhat.com>
* gprof.cxx (configure): Don't reset the N-regular attribute of the
scheduler. Call accumulate when configuring for cycles=N.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/profiling/ChangeLog.diff?cvsroot=src&r1=1.14&r2=1.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/profiling/gprof.cxx.diff?cvsroot=src&r1=1.12&r2=1.13
^ permalink raw reply [flat|nested] 8+ messages in thread
* src/sid/component/profiling ChangeLog gprof.cxx
@ 2005-08-19 19:46 brolley
0 siblings, 0 replies; 8+ messages in thread
From: brolley @ 2005-08-19 19:46 UTC (permalink / raw)
To: sid-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: brolley@sourceware.org 2005-08-19 19:46:01
Modified files:
sid/component/profiling: ChangeLog gprof.cxx
Log message:
2005-08-19 Dave Brolley <brolley@redhat.com>
* Contribute the following changes:
2005-07-13 Dave Brolley <brolley@redhat.com>
* gprof.cxx (gprof_component): Inherit virtually from
fixed_attribute_map_component.
2005-05-29 Dave Brolley <brolley@redhat.com>
* gprof.cxx: Keep a vector of statistics to allow switching from
one output file to another dynamically.
(sid::pin,sidutil::configurable_component)
(sidutil::output_pin,sidutil::tokenize): Add using clauses.
(profiling_components): Inherit virtually from fixed_pin_map_component
and fixed_relation_map_component. Inherit from configurable_component.
(statistics): New struct type.
(stats,current_stats): New members of gprof_component.
(set_nothing,value_min_get,value_max_get,value_count_get,limit_min_get)
(limit_min_set,limit_max_get,limit_max_set,output_file_get)
(output_file_set): New methods of gprof_component.
(reset): Initialize stats vector.
(store): Call store stats for each element of the stats vector.
(configure): New virtual override in gprof_component.
(gprof_component): Call reset. Add sim-sched-event attribute. Add
sim-sched relation.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/profiling/ChangeLog.diff?cvsroot=src&r1=1.13&r2=1.14
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/profiling/gprof.cxx.diff?cvsroot=src&r1=1.11&r2=1.12
^ permalink raw reply [flat|nested] 8+ messages in thread
* src/sid/component/profiling ChangeLog gprof.cxx
@ 2003-05-14 14:59 brolley
0 siblings, 0 replies; 8+ messages in thread
From: brolley @ 2003-05-14 14:59 UTC (permalink / raw)
To: sid-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: brolley@sourceware.org 2003-05-14 14:59:52
Modified files:
sid/component/profiling: ChangeLog gprof.cxx
Log message:
2003-05-13 Dave Brolley <brolley@redhat.com>
* gprof.cxx (profiling_components): Set bucket count to zero when it
is empty.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/profiling/ChangeLog.diff?cvsroot=src&r1=1.11&r2=1.12
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/profiling/gprof.cxx.diff?cvsroot=src&r1=1.10&r2=1.11
^ permalink raw reply [flat|nested] 8+ messages in thread
* src/sid/component/profiling ChangeLog gprof.cxx
@ 2002-08-27 10:53 fche
0 siblings, 0 replies; 8+ messages in thread
From: fche @ 2002-08-27 10:53 UTC (permalink / raw)
To: sid-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: fche@sources.redhat.com 2002-08-27 10:53:24
Modified files:
sid/component/profiling: ChangeLog gprof.cxx
Log message:
2002-08-27 Frank Ch. Eigler <fche@redhat.com>
From Anthony Green <green@redhat.com>:
* gprof.cxx (store): Specify binary mode on output file.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/profiling/ChangeLog.diff?cvsroot=src&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/profiling/gprof.cxx.diff?cvsroot=src&r1=1.6&r2=1.7
^ permalink raw reply [flat|nested] 8+ messages in thread
* src/sid/component/profiling ChangeLog gprof.cxx
@ 2001-10-26 11:07 fche
0 siblings, 0 replies; 8+ messages in thread
From: fche @ 2001-10-26 11:07 UTC (permalink / raw)
To: sid-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: fche@sources.redhat.com 2001-12-01 06:40:23
Modified files:
sid/component/profiling: ChangeLog gprof.cxx
Log message:
2001-12-01 Frank Ch. Eigler <fche@redhat.com>
* gprof.cxx (make_pair): Import from std::.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/profiling/ChangeLog.diff?cvsroot=src&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/profiling/gprof.cxx.diff?cvsroot=src&r1=1.4&r2=1.5
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2006-06-26 21:05 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-18 10:04 src/sid/component/profiling ChangeLog gprof.cxx fche
-- strict thread matches above, loose matches on Subject: below --
2006-06-26 21:05 brolley
2006-06-14 20:38 brolley
2005-08-23 21:08 brolley
2005-08-19 19:46 brolley
2003-05-14 14:59 brolley
2002-08-27 10:53 fche
2001-10-26 11:07 fche
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).