lkml.org 
[lkml]   [2011]   [Dec]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [RFC 4/5] x86, perf: implements lwp-perf-integration (rc1)

* Robert Richter <robert.richter@amd.com> wrote:

> On 19.12.11 00:43:10, Ingo Molnar wrote:
>
> > So the question becomes, how well is it integrated: can perf
> > 'record -a + perf report', or 'perf top' use LWP, to do
> > system-wide precise [user-space] profiling and such?
>
> There is only self-monitoring of a process possible, no kernel
> and system-wide profiling. This is because we can not allocate
> memory regions in the kernel for a thread other than the
> current. This would require a complete rework of mm code.

Hm, i don't think a rework is needed: check the
vmalloc_to_page() code in kernel/events/ring_buffer.c. Right now
CONFIG_PERF_USE_VMALLOC is an ARM, MIPS, SH and Sparc specific
feature, on x86 it turns on if CONFIG_DEBUG_PERF_USE_VMALLOC=y.

That should be good enough for prototyping the kernel/user
shared buffering approach.

Thanks,

Ingo


\
 
 \ /
  Last update: 2011-12-19 11:59    [W:0.085 / U:0.332 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site