]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
perf auxtrace: Fix no_size logic in addr_filter__resolve_kernel_syms()
authorAdrian Hunter <adrian.hunter@intel.com>
Fri, 24 Mar 2017 12:15:52 +0000 (14:15 +0200)
committerStefan Bader <stefan.bader@canonical.com>
Tue, 20 Jun 2017 08:50:33 +0000 (10:50 +0200)
commitc0e865994ca837ad6ea6fc61b9032863754193eb
treec1b5a51582eeab96663ffbe9b0f0b324f8e7175d
parent847f9b7292f3743b57982019c75146483f7e17d7
perf auxtrace: Fix no_size logic in addr_filter__resolve_kernel_syms()

BugLink: http://bugs.launchpad.net/bugs/1692898
commit c3a0bbc7ad7598dec5a204868bdf8a2b1b51df14 upstream.

Address filtering with kernel symbols incorrectly resulted in the error
"Cannot determine size of symbol" because the no_size logic was the wrong
way around.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Tested-by: Andi Kleen <ak@linux.intel.com>
Link: http://lkml.kernel.org/r/1490357752-27942-1-git-send-email-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
Signed-off-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
tools/perf/util/auxtrace.c