lkml.org 
[lkml]   [2008]   [Nov]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [patch 06/16] Markers auto enable tracepoints (new API : trace_mark_tp())

* Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca> wrote:

> Add a new API trace_mark_tp(), which declares a marker within a
> tracepoint probe. When the marker is activated, the tracepoint is
> automatically enabled.
>
> No branch test is used at the marker site, because it would be a
> duplicate of the branch already present in the tracepoint.
>
> Impact: new API.

i dont know.

I was actually hoping for markers (the in-kernel API) to go away
completely - and be replaced with tracepoints.

Markers are the wrong design on several levels. They couple the kernel
dynamically with unknown (to the kernel) entities - and that is
causing complexity all around the place, clearly expressed in these
patches of yours.

Tracepoints are much more specific - typed and enumerated function
call callback points in essence - with some politeness that allows
external instrumentation entities to attach to those callbacks.

Is there any usecase of markers that should not be converted to either
tracepoints or to ftrace_printk() ?

Ingo


\
 
 \ /
  Last update: 2008-11-16 09:03    [W:0.119 / U:0.620 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site