Summary: | review ftrace options | ||
---|---|---|---|
Product: | frysk | Reporter: | Andrew Cagney <cagney> |
Component: | general | Assignee: | Unassigned <frysk-bugzilla> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | P2 | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Host: | Target: | ||
Build: | Last reconfirmed: | ||
Bug Depends on: | |||
Bug Blocks: | 2245 |
Description
Andrew Cagney
2008-01-30 14:16:27 UTC
Per our IRC discussion, I implemented the following: * ftrace supports -stack option, which enforces stack tracing on each hit (be it syscall or function call). * ftrace doesn't recognize -S and -t anymore. Instead, it understands -sys option, with the meaning similar to -plt and friends. System calls are not traced by default anymore. * Manual page has been updated accordingly. (Implemented in 7cd0b6627235a9e66fe836693d83dc496a5c7a89.) |