Em Thu, Oct 03, 2019 at 12:18:27PM +0200, Jiri Olsa escreveu: > On Wed, Oct 02, 2019 at 09:46:42AM -0700, Andi Kleen wrote: > > From: Andi Kleen <a...@linux.intel.com> > > > > The original --reltime patch forbid --time with --reltime. > > > > But it turns out --time doesn't really care about --reltime, because > > the relative time is only used at final output, while > > the time filtering always works earlier on absolute time. > > > > So just remove the check and allow combining the two options. > > > > Fixes: 90b10f47c0ee ("perf script: Support relative time") > > Signed-off-by: Andi Kleen <a...@linux.intel.com> > > Acked-by: Jiri Olsa <jo...@kernel.org>
Thanks, applied. - Arnaldo