From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753954AbdLVNPf (ORCPT ); Fri, 22 Dec 2017 08:15:35 -0500 Received: from mail.kernel.org ([198.145.29.99]:57340 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751537AbdLVNPe (ORCPT ); Fri, 22 Dec 2017 08:15:34 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 694DC2191C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=acme@kernel.org Date: Fri, 22 Dec 2017 10:15:30 -0300 From: Arnaldo Carvalho de Melo To: Jin Yao Cc: jolsa@kernel.org, peterz@infradead.org, mingo@redhat.com, alexander.shishkin@linux.intel.com, Linux-kernel@vger.kernel.org, ak@linux.intel.com, kan.liang@intel.com, yao.jin@intel.com Subject: Re: [PATCH] perf tool: Auto-complete for the event with ':' Message-ID: <20171222131530.GR21971@kernel.org> References: <1513973758-19109-1-git-send-email-yao.jin@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1513973758-19109-1-git-send-email-yao.jin@linux.intel.com> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Sat, Dec 23, 2017 at 04:15:58AM +0800, Jin Yao escreveu: > It's a follow up patch for a previous patch "perf tool: Return all > events as auto-completions after comma". > > Sorry about that, I should send these 2 patches in a patch-set. > > With this patch, the auto-completion can work well for the event > with ':'. For example, Thanks, applied. At first I thought it wasn't working, but that was due to me testing it as !root :-) - Arnaldo