OSDN Git Service

perf report: Remove duplicated 'samples' in lost samples warning
authorArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 5 Apr 2018 17:34:09 +0000 (14:34 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 5 Apr 2018 17:34:09 +0000 (14:34 -0300)
commit41a43dacecdbc9aec9d307bd9f6aa5ec16d65832
tree915f4fc0a423ec1a0c6a204743d6280e47af9fc9
parentcaf61de356189f0925b23c3922bd16b53bb7c768
perf report: Remove duplicated 'samples' in lost samples warning

The following message, emitted when samples are lost due to system
overload, had one 'samples' too many, ditch it:

   Processed 25333 samples and lost 20.88% samples!

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Cc: Kan Liang <kan.liang@intel.com>
Link: https://lkml.kernel.org/n/tip-oev1469y02hmfere6r2kkxp6@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/session.c