]> git.baikalelectronics.ru Git - kernel.git/commit
perf script: Fix incorrect python db-export error message
authorChris Phlipot <cphlipot0@gmail.com>
Sat, 7 May 2016 09:17:00 +0000 (02:17 -0700)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 9 May 2016 17:08:39 +0000 (14:08 -0300)
commit28c85565e0c345072dcc6ea4ff0214fe6fe047c4
treeeff8e5a79c4d70c203d1145bcb37de5803bc7c43
parent0da726f3f29b79eb1d4c5688c032c002a9fa5eda
perf script: Fix incorrect python db-export error message

Fix the error message printed when attempting and failing to create the
call path root incorrectly references the call return process.

This change fixes the message to properly reference the failure to
create the call path root.

Signed-off-by: Chris Phlipot <cphlipot0@gmail.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/1462612620-25008-2-git-send-email-cphlipot0@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/scripting-engines/trace-event-python.c