lkml.org 
[lkml]   [2012]   [Apr]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [RFCv2 00/15] perf: Add backtrace post dwarf unwind
On Tue, Apr 17, 2012 at 01:17:05PM +0200, Jiri Olsa wrote:
> hi,
> sending another RFC version. There are some fixies and some
> yet unresolved issues outlined below.
>
> thanks for comments,
> jirka
>
> v2 changes:
> 02/16 - fixed register enums
> 12/16 - fixed the perf_evlist__* names
> 14/16 - 'fp' stays default even if compiled with dwarf unwind
> 15/16 - added cache to the DSO data interface, it makes the
> dwarf unwind real fast now
>
> v2 not solved yet:
> 1) generic user regs capturing
> discussed in here:
> http://marc.info/?l=linux-kernel&m=133304076114629&w=2
>
> Looks like we could have a generic way of getting registers
> on samples and support more than only user level registers.
> But looks like it wasn't completely decided what register
> levels are worth to store..

Right but I think this is outside the scope of this patchset.
Especially without a proper usecase in tools, we can only do
mistakes by implementing early support for other kind of regs dump in
samples.

>
> It looks to me that each level could add its own registers
> mask and it'd be used/saved if the mask is non zero.
> The same way the user level regs are dealt with now ;).
>
> Or we could add something that Stephane came up with:
> attr->sample_type |= PERF_SAMPLE_REGS
> attr->sample_regs = EAX | EBX | EDI | ESI |.....
> attr->sample_reg_mode = { INTR, PRECISE, USER }

If we do this we won't be able to record user regs and, say, precise regs
at the same time. These should be different sample types that can be set
at the same time: PERF_SAMPLE_UREGS | PERF_SAMPLE_PRECISE_REGS | ...

And then have attr->sample_uregs, attr->sample_pregs, ...

This is scary because I fear we'll need to increase the size of attr
and the ABI is then going to become incompatible. We'll probably need a way
to extend properly.

Anyway, no need to implement support for regs samples (other than user) in
this patchset. But we indeed need to make plans such that the ABI is ready to
host that later.

>
> But I guess we need to decide what levels make sense
> to store first. Also if there's like 2 or 3 only, it might be
> better to use separate masks as pointed out above.
>
> 2) compat task handling
> we dont handle compat tasks unwinding currently, we probably want
> to make it part of the 1) solution or add something like:
> __u64 user_regs_compat;

Yep. One question I have for those who know well architectures support
in general is: do we have some archs that support more than just one
kind of compat/emulated mode?

If so I think we can't rely on that native/compat dichotomy but rather
we need to treat all these modes as different architectures.

In this case, attr->sample_regs would only make sense with some arch ID.

Anybody, more clues on this?

>
> Handling the compat task would also need some other changes in the
> unwind code and I'm not completely sure how libunwind deals with that,
> need to check.

Indeed.

>
> How much do we want this? ;)

I think we do. But there is no emergency. We can do it incrementally once
we have native support. But then again I think we need to ensure we got the
things right to make the ABI able to host that in the future.

>
> 3) registers version names
> this one is now probably connected to 1) and 2) ;)
> I kept the register version, since I think it might be usefull
> for dealing with compat tasks - to recognize what type of registers
> were stored

Right. Hm, I need to look at this deeper.

Thanks!


\
 
 \ /
  Last update: 2012-04-18 22:37    [W:0.108 / U:0.240 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site