]> sourceware.org Git - systemtap.git/commit
2008-04-11 David Smith <dsmith@redhat.com>
authorDavid Smith <dsmith@redhat.com>
Fri, 11 Apr 2008 14:52:55 +0000 (09:52 -0500)
committerDavid Smith <dsmith@redhat.com>
Fri, 11 Apr 2008 14:52:55 +0000 (09:52 -0500)
commit342d3f9693ea4eead68ba8ff841132a7adc7776b
treeff28366732005e38c4cdd9db71196204c8a255d2
parent0f3f43c992867e6b1a963872b83ea1dcbf7ddd96
2008-04-11  David Smith  <dsmith@redhat.com>

* elaborate.h (struct derived_probe_group): Added
emit_module_header virtual function.
* translate.cxx (c_unparser::emit_common_header): Calls each probe
group's emit_module_header function.
(translate_pass): Moved inclusion of linux/marker.h to
mark_derived_probe_group::emit_module_header().
* tapsets.cxx (struct be_derived_probe_group): Added empty
emit_module_header function.
(struct timer_derived_probe_group): Ditto.
(struct profile_derived_probe_group): Ditto.
(struct procfs_derived_probe_group): Ditto.
(struct hrtimer_derived_probe_group): Ditto.
(struct perfmon_derived_probe_group): Ditto.
(dwarf_derived_probe_group::emit_module_header): Moved kprobes
kernel check from emit_module_decls() to here.
(uprobe_derived_probe_group::emit_module_header): Moved uprobe
kernel check from emit_module_decls() to here.
(uprobe_derived_probe_group::emit_module_decls): Moved uprobe
kernel check to emit_module_header().
(mark_derived_probe_group::emit_module_header): Moved marker
kernel check from emit_module_decls and translate_pass() to here.
(uprobe_derived_probe_group::emit_module_decls): Moved marker
kernel check to emit_module_header().
ChangeLog
elaborate.h
tapsets.cxx
translate.cxx
This page took 0.027293 seconds and 5 git commands to generate.