Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1646653
| From | Peter Zijlstra <peterz@infradead.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] perf/x86/intel: Drop kernel samples even though :u is specified |
| Date | 2017-05-22 11:30 +0200 |
| Message-ID | <tJRP4-3Ve-13@gated-at.bofh.it> (permalink) |
| References | (4 earlier) <tIPcB-25W-11@gated-at.bofh.it> <tIPmi-2aO-11@gated-at.bofh.it> <tIQil-2MD-1@gated-at.bofh.it> <tJL6V-7OA-3@gated-at.bofh.it> <tJRcm-3bn-23@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, May 22, 2017 at 09:45:30AM +0100, Mark Rutland wrote: > On Mon, May 22, 2017 at 10:12:22AM +0800, Jin, Yao wrote: > > But the code is being ugly and hard to maintain. And frankly I don't > > know kernel address space for all arch. > > > > Any idea? Could we just do at x86 side this time? > > Can we not check user_mode(regs) for all architectures? > > !user_mode(regs) implies a kernel sample. Yes, that should work at that point. We specifically already rely on user_mode() in the generic code. On x86 we specifically set regs->cs to match regs->ip (in cases where this isn't necessarily so) before calling into the generic code to make this work.
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] perf/x86/intel: Drop kernel samples even though :u is specified Jin Yao <yao.jin@linux.intel.com> - 2017-05-19 04:30 +0200
Re: [PATCH] perf/x86/intel: Drop kernel samples even though :u is specified Peter Zijlstra <peterz@infradead.org> - 2017-05-19 11:30 +0200
Re: [PATCH] perf/x86/intel: Drop kernel samples even though :u is specified Will Deacon <will.deacon@arm.com> - 2017-05-19 11:50 +0200
Re: [PATCH] perf/x86/intel: Drop kernel samples even though :u is specified "Jin, Yao" <yao.jin@linux.intel.com> - 2017-05-19 14:10 +0200
Re: [PATCH] perf/x86/intel: Drop kernel samples even though :u is specified Peter Zijlstra <peterz@infradead.org> - 2017-05-19 14:20 +0200
Re: [PATCH] perf/x86/intel: Drop kernel samples even though :u is specified "Jin, Yao" <yao.jin@linux.intel.com> - 2017-05-19 14:30 +0200
Re: [PATCH] perf/x86/intel: Drop kernel samples even though :u is specified Peter Zijlstra <peterz@infradead.org> - 2017-05-19 14:40 +0200
Re: [PATCH] perf/x86/intel: Drop kernel samples even though :u is specified "Jin, Yao" <yao.jin@linux.intel.com> - 2017-05-19 15:40 +0200
Re: [PATCH] perf/x86/intel: Drop kernel samples even though :u is specified "Jin, Yao" <yao.jin@linux.intel.com> - 2017-05-22 04:20 +0200
Re: [PATCH] perf/x86/intel: Drop kernel samples even though :u is specified Mark Rutland <mark.rutland@arm.com> - 2017-05-22 10:50 +0200
Re: [PATCH] perf/x86/intel: Drop kernel samples even though :u is specified Peter Zijlstra <peterz@infradead.org> - 2017-05-22 11:30 +0200
Re: [PATCH] perf/x86/intel: Drop kernel samples even though :u is specified "Jin, Yao" <yao.jin@linux.intel.com> - 2017-05-22 14:40 +0200
csiph-web