diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -1,3 +1,33 @@ +2008-01-17 David Smith <dsmith@redhat.com> + + * tapsets.cxx + (procfs_var_expanding_copy_visitor::visit_target_symbol): Print an + error when trying to use the procfs target variable '$value' as an + array or structure. + (perfmon_var_expanding_copy_visitor::visit_target_symbol): Print an + error when trying to use the perfmon target variable '$counter as + an array or structure. + +2008-01-16 David Smith <dsmith@redhat.com> + + PR 5608. + * tapsets.cxx + (mark_var_expanding_copy_visitor::visit_target_symbol): Print an + error when trying to use a marker argument as an array or + structure. + +2008-01-16 Eugene Teo <eteo@redhat.com> + + * stapfuncs.5.in: Document signal.stp tapset functions. + +2008-01-14 Martin Hunt <hunt@redhat.com> + * translate.cxx (emit_module_init): Call _stp_print_kernel_info() + to print out version information and internal memory usage stats. + +2008-01-14 Martin Hunt <hunt@redhat.com> + * translate.cxx (emit_module_exit): When using timing, delete timing + stats when finished. + 2008-01-12 Frank Ch. Eigler <fche@elastic.org> * configure.ac: Generate a build tree SNAPSHOT file from git-rev-list, |