]> git.baikalelectronics.ru Git - kernel.git/commit
perf record: Remove suggestion to enable APIC
authorAndi Kleen <ak@linux.intel.com>
Fri, 6 Apr 2018 20:38:12 +0000 (13:38 -0700)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 18 Apr 2018 18:35:50 +0000 (15:35 -0300)
commit5608c5188e6622b934b2bad750dad9b0fc03bcbd
treea7d61ed4ca1c35a37c873e3e1bcb19bbe4ecb12a
parent38b7fb4559e4bc2f6a422147bdad2ec1bc0c8fb5
perf record: Remove suggestion to enable APIC

'perf record' suggests to enable the APIC on errors.

APIC is practically always used today and the problem is usually
somewhere else.

Just remove the outdated suggestion.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Acked-by: Jiri Olsa <jolsa@kernel.org>
Link: http://lkml.kernel.org/r/20180406203812.3087-5-andi@firstfloor.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/evsel.c