On Tue, Mar 03, 2015 at 10:59:30AM -0300, Arnaldo Carvalho de Melo wrote:
> Em Tue, Mar 03, 2015 at 12:07:22PM +0900, Namhyung Kim escreveu:
> > The perf_event__preprocess_sample() translates a given ip into a
> > matching symbol. To do that, it first finds a corresponding thread
> > and map in th
Em Tue, Mar 03, 2015 at 12:07:22PM +0900, Namhyung Kim escreveu:
> The perf_event__preprocess_sample() translates a given ip into a
> matching symbol. To do that, it first finds a corresponding thread
> and map in the current thread tree. But for indexed data files, it
> needs to find a thread (a
The perf_event__preprocess_sample() translates a given ip into a
matching symbol. To do that, it first finds a corresponding thread
and map in the current thread tree. But for indexed data files, it
needs to find a thread (and map) with slightly different APIs using
timestamp. So it needs a way
3 matches
Mail list logo