]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb19e7aa94f888f7a95e98805aff968f5691bd1b4
treea50d53d844a6d53114d019ec6c28cebc45983b92
parentea0e9e3be8b004e35f13f0e5212af5650cb22d0d
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