commit | 5da3b23b3b03d34fbb8cb9947c1a99ea77c2203f | [log] [tgz] |
---|---|---|
author | Adrian Hunter <adrian.hunter@intel.com> | Fri May 26 11:17:17 2017 +0300 |
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | Wed Jun 21 11:35:51 2017 -0300 |
tree | d41dcfe7340b78ecd0c024d14d7fda10b4083e0e | |
parent | 0a7c700d23450bd4467855d5162920d5edf314b0 [diff] |
perf intel-pt: Remove redundant initial_skip checks 'initial_skip' is checked inside the sample synthesis functions which means it is actually being done twice for 'instructions' and 'transactions' samples. Remove the redundant checks. Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Cc: Andi Kleen <ak@linux.intel.com> Link: http://lkml.kernel.org/r/1495786658-18063-17-git-send-email-adrian.hunter@intel.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>