Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932500AbdCUOMm (ORCPT ); Tue, 21 Mar 2017 10:12:42 -0400 Received: from foss.arm.com ([217.140.101.70]:53194 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757145AbdCUOMl (ORCPT ); Tue, 21 Mar 2017 10:12:41 -0400 Date: Tue, 21 Mar 2017 14:12:22 +0000 From: Mark Rutland To: Anurup M Cc: corbet@lwn.net, will.deacon@arm.com, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, anurup.m@huawei.com, zhangshaokun@hisilicon.com, tanxiaojun@huawei.com, xuwei5@hisilicon.com, sanil.kumar@hisilicon.com, john.garry@huawei.com, gabriele.paoloni@huawei.com, shiju.jose@huawei.com, huangdaode@hisilicon.com, linuxarm@huawei.com, dikshit.n@huawei.com, shyju.pv@huawei.com Subject: Re: [PATCH v6 04/11] Documentation: perf: hisi: Documentation for HiP05/06/07 PMU event counting. Message-ID: <20170321141222.GE22188@leverpostej> References: <1489127259-112648-1-git-send-email-anurup.m@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1489127259-112648-1-git-send-email-anurup.m@huawei.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 331 Lines: 18 Hi, On Fri, Mar 10, 2017 at 01:27:39AM -0500, Anurup M wrote: > +HiP0x chips are encapsulated by multiple CPU and IO die's. The CPU die is Nit: that apostrophe shouldn't be there. [...] > +The current driver doesnot support sampling. so "perf record" is unsupported. Nit: spacing Otherwise, this looked fine. Thanks, Mark.