]> sourceware.org Git - systemtap.git/commit
parser: eliminate needless probe-point-component token duplication
authorFrank Ch. Eigler <fche@redhat.com>
Fri, 7 Aug 2015 19:26:31 +0000 (15:26 -0400)
committerAbegail Jakop <ajakop@redhat.com>
Tue, 18 Aug 2015 17:24:15 +0000 (13:24 -0400)
commiteadd685c7d44342ebee8dc2959cbc1e11187164b
tree64389d684006c65f76cfaade25cb8ff2169668f8
parent7eae03f8629363ef9743babef28d4b9ed603798b
parser: eliminate needless probe-point-component token duplication

parser::parse_probe_point created a new token unnecessarily, on the
off chance that a component had to be extended due to wildcards like

  probe foo*

Now this is done only if necessary, and even then not by creating
a new token but rewriting the content of a previous one.
parse.cxx
This page took 0.023978 seconds and 5 git commands to generate.