Bug 3660 - ftrace execve needs to display arguments.
Summary: ftrace execve needs to display arguments.
Status: NEW
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: 2006-12-05 18:17 UTC by Nurdin Premji
Modified: 2006-12-05 18:17 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 Nurdin Premji 2006-12-05 18:17:31 UTC
ftrace execve calls don't display the list of arguments to execve

7213.7213 <SYSCALL> execve (0x7fff2aea2adc,0x7fff2aea16f8,0x7fff2aea1750)7213.72
13  = 0

should be something like:

<SYSCALL> execve (funit-exec 0 12 100 /bin/echo hello)