Received: by 10.223.176.5 with SMTP id f5csp1405472wra; Wed, 7 Feb 2018 19:15:51 -0800 (PST) X-Google-Smtp-Source: AH8x2263Osk6r8NguX0HqTvOjlrVxh7V4gxwRqSuRPELbs7HUWY/NYMGIW7NlP1qZ/ma5RFxhuGc X-Received: by 2002:a17:902:6683:: with SMTP id e3-v6mr8111232plk.22.1518059751549; Wed, 07 Feb 2018 19:15:51 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518059751; cv=none; d=google.com; s=arc-20160816; b=c4sHhgSBzG7qi+CyjX4MzP+4DXg42lhJJRGMhP0ju5za0XmHDbVYNtclAatoT5G1yK Ca3nYytulZGDbhV6WNH435prx9HEHCZ6jlrM1RmR+ehxam0wups6QUbnRd8wtx3RaYcE Aa1gIrTZKISdun/+Xq4TZBIUjipe8ntsyoZNzedWtTHU39G6tk4PYlVPvnp0U8Dc2upR GfgybUJh1DT/2jeUm7msdgijLWSeHydMLMOTA3i4X3BrenG6o0M3pHKe8N2Tkyfudjdt poIhoay+2uB1MiRYDn5h+tCWZVd0n53PazMLxkRLY9K5JpLkXu/i3/IfSqwHxSL6z0JY kYfg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=XRUNWTQb+aRnH3poTRanKUa7C/Hk/pKo8+4fPRANPUU=; b=cosRez+4ZOdRgNnAELD2vhUrIYUT3zsRrplcxsezIIfewHVUKsreBUT51Sh9DBj75i 2FoHV1RG39nAfXG1AssU421IbqfI5K/TGaoT0/H2uAUcFyjnYxiA1OcVBiNB11jRXdjv Bfv4WHBJeHR+uUjO/5Bj6h2LaYeGasQv/TWTTr1dQNiiAKAFh/okmt3ABhRUQJVf1NQi TjPMia4UtZ1TZkPUsyPiQJuic2cO7q7luNxroOZGJwlNRt/E7imocaCCZfGCHvvNkRal Jh7E1pLdusu5AojPmL/YfdJv01onsCaLp3rwZB/yOtSLZvM1q/vvUbvd2tgkXDW0GhEo QYyw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l4si711761pgc.428.2018.02.07.19.15.38; Wed, 07 Feb 2018 19:15:51 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751986AbeBHDOh (ORCPT + 99 others); Wed, 7 Feb 2018 22:14:37 -0500 Received: from mga07.intel.com ([134.134.136.100]:1307 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751624AbeBHDOe (ORCPT ); Wed, 7 Feb 2018 22:14:34 -0500 X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Feb 2018 19:14:33 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,476,1511856000"; d="scan'208";a="202223206" Received: from gvt-dell.bj.intel.com (HELO intel.com) ([10.238.154.59]) by fmsmga005.fm.intel.com with SMTP; 07 Feb 2018 19:14:31 -0800 Date: Thu, 8 Feb 2018 11:05:53 +0800 From: "Du, Changbin" To: Namhyung Kim Cc: "Du, Changbin" , jolsa@redhat.com, peterz@infradead.org, linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org, kernel-team@lge.com Subject: Re: A problem about 'perf sched latency' Message-ID: <20180208030552.cng3ro72qg3e5uhp@intel.com> References: <20180206135002.sn32vfqgfz326rcb@intel.com> <20180208005724.GB24686@sejong> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180208005724.GB24686@sejong> User-Agent: NeoMutt/20171027-42-ad8712 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 08, 2018 at 09:57:24AM +0900, Namhyung Kim wrote: > Hello, > [snip] > > Does anyone know why? Thank you! :) > > It seems your data doesn't have wakeup event which is required by the > 'perf sched latency'. > > Thanks, > Namhyung > Hi Kim, Thanks for your reply. I thought the 'Swicthes' is the total number of sche-in event. Now I know it only count wakeup sched-in event. It is not documented, so confused me. > > > > > -- > > Thanks, > > Changbin Du > > -- > > To unsubscribe from this list: send the line "unsubscribe linux-perf-users" in > > the body of a message to majordomo@vger.kernel.org > > More majordomo info at http://vger.kernel.org/majordomo-info.html -- Thanks, Changbin Du