lkml.org 
[lkml]   [2016]   [Nov]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] Add support for disabling Intel PT trace in ftrace
> This will create unexplainable gaps in the trace, at least we should
> output RECORD_AUX when this happens, maybe add a flag for "had to stop
> the trace for reasons external to perf".

I don't think it's unexplainable. After all the user set it up this way.
It's the same as with an address filter for example.

If we started messing with the perf state then we have all the
locking/recursion problems between ftrace and perf.
kprobe can be set on near all kernel functions. I tried to do only
the minimum safe thing. Otherwise it would need a special
black list and likely other things for correctness.

Just disabling is much simpler and avoids all that.

>
> Also, I can't tell if this is called from an atomic context.

It's not, but it doesn't matter if you just change the MSR. It can
be done in any context.

>
> But I'd suggest something more generic like perf_pmu_off($pmu):
> - we already have the code to stop the output;
> - this won't be a driver-specific api then;
> - this will be reflected in the event hw state;
> - it will also go through the driver's callbacks, so its internal
> states will actually match the reality;

See above.

> - will work equally well for intel_bts or the ARM/Coresight tracers.

BTS could be handled like PT, but frankly noone should be using that, so I
don't think it's worth it.

-Andi

\
 
 \ /
  Last update: 2016-11-23 17:58    [W:0.048 / U:0.076 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site