[Bug translator/19362] Systemtap translator putting in two probes for each probe point in the systemtap.base/library.exp tests

wcohen at redhat dot com sourceware-bugzilla@sourceware.org
Mon Dec 14 21:19:00 GMT 2015


https://sourceware.org/bugzilla/show_bug.cgi?id=19362

--- Comment #1 from William Cohen <wcohen at redhat dot com> ---
A git bisect points to the following commit causing the failure:

commit 1341a03cc550835d5ddab35bb9333e43bd623714
Author: Josh Stone <jistone@redhat.com>
Date:   Mon Nov 16 17:58:13 2015 -0800

    Drop the string name from struct probe

    The name is only used occasionally, so saving the string is wasting
    space.  It's simply "probe_"+index, so let's store the index as an
    identifier, and generate the name on the fly.  This saves noticeable
    time and space when parsing large tapsets like qemu's.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Systemtap mailing list