Re: [PATCH] tracing/uprobes: Fix output for multiple string arguments

2019-01-16 Thread Andreas Ziegler
On 1/16/19 2:40 PM, Steven Rostedt wrote: On Wed, 16 Jan 2019 10:41:12 +0100 Andreas Ziegler wrote: When printing multiple uprobe arguments as strings the output for the earlier arguments would also include all later string arguments. This is best explained in an example: Consider adding a

Re: [PATCH] tracing/uprobes: Fix output for multiple string arguments

2019-01-16 Thread Steven Rostedt
On Wed, 16 Jan 2019 10:41:12 +0100 Andreas Ziegler wrote: > When printing multiple uprobe arguments as strings the output for the > earlier arguments would also include all later string arguments. > > This is best explained in an example: > > Consider adding a uprobe to a function receiving

[PATCH] tracing/uprobes: Fix output for multiple string arguments

2019-01-16 Thread Andreas Ziegler
When printing multiple uprobe arguments as strings the output for the earlier arguments would also include all later string arguments. This is best explained in an example: Consider adding a uprobe to a function receiving two strings as parameters which is at offset 0xa0 in strlib.so and we want