lkml.org 
[lkml]   [2013]   [Dec]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v0 04/71] itrace: Infrastructure for instruction flow tracing units
On Wed, Dec 11, 2013 at 02:36:16PM +0200, Alexander Shishkin wrote:
> Instruction tracing PMUs are capable of recording a log of instruction
> execution flow on a cpu core, which can be useful for profiling and crash
> analysis. This patch adds itrace infrastructure for perf events and the
> rest of the kernel to use.
>
> Since such PMUs can produce copious amounts of trace data, it may be
> impractical to process it inside the kernel in real time, but instead export
> raw trace streams to userspace for subsequent analysis. Thus, itrace PMUs
> may export their trace buffers, which can be mmap()ed to userspace from a
> perf event fd with a PERF_EVENT_ITRACE_OFFSET offset. To that end, perf
> is extended to work with multiple ring buffers per event, reusing the
> ring_buffer code in an attempt to reduce complexity.

Please read the thread here: https://lkml.org/lkml/2008/12/4/64

On my thoughts of this creative mmap() usage.

tl;dr: no f*cking way.


\
 
 \ /
  Last update: 2013-12-17 18:21    [W:0.778 / U:0.040 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site