From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752364AbcCASZM (ORCPT ); Tue, 1 Mar 2016 13:25:12 -0500 Received: from mail.kernel.org ([198.145.29.136]:52103 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751359AbcCASZK (ORCPT ); Tue, 1 Mar 2016 13:25:10 -0500 Date: Tue, 1 Mar 2016 15:24:55 -0300 From: Arnaldo Carvalho de Melo To: Adrian Hunter Cc: Jiri Olsa , Wang Nan , Alexander Shishkin , Ingo Molnar , David Ahern , Namhyung Kim , Linux Kernel Mailing List Subject: Re: Intel PT not work on 4.5.0-rc Message-ID: <20160301182455.GB3604@kernel.org> References: <20160225142105.GL8720@kernel.org> <56CF7952.2030904@intel.com> <56D5B801.6020107@intel.com> <20160301155921.GE3170@kernel.org> <20160301182035.GA3604@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160301182035.GA3604@kernel.org> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Tue, Mar 01, 2016 at 03:20:35PM -0300, Arnaldo Carvalho de Melo escreveu: > Em Tue, Mar 01, 2016 at 12:59:21PM -0300, Arnaldo Carvalho de Melo escreveu: > > Anyway, 'strace' shows the 4 pairs of mmaps, but it still doesn't work, rebooting: > > After I reboot, all works: > > [root@jouet ~]# perf record -e intel_pt//u -a sleep 0.001 > [ perf record: Woken up 1 times to write data ] > [ perf record: Captured and wrote 1.119 MB perf.data ] > [root@jouet ~]# perf script | head -10 > perf 3797 [002] 8136.590828: 1 branches:u: 0 [unknown] ([unknown]) => 7fcb3f240707 __GI___ioctl (/usr/lib64/libc-2.22.so) > perf 3797 [002] 8136.590828: 1 branches:u: 7fcb3f24070f __GI___ioctl (/usr/lib64/libc-2.22.so) => 497e56 perf_evsel__enable (/home/acme/bin/perf) > perf 3797 [002] 8136.590828: 1 branches:u: 497e58 perf_evsel__enable (/home/acme/bin/perf) => 497e20 perf_evsel__enable (/home/acme/bin/perf) > perf 3797 [002] 8136.590828: 1 branches:u: 497e27 perf_evsel__enable (/home/acme/bin/perf) => 497e80 perf_evsel__enable (/home/acme/bin/perf) > perf 3797 [002] 8136.590828: 1 branches:u: 497e87 perf_evsel__enable (/home/acme/bin/perf) => 497e14 perf_evsel__enable (/home/acme/bin/perf) > perf 3797 [002] 8136.590828: 1 branches:u: 497e1b perf_evsel__enable (/home/acme/bin/perf) => 497e29 perf_evsel__enable (/home/acme/bin/perf) > perf 3797 [002] 8136.590828: 1 branches:u: 497e51 perf_evsel__enable (/home/acme/bin/perf) => 421d00 ioctl@plt (/home/acme/bin/perf) > perf 3797 [002] 8136.590828: 1 branches:u: 421d00 ioctl@plt (/home/acme/bin/perf) => 7fcb3f240700 __GI___ioctl (/usr/lib64/libc-2.22.so) > perf 3797 [002] 8136.590828: 1 branches:u: 7fcb3f240705 __GI___ioctl (/usr/lib64/libc-2.22.so) => 0 [unknown] ([unknown]) > perf 3797 [002] 8136.590834: 1 branches:u: 0 [unknown] ([unknown]) => 7fcb3f240707 __GI___ioctl (/usr/lib64/libc-2.22.so) > [root@jouet ~]# > [root@jouet ~]# perf report -D | tail -20 > . 0020: 00 00 00 00 00 00 00 00 07 14 b9 72 66 07 00 00 ...........rf... > . 0030: 03 00 00 00 00 00 00 00 1e 00 00 00 00 00 00 00 ................ > > 3 8136592790535 0x11e688 [0x40]: PERF_RECORD_AUX offset: 0x28 size: 0x28 flags: 0 [] > > Aggregated stats: (excludes AUX area (e.g. instruction trace) decoded / synthesized events) > TOTAL events: 8859 > MMAP events: 120 > COMM events: 509 > EXIT events: 1 > FORK events: 507 > MMAP2 events: 7673 > AUX events: 8 > ITRACE_START events: 4 > SWITCH_CPU_WIDE events: 26 > FINISHED_ROUND events: 2 > AUXTRACE_INFO events: 1 > AUXTRACE events: 8 > intel_pt//u stats: > dummy:u stats: > [root@jouet ~]# > > Trying a suspend/resume now... Scrap that theory, it still works after two suspend/resume cycles :-\ - ARnaldo