[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1245223744.13761.21570.camel@twins>
Date: Wed, 17 Jun 2009 09:29:04 +0200
From: Peter Zijlstra <a.p.zijlstra@...llo.nl>
To: Frederic Weisbecker <fweisbec@...il.com>
Cc: mingo@...hat.com, hpa@...or.com, paulus@...ba.org, acme@...hat.com,
linux-kernel@...r.kernel.org, penberg@...helsinki.fi,
efault@....de, arjan@...radead.org, tglx@...utronix.de,
mingo@...e.hu, linux-tip-commits@...r.kernel.org
Subject: Re: [tip:perfcounters/core] perf record/report: Add call graph /
call chain profiling
On Tue, 2009-06-16 at 04:57 +0200, Frederic Weisbecker wrote:
> > +struct ip_chain_event {
> > + __u16 nr;
>
>
>
> Is it needed to have the nr encoded in the ip_chain?
> We can already find it by doing kernel + user.
strictly speaking: hv+kernel+user
but yeah, we could possibly replace it with another context, guest
perhaps.
suggestions anyone?
>
> > + __u16 hv;
> > + __u16 kernel;
> > + __u16 user;
> > + __u64 ips[];
> > +};
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists