Re: [PATCH] trace_uprobe: Display correct offset in uprobe_events

2018-01-19 Thread Steven Rostedt
On Sat, 6 Jan 2018 11:12:46 +0530 Ravi Bangoria wrote: > Recently, how the pointers being printed with %p has been changed > by commit ad67b74d2469 ("printk: hash addresses printed with %p"). > This is causing a regression while showing offset in the >

Re: [PATCH] trace_uprobe: Display correct offset in uprobe_events

2018-01-19 Thread Steven Rostedt
On Sat, 6 Jan 2018 11:12:46 +0530 Ravi Bangoria wrote: > Recently, how the pointers being printed with %p has been changed > by commit ad67b74d2469 ("printk: hash addresses printed with %p"). > This is causing a regression while showing offset in the > uprobe_events file. Instead of %p, use %px

Re: [PATCH] trace_uprobe: Display correct offset in uprobe_events

2018-01-08 Thread Srikar Dronamraju
* Tobin C. Harding [2018-01-08 17:35:59]: > On Mon, Jan 08, 2018 at 12:01:04PM +0530, Ravi Bangoria wrote: > > > > > > On 01/08/2018 10:49 AM, Srikar Dronamraju wrote: > > > * Ravi Bangoria [2018-01-06 11:12:46]: > > > > > >> Recently, how the

Re: [PATCH] trace_uprobe: Display correct offset in uprobe_events

2018-01-08 Thread Srikar Dronamraju
* Tobin C. Harding [2018-01-08 17:35:59]: > On Mon, Jan 08, 2018 at 12:01:04PM +0530, Ravi Bangoria wrote: > > > > > > On 01/08/2018 10:49 AM, Srikar Dronamraju wrote: > > > * Ravi Bangoria [2018-01-06 11:12:46]: > > > > > >> Recently, how the pointers being printed with %p has been changed >

Re: [PATCH] trace_uprobe: Display correct offset in uprobe_events

2018-01-07 Thread Tobin C. Harding
On Mon, Jan 08, 2018 at 12:01:04PM +0530, Ravi Bangoria wrote: > > > On 01/08/2018 10:49 AM, Srikar Dronamraju wrote: > > * Ravi Bangoria [2018-01-06 11:12:46]: > > > >> Recently, how the pointers being printed with %p has been changed > >> by commit

Re: [PATCH] trace_uprobe: Display correct offset in uprobe_events

2018-01-07 Thread Tobin C. Harding
On Mon, Jan 08, 2018 at 12:01:04PM +0530, Ravi Bangoria wrote: > > > On 01/08/2018 10:49 AM, Srikar Dronamraju wrote: > > * Ravi Bangoria [2018-01-06 11:12:46]: > > > >> Recently, how the pointers being printed with %p has been changed > >> by commit ad67b74d2469 ("printk: hash addresses

Re: [PATCH] trace_uprobe: Display correct offset in uprobe_events

2018-01-07 Thread Ravi Bangoria
On 01/08/2018 10:49 AM, Srikar Dronamraju wrote: > * Ravi Bangoria [2018-01-06 11:12:46]: > >> Recently, how the pointers being printed with %p has been changed >> by commit ad67b74d2469 ("printk: hash addresses printed with %p"). >> This is causing a

Re: [PATCH] trace_uprobe: Display correct offset in uprobe_events

2018-01-07 Thread Ravi Bangoria
On 01/08/2018 10:49 AM, Srikar Dronamraju wrote: > * Ravi Bangoria [2018-01-06 11:12:46]: > >> Recently, how the pointers being printed with %p has been changed >> by commit ad67b74d2469 ("printk: hash addresses printed with %p"). >> This is causing a regression while showing offset in the >>

Re: [PATCH] trace_uprobe: Display correct offset in uprobe_events

2018-01-07 Thread Srikar Dronamraju
* Ravi Bangoria [2018-01-06 11:12:46]: > Recently, how the pointers being printed with %p has been changed > by commit ad67b74d2469 ("printk: hash addresses printed with %p"). > This is causing a regression while showing offset in the > uprobe_events file.

Re: [PATCH] trace_uprobe: Display correct offset in uprobe_events

2018-01-07 Thread Srikar Dronamraju
* Ravi Bangoria [2018-01-06 11:12:46]: > Recently, how the pointers being printed with %p has been changed > by commit ad67b74d2469 ("printk: hash addresses printed with %p"). > This is causing a regression while showing offset in the > uprobe_events file. Instead of %p, use %px to display

[PATCH] trace_uprobe: Display correct offset in uprobe_events

2018-01-05 Thread Ravi Bangoria
Recently, how the pointers being printed with %p has been changed by commit ad67b74d2469 ("printk: hash addresses printed with %p"). This is causing a regression while showing offset in the uprobe_events file. Instead of %p, use %px to display offset. Before patch: # perf probe -vv -x

[PATCH] trace_uprobe: Display correct offset in uprobe_events

2018-01-05 Thread Ravi Bangoria
Recently, how the pointers being printed with %p has been changed by commit ad67b74d2469 ("printk: hash addresses printed with %p"). This is causing a regression while showing offset in the uprobe_events file. Instead of %p, use %px to display offset. Before patch: # perf probe -vv -x