]> 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)
commit97471c74dd1d5072f55ad968ddd0f88e261d3f61
treea7d61ed4ca1c35a37c873e3e1bcb19bbe4ecb12a
parent099aabed46567b2f88528b0cc0f778df060921f7
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