Bug 5695 - review ftrace options
Summary: review ftrace options
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 2245
  Show dependency treegraph
 
Reported: 2008-01-30 14:16 UTC by Andrew Cagney
Modified: 2008-02-11 16:37 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.)