]> git.baikalelectronics.ru Git - kernel.git/commit
perf header: Fix numa topology printing
authorNamhyung Kim <namhyung@kernel.org>
Tue, 23 Oct 2012 13:44:49 +0000 (22:44 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 30 Oct 2012 12:32:55 +0000 (10:32 -0200)
commit262202efd296bbd4c3c389283aceb9fbc232ac93
treecee1428cfa1e1379ad9f6c0d63b0ebcf7461c5d8
parente01d0db5b4d9511fb8b2fa71e131a07da256f83e
perf header: Fix numa topology printing

Andrew reported that the commit e4fb8777e626 ("perf header: Use pre-
processed session env when printing") regresses the header output.  It
was because of a missed string pointer calculation in the loop.

Reported-by: Andrew Jones <drjones@redhat.com>
Tested-by: Andrew Jones <drjones@redhat.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: Andrew Jones <drjones@redhat.com>
Link: http://lkml.kernel.org/r/1350999890-6920-1-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/header.c