Bug 5695

Summary: review ftrace options
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: 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
since we're not to concerned with compatibility at this point, it is probably
useful to review the current options and their interaction; for instance
long/short options for everything
Comment 1 Petr Machata 2008-02-11 16:36:14 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.
Comment 2 Petr Machata 2008-02-11 16:37:07 UTC
(Implemented in 7cd0b6627235a9e66fe836693d83dc496a5c7a89.)