This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug translator/19362] Systemtap translator putting in two probes for each probe point in the systemtap.base/library.exp tests
- From: "wcohen at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Mon, 14 Dec 2015 21:19:44 +0000
- Subject: [Bug translator/19362] Systemtap translator putting in two probes for each probe point in the systemtap.base/library.exp tests
- Auto-submitted: auto-generated
- References: <bug-19362-6586 at http dot sourceware dot org/bugzilla/>
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.