perf scripts python: call-graph-from-sql.py: Remove use of setObjectName()
authorAdrian Hunter <adrian.hunter@intel.com>
Mon, 1 Oct 2018 06:28:42 +0000 (09:28 +0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 23 Oct 2018 17:23:41 +0000 (14:23 -0300)
commite99ef8141a6d97abaf47647cfd0034769144d080
tree90cec69c5f2683e65fa1f354cab9f9119385bd41
parent5f9dfef1bb7fadfb2d001244ef23359982fedd06
perf scripts python: call-graph-from-sql.py: Remove use of setObjectName()

The object name is never used, so don't bother setting it.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Link: http://lkml.kernel.org/r/20181001062853.28285-9-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/scripts/python/call-graph-from-sql.py