Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 313480 Details for
Bug 457961
kprobes remove causing kernel panic on ia64 with 2.6.18-92.1.10.el5 kernel
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Script to cause crash
functioncallcount.stp (text/plain), 472 bytes, created by
William Cohen
on 2008-08-05 19:26:16 UTC
(
hide
)
Description:
Script to cause crash
Filename:
MIME Type:
Creator:
William Cohen
Created:
2008-08-05 19:26:16 UTC
Size:
472 bytes
patch
obsolete
># The following line command will probe all the functions ># in kernel's memory management code: ># ># stap functioncallcount.stp "*@mm/*.c" > >probe kernel.function(@1) { # probe functions listed on commandline > called[probefunc()] <<< 1 # add a count efficiently >} > >global called > >probe end { > foreach (fn in called-) # Sort by call count (in decreasing order) > # (fn+ in called) # Sort by function name > printf("%s %d\n", fn, @count(called[fn])) > exit() >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 457961
: 313480 |
313625