From: Adrian Hunter Date: Mon, 6 Jul 2015 11:51:01 +0000 (+0300) Subject: perf record: Let user have timestamps with per-thread recording X-Git-Tag: omap-for-v4.3/fixes-merge-window~24^2~65^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3abebc55d70b6e3247d1f0e34c0bb906e40d2a18;p=pandora-kernel.git perf record: Let user have timestamps with per-thread recording If the option -T is used with option --per-thread, then time is still not sampled. Fix that by using OPT_BOOLEAN_SET to distinguish when the user used the -T option as opposed to the default case when timestamps are enabled but only for per-cpu recording. Signed-off-by: Adrian Hunter Cc: David Ahern Cc: Jiri Olsa Cc: Namhyung Kim Link: http://lkml.kernel.org/r/1436183461-1918-1-git-send-email-adrian.hunter@intel.com Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed