public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* src ./ChangeLog ./NEWS ./elaborate.cxx ./parse ...
@ 2007-11-20  3:59 fche
  0 siblings, 0 replies; 2+ messages in thread
From: fche @ 2007-11-20  3:59 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	fche@sourceware.org	2007-11-20 03:59:19

Modified files:
	.              : ChangeLog NEWS elaborate.cxx parse.cxx 
	                 stapprobes.5.in staptree.cxx staptree.h 
	examples       : ChangeLog iostat-scsi.stp 
	testsuite      : ChangeLog 
	testsuite/parseok: five.stp 
Added files:
	testsuite/semok: twentyseven.stp 

Log message:
	PR 3887: sufficient+optional probe points
	
	2007-11-19  Frank Ch. Eigler  <fche@elastic.org>
	
	PR 3887.
	* staptree.h (probe_point): Add "sufficient" field.
	* staptree.cxx: Initialize it, print it.
	* parse.cxx (parse_probe_point): Parse it.
	* elaborate.cxx (derive_probes): Implement it.
	* stapprobes.5.in: Document it.
	* NEWS: Gloat about it.
	
	* parseok/five.stp, semok/twentyseven.stp: Test "!" probe point flag.
	
	* iostat-scsi.stp: Adopt "!" probe point flag.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.719&r2=1.720
http://sourceware.org/cgi-bin/cvsweb.cgi/src/NEWS.diff?cvsroot=systemtap&r1=1.18&r2=1.19
http://sourceware.org/cgi-bin/cvsweb.cgi/src/elaborate.cxx.diff?cvsroot=systemtap&r1=1.87&r2=1.88
http://sourceware.org/cgi-bin/cvsweb.cgi/src/parse.cxx.diff?cvsroot=systemtap&r1=1.72&r2=1.73
http://sourceware.org/cgi-bin/cvsweb.cgi/src/stapprobes.5.in.diff?cvsroot=systemtap&r1=1.34&r2=1.35
http://sourceware.org/cgi-bin/cvsweb.cgi/src/staptree.cxx.diff?cvsroot=systemtap&r1=1.65&r2=1.66
http://sourceware.org/cgi-bin/cvsweb.cgi/src/staptree.h.diff?cvsroot=systemtap&r1=1.54&r2=1.55
http://sourceware.org/cgi-bin/cvsweb.cgi/src/examples/ChangeLog.diff?cvsroot=systemtap&r1=1.13&r2=1.14
http://sourceware.org/cgi-bin/cvsweb.cgi/src/examples/iostat-scsi.stp.diff?cvsroot=systemtap&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/src/testsuite/ChangeLog.diff?cvsroot=systemtap&r1=1.176&r2=1.177
http://sourceware.org/cgi-bin/cvsweb.cgi/src/testsuite/parseok/five.stp.diff?cvsroot=systemtap&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/testsuite/semok/twentyseven.stp.diff?cvsroot=systemtap&r1=NONE&r2=1.1


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

* src ./ChangeLog ./NEWS ./elaborate.cxx ./parse ...
@ 2007-03-22 20:54 fche
  0 siblings, 0 replies; 2+ messages in thread
From: fche @ 2007-03-22 20:54 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	fche@sourceware.org	2007-03-22 20:54:28

Modified files:
	.              : ChangeLog NEWS elaborate.cxx parse.cxx 
	                 stapprobes.5.in staptree.h tapsets.cxx 
	runtime        : ChangeLog sym.c 
	testsuite      : ChangeLog 
	testsuite/systemtap.base: probefunc.exp 
Added files:
	testsuite/buildok: twentyeight.stp 
	testsuite/semko: thirtyeight.stp thirtyseven.stp 

Log message:
	2007-03-22  Frank Ch. Eigler  <fche@elastic.org>
	
	PR 4224.
	* staptree.h (probe): Add privileged field.
	* elaborate.cxx, parse.cxx: Pass privileged flag to probes.
	* tapsets.cxx (dwarf_query): Add has_absolute field.
	(dwarf_derived_probe ctor): Tolerate it.
	(register_patterns): Expose it.
	(dwarf_builder::build): Implement it with no dwfl whatsoever.
	* NEWS: Document kernel.statement().absolute.
	* stapprobes.5.in: Ditto.
	
	2007-03-22  Frank Ch. Eigler  <fche@elastic.org>
	
	PR 4224.
	* systemtap.base/probefunc.exp: Use kernel.statement().absolute
	instead with grep-found schedule_tick address.
	* semko/thirtyseven.stp, thirtyeight.stp: New tests.
	* buildok/twentyeight.stp: New test.
	
	2007-03-22  Frank Ch. Eigler  <fche@elastic.org>
	
	* sym.c (_stp_module_relocate): Tolerate empty section string.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.581&r2=1.582
http://sourceware.org/cgi-bin/cvsweb.cgi/src/NEWS.diff?cvsroot=systemtap&r1=1.7&r2=1.8
http://sourceware.org/cgi-bin/cvsweb.cgi/src/elaborate.cxx.diff?cvsroot=systemtap&r1=1.76&r2=1.77
http://sourceware.org/cgi-bin/cvsweb.cgi/src/parse.cxx.diff?cvsroot=systemtap&r1=1.62&r2=1.63
http://sourceware.org/cgi-bin/cvsweb.cgi/src/stapprobes.5.in.diff?cvsroot=systemtap&r1=1.27&r2=1.28
http://sourceware.org/cgi-bin/cvsweb.cgi/src/staptree.h.diff?cvsroot=systemtap&r1=1.49&r2=1.50
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapsets.cxx.diff?cvsroot=systemtap&r1=1.189&r2=1.190
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/ChangeLog.diff?cvsroot=systemtap&r1=1.196&r2=1.197
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/sym.c.diff?cvsroot=systemtap&r1=1.18&r2=1.19
http://sourceware.org/cgi-bin/cvsweb.cgi/src/testsuite/ChangeLog.diff?cvsroot=systemtap&r1=1.72&r2=1.73
http://sourceware.org/cgi-bin/cvsweb.cgi/src/testsuite/buildok/twentyeight.stp.diff?cvsroot=systemtap&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/testsuite/semko/thirtyeight.stp.diff?cvsroot=systemtap&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/testsuite/semko/thirtyseven.stp.diff?cvsroot=systemtap&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/testsuite/systemtap.base/probefunc.exp.diff?cvsroot=systemtap&r1=1.3&r2=1.4


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

end of thread, other threads:[~2007-11-20  3:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-20  3:59 src ./ChangeLog ./NEWS ./elaborate.cxx ./parse fche
  -- strict thread matches above, loose matches on Subject: below --
2007-03-22 20:54 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).