lkml.org 
[lkml]   [2017]   [Jun]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: [PATCH] perf tools: set no branch type for dummy event in PT
On Thu, Jun 29, 2017 at 03:31:45PM +0000, Liang, Kan wrote:

SNIP

> > > static int intel_pt_recording_options(struct auxtrace_record *itr,
> > > struct perf_evlist *evlist,
> > > struct record_opts *opts)
> > > @@ -701,6 +717,8 @@ static int intel_pt_recording_options(struct
> > auxtrace_record *itr,
> > > perf_evsel__set_sample_bit(switch_evsel,
> > TIME);
> > > perf_evsel__set_sample_bit(switch_evsel,
> > CPU);
> > >
> > > + add_no_lbr_config_term(&switch_evsel-
> > >config_terms);
> > > +
> >
> > hum, why can't you change the sample bit directly? with:
> >
> > perf_evsel__reset_sample_bit(switch_evsel,
> > BRANCH_STACK);
>
> It will be overwrite in perf_evsel__config.
>

where? you set the evsel->no_aux_samples

jirka

\
 
 \ /
  Last update: 2017-06-29 17:39    [W:0.056 / U:0.380 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site