OSDN Git Service

perf c2c: Increase the HITM ratio limit for displayed cachelines
authorJiri Olsa <jolsa@kernel.org>
Fri, 28 Dec 2018 10:18:20 +0000 (11:18 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 28 Dec 2018 19:33:07 +0000 (16:33 -0300)
commitc4a75bb9488a9f7b3c7e79017609529d1aa5deab
treef62ad9276db60efae2290a6d09de1a80fc545f8b
parent423701a0c8d754d9a39547f6c48904347e4f1eca
perf c2c: Increase the HITM ratio limit for displayed cachelines

The cachelines being reported are the ones with percentages all the way
down to 0.05%.  That makes for very long output files. Raising that to
0.1%.  The user can always specify --show-all if they want all the
cachelines with hits.

Suggested-by: Joe Mario <jmario@redhat.com>
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20181228101820.28010-2-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-c2c.c