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 tapsets/13479] ARM tapset/scheduler.stp refers to kernel.function("__switch_to")


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

Mark Wielaard <mjw at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from Mark Wielaard <mjw at redhat dot com> 2011-12-17 01:33:44 UTC ---
Although this actual testcase was already fixed by the recent rewrite of the
tapset/scheduler.stp probe scheduler.ctxswitch, and that works because my
kernel setup has the kernel.trace("sched_switch") available, I still made the
arch selection change because arm does indeed have
kernel.function("context_switch"), not kernel.function("__switch_to").

commit a5f655a7ebb86195123ffd12a544ce65bf050747
Author: Mark Wielaard <mjw@redhat.com>
Date:   Sat Dec 17 02:32:57 2011 +0100

    scheduler.ctxswitch: arm has context_switch(), not __switch_to().

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]