From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752705AbbETDBp (ORCPT ); Tue, 19 May 2015 23:01:45 -0400 Received: from mail-qk0-f179.google.com ([209.85.220.179]:36587 "EHLO mail-qk0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752380AbbETDBn (ORCPT ); Tue, 19 May 2015 23:01:43 -0400 From: Vince Weaver X-Google-Original-From: Vince Weaver Date: Tue, 19 May 2015 23:07:09 -0400 (EDT) To: LKML cc: Peter Zijlstra , Stephane Eranian , Arnaldo Carvalho de Melo , Jiri Olsa , Ingo Molnar , Paul Mackerras Subject: perf: odd event scheduling issue Message-ID: User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello so I'm running 4.1-rc4 on my Haswell machine and a lot of my perf_event testsuite is failing. There seems to be weird event scheduling issues. I can reproduce it with plain perf; simple event groups that should work fine can't be scheduled. vince@haswell:~$ perf stat -e \{cycles,instructions\} sleep 1 Performance counter stats for 'sleep 1': cycles instructions 1.003414661 seconds time elapsed I just wanted to check to see if this was a known problem before I started bisecting. I was also possibly seeing this with 4.1-rc2. Vince