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/15466] New: add fallback for timer.profile on kernels without register_timer_hook()


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

             Bug #: 15466
           Summary: add fallback for timer.profile on kernels without
                    register_timer_hook()
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: tapsets
        AssignedTo: systemtap@sourceware.org
        ReportedBy: smakarov@redhat.com
    Classification: Unclassified


Recent kernels have taken out the register_timer_hook() mechanism. Until a
suitable tracepoint is added back, timer.profile should be changed to an alias
that falls back to something roughly equivalent like perf.sw.cpu_clock. (The
actual underlying probe point should be renamed something like
timer.profile.tick.)

-- 
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]