]> git.baikalelectronics.ru Git - kernel.git/commit
perf tools: Fix perf.data documentation units for memory size
authorVince Weaver <vincent.weaver@maine.edu>
Thu, 25 Jul 2019 15:57:43 +0000 (11:57 -0400)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 29 Jul 2019 12:03:43 +0000 (09:03 -0300)
commit04a2b91e01779859b49538860e8b1fbf03be5e73
tree18274e905e77d86db53bc3a42b6ab688533895b7
parentdd88cad91367ce2733148e98044ef276b7257f1d
perf tools: Fix perf.data documentation units for memory size

The perf.data-file-format documentation incorrectly says the
HEADER_TOTAL_MEM results are in bytes.  The results are in kilobytes
(perf reads the value from /proc/meminfo)

Signed-off-by: Vince Weaver <vincent.weaver@maine.edu>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/alpine.DEB.2.21.1907251155500.22624@macbook-air
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Documentation/perf.data-file-format.txt