aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/build-id.c
diff options
context:
space:
mode:
authorKan Liang <kan.liang@intel.com>2015-03-02 02:14:26 -0500
committerArnaldo Carvalho de Melo <acme@redhat.com>2015-03-02 18:25:38 -0300
commit2ed11312eb19506c027e7cac039994ad42a9cb2c (patch)
treea3a146330ebd8386c16d1228a9bd926a1c872cc3 /tools/perf/util/build-id.c
parentperf tools: Initialize cpu set in pthread_attr_setaffinity_np feature test (diff)
downloadlinux-dev-2ed11312eb19506c027e7cac039994ad42a9cb2c.tar.xz
linux-dev-2ed11312eb19506c027e7cac039994ad42a9cb2c.zip
Revert "perf: Remove the extra validity check on nr_pages"
This reverts commit 74390aa55678 ("perf: Remove the extra validity check on nr_pages") nr_pages equals to number of pages - 1 in perf_mmap. So nr_pages = 0 is valid. So the nr_pages != 0 && !is_power_of_2(nr_pages) are all needed for checking. Otherwise, for example, perf test 6 failed. # perf test 6 6: x86 rdpmc test :Error: mmap() syscall returned with (Invalid argument) FAILED! Signed-off-by: Kan Liang <kan.liang@intel.com> Cc: Andi Kleen <ak@linux.intel.com> Cc: Kaixu Xia <xiakaixu@huawei.com> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Link: http://lkml.kernel.org/r/1425280466-7830-1-git-send-email-kan.liang@intel.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/build-id.c')
0 files changed, 0 insertions, 0 deletions