This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]