summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog47
1 files changed, 38 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 4306992a..342cb6d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+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.
+
+2008-02-19 Roland McGrath <roland@redhat.com>
+
+ * tapsets.cxx (query_module): Use dwfl_module_getdwarf rather
+ than dwfl_module_getelf for e_machine check.
+ (dwarf_query::get_blacklist_section): Likewise for section search.
+ Ignore non-SHF_ALLOC sections.
+
+2008-02-19 Frank Ch. Eigler <fche@elastic.org>
+
+ * tapsets.cxx (query_module): Tweak elf-machine checking to
+ better represent elfutils idioms.
+
2008-02-19 Frank Ch. Eigler <fche@elastic.org>
PR 5766.
@@ -69,7 +98,7 @@
PR5750.
From Eugeniy Meshcheryakov eugen@debian.org:
* configure.ac (HAVE_LIBSQLITE3): Complete AC_DEFINE.
-
+
* configure, INSTALL, missing, compile, depcomp, install-sh:
autoreconf -fi'd.
@@ -102,7 +131,7 @@
"$arg" or "$format".
(mark_derived_probe_group::emit_module_decls): Sets up "$format"
data.
-
+
PR 5650 (parital)
* systemtap.spec.in: Moved %pre section to the systemtap-runtime
rpm.
@@ -185,7 +214,7 @@
* acsite.m4: Removed.
* systemtap.spec.in: Minimum elfutils version number is no longer
filled in by configure.
-
+
PR 5650 (partial).
* configure.ac: Handles sqlite optional functionality correctly.
If enabled/disabled by the user, do the right thing. If not
@@ -493,8 +522,8 @@
* stapex.5.in: Ditto.
* stapfuncs.5.in: Ditto. ALso remove print and printf. They are
documented in stap.1.in.
-
-2007-11-12 Martin Hunt <hunt@redhat.com>
+
+2007-11-12 Martin Hunt <hunt@redhat.com>
* translate.cxx (visit_print_format): Strings without a format or
formatted with "%s" or "%s\n" should be printed with calls to _stp_print().
@@ -508,7 +537,7 @@
* parse.cxx (parse_symbol): Set print_char bool in print_format.
2007-11-12 Martin Hunt <hunt@redhat.com>
-
+
* tapsets.cxx (build_blacklist): Add __raw_spin_is_locked.
2007-10-25 Josh Stone <joshua.i.stone@intel.com>
@@ -557,13 +586,13 @@
* stapprobes.5.in: Removed C label reference.
Clarified source path requirements for probe
- definitions. Fixed some vertical spacing
- issues.
+ definitions. Fixed some vertical spacing
+ issues.
2007-10-18 Mike Mason <mmlnx@us.ibm.com>
* stapfuncs.5.in: Corrected tokenize description.
- Added task_* functions.
+ Added task_* functions.
2007-10-16 Jim Keniston <jkenisto@us.ibm.com>