Re: [PATCH 2/6] oprofile/x86: add regs->ip to oprofile trace

2016-08-30 Thread Robert Richter
On 24.08.16 11:50:15, Josh Poimboeuf wrote: > dump_trace() doesn't add the interrupted instruction's address to the > trace, so add it manually. This makes the profile more useful, and also > makes it more consistent with what perf profiling does. > > Cc: Robert Richter >

Re: [PATCH 2/6] oprofile/x86: add regs->ip to oprofile trace

2016-08-30 Thread Robert Richter
On 24.08.16 11:50:15, Josh Poimboeuf wrote: > dump_trace() doesn't add the interrupted instruction's address to the > trace, so add it manually. This makes the profile more useful, and also > makes it more consistent with what perf profiling does. > > Cc: Robert Richter > Signed-off-by: Josh

[PATCH 2/6] oprofile/x86: add regs->ip to oprofile trace

2016-08-24 Thread Josh Poimboeuf
dump_trace() doesn't add the interrupted instruction's address to the trace, so add it manually. This makes the profile more useful, and also makes it more consistent with what perf profiling does. Cc: Robert Richter Signed-off-by: Josh Poimboeuf ---

[PATCH 2/6] oprofile/x86: add regs->ip to oprofile trace

2016-08-24 Thread Josh Poimboeuf
dump_trace() doesn't add the interrupted instruction's address to the trace, so add it manually. This makes the profile more useful, and also makes it more consistent with what perf profiling does. Cc: Robert Richter Signed-off-by: Josh Poimboeuf --- arch/x86/oprofile/backtrace.c | 13