public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug translator/11739] alibi flag
       [not found] <bug-11739-1110@http.sourceware.org/bugzilla/>
@ 2010-10-05  1:10 ` jistone at redhat dot com
  0 siblings, 0 replies; 2+ messages in thread
From: jistone at redhat dot com @ 2010-10-05  1:10 UTC (permalink / raw)
  To: systemtap

http://sourceware.org/bugzilla/show_bug.cgi?id=11739

Josh Stone <jistone at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
                 CC|                            |jistone at redhat dot com
         Resolution|                            |FIXED

--- Comment #2 from Josh Stone <jistone at redhat dot com> 2010-10-05 01:10:17 UTC ---
Commit 653e6a9 adds STP_ALIBI with atomic hit-counts.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug translator/11739] alibi flag
  2010-06-23  9:48 [Bug translator/11739] New: " fche at redhat dot com
@ 2010-09-01 21:15 ` jistone at redhat dot com
  0 siblings, 0 replies; 2+ messages in thread
From: jistone at redhat dot com @ 2010-09-01 21:15 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From jistone at redhat dot com  2010-09-01 21:14 -------
Even the timers have their restart code outside the prologue->epilogue block, so
I think this is as simple as:

--- a/tapsets.cxx
+++ b/tapsets.cxx
@@ -79,6 +79,8 @@ void
 common_probe_entryfn_prologue (translator_output* o, string statestr,
                                string probe, bool overload_processing)
 {
+  o->newline() << "#ifndef STP_ALIBI";
+
   o->newline() << "struct context* __restrict__ c;";
   o->newline() << "#if !INTERRUPTIBLE";
   o->newline() << "unsigned long flags;";
@@ -261,6 +263,8 @@ common_probe_entryfn_epilogue (translator_output* o,
   o->newline() << "#else";
   o->newline() << "local_irq_restore (flags);";
   o->newline() << "#endif";
+
+  o->newline() << "#endif // STP_ALIBI";
 }


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


http://sourceware.org/bugzilla/show_bug.cgi?id=11739

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-10-05  1:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-11739-1110@http.sourceware.org/bugzilla/>
2010-10-05  1:10 ` [Bug translator/11739] alibi flag jistone at redhat dot com
2010-06-23  9:48 [Bug translator/11739] New: " fche at redhat dot com
2010-09-01 21:15 ` [Bug translator/11739] " jistone at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).