diff options
author | David Smith <dsmith@redhat.com> | 2009-06-17 15:42:12 -0500 |
---|---|---|
committer | David Smith <dsmith@redhat.com> | 2009-06-17 15:42:12 -0500 |
commit | 9eebc06b5e24480c7b6055a8b6f1c07512f293fb (patch) | |
tree | 299dec392939ebf1b2f793d19a69581678a98994 /tapsets.cxx | |
parent | bdbb4549b459294ed9bddb819e5602fb894313f7 (diff) | |
parent | 44b73c9d467fe0383d33dce5f1217e023f3b203b (diff) | |
download | systemtap-steved-9eebc06b5e24480c7b6055a8b6f1c07512f293fb.tar.gz systemtap-steved-9eebc06b5e24480c7b6055a8b6f1c07512f293fb.tar.xz systemtap-steved-9eebc06b5e24480c7b6055a8b6f1c07512f293fb.zip |
Merge commit 'origin/master' into pr7043
Diffstat (limited to 'tapsets.cxx')
-rw-r--r-- | tapsets.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tapsets.cxx b/tapsets.cxx index 843b6017..15dbeb81 100644 --- a/tapsets.cxx +++ b/tapsets.cxx @@ -3459,7 +3459,7 @@ dwarf_builder::build(systemtap_session & sess, << hex << probe_table.probe_arg << dec << endl; // Now expand the local variables in the probe body - sdt_var_expanding_visitor svv (module_name, probe_table.mark_name, + sdt_var_expanding_visitor svv (module_name, probe_table.probe_name, probe_table.probe_arg, false); new_base->body = svv.require (new_base->body); @@ -3499,7 +3499,7 @@ dwarf_builder::build(systemtap_session & sess, probe_table.convert_probe(new_base); // Expand the local variables in the probe body - sdt_var_expanding_visitor svv (module_name, probe_table.mark_name, + sdt_var_expanding_visitor svv (module_name, probe_table.probe_name, probe_table.probe_arg, true); new_base->body = svv.require (new_base->body); probe_table.convert_location(new_base, new_location); |