This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src ChangeLog stapprobes.5.in tapsets.cxx


CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	dsmith@sourceware.org	2008-02-20 19:04:04

Modified files:
	.              : ChangeLog stapprobes.5.in tapsets.cxx 

Log message:
	2008-02-20  David Smith  <dsmith@redhat.com>
	
	* tapsets.cxx (struct mark_derived_probe): Renamed 'probe_sig' to
	'probe_format'.
	(mark_derived_probe::mark_derived_probe): Added new "format" probe
	point component.
	(mark_derived_probe::parse_probe_format): Renamed from
	'mark_derived_probe::parse_probe_sig'.
	(struct mark_builder): Added typedefs.  Converted mark_cache from
	a map to a multimap to handle markers with the same name but
	different formats.
	(mark_builder::build): Added new 'format' probe parameter.
	(register_standard_tapsets): Added new 'format' marker probe
	optional parameter.
	* stapprobes.5.in (parts): Documented new "format" probe
	component.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.790&r2=1.791
http://sourceware.org/cgi-bin/cvsweb.cgi/src/stapprobes.5.in.diff?cvsroot=systemtap&r1=1.37&r2=1.38
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapsets.cxx.diff?cvsroot=systemtap&r1=1.248&r2=1.249


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]