perf thread-stack: Eliminate code duplicating thread_stack__pop_ks()
authorAdrian Hunter <adrian.hunter@intel.com>
Wed, 19 Jun 2019 06:44:29 +0000 (09:44 +0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 25 Jun 2019 11:47:10 +0000 (08:47 -0300)
commiteb5d854456f5a4ccec6f9681b7196cf056df8cfa
treea50d53d844a6d53114d019ec6c28cebc45983b92
parent97860b483c5597663a174ff7405be957b4838391
perf thread-stack: Eliminate code duplicating thread_stack__pop_ks()

Use new function thread_stack__pop_ks() in place of equivalent code.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Link: http://lkml.kernel.org/r/20190619064429.14940-3-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/thread-stack.c