Received: by 2002:ac0:bc90:0:0:0:0:0 with SMTP id a16csp4612892img; Tue, 26 Mar 2019 12:58:40 -0700 (PDT) X-Google-Smtp-Source: APXvYqw5FAzwYnLlMBtVOKBla8230V1PcRbFq9h2NLqW3nLkpboRngRWEY2SljZGH/zk8+9aZjDN X-Received: by 2002:a17:902:7204:: with SMTP id ba4mr13630779plb.337.1553630320471; Tue, 26 Mar 2019 12:58:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1553630320; cv=none; d=google.com; s=arc-20160816; b=TgS6jaEx1ZZCTHOeNvCDvcagAx3x/F6PbkI+DUNtYU41joncJwX4AXe59LQC2zSr0H MAHq7eGIZnkQPlV5ynOEuh8KGCmhLzpR+UZw8xUcILmQMMJmdUysq5M3exhRGBEo5kqc bf0Jw7ThkniE4KfH1TYBtwQHScnSJ+TA6HWECSdW7J/jIEaSh/sAFD9GExyfT4boFjKy hwEJH6tbig79JnTeEvsvm5Pe8hWP0UCSJaLN8OYqvrXqSopUeml/gW9L9tUDFDmx7sgw C4lo9EDBlGrXkaO6OeGnt9h3kCzfgQ/F9e8o50kiBv7VTrrlPJ9JTf6jow5y4Ws4OOKY qCdg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=SfTfA5v9IJXlVL/cSDqmnms84/0lFwOzTgtXoHILvQo=; b=0yhpO3ToGzhpN1Kf5ASSwsB/DBssucqW0RgXK/gB0T/vhbWqd3Ix80RkShZGOrPJHl eB8927VBD0s5gUIZropgjccoZVRAJ86dzvUdzSCrXUsvWeyTJoaLJd5JpM4Gfn1LRpR6 Rs+WZo+ITNRgsHYCXMwkj7+qAav4m7gvMEruDSYN5zDnpl3TOaHxFXDiR4H1hIMo8yfm G8HsOwHycZjvhol+4WBluog21H1qz8SmSZJN2kT63MQJsqD5ntA7fVMne6BQPTDRLCR0 Q5UfrNXpr6F7wkC8+gh2JodBbaxIHu8zKFN99G9MyFvGWgwa4TzisNefjw8bGL7d3yQa JAtg== 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 bh5si16950355plb.344.2019.03.26.12.58.24; Tue, 26 Mar 2019 12:58:40 -0700 (PDT) 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 S1732387AbfCZT5q (ORCPT + 99 others); Tue, 26 Mar 2019 15:57:46 -0400 Received: from mail.kernel.org ([198.145.29.99]:35942 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731755AbfCZT5o (ORCPT ); Tue, 26 Mar 2019 15:57:44 -0400 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 575762075C; Tue, 26 Mar 2019 19:57:43 +0000 (UTC) Date: Tue, 26 Mar 2019 15:57:41 -0400 From: Steven Rostedt To: Tzvetomir Stoyanov Cc: linux-trace-devel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 4/8] tools/lib/traceevent: rename input arguments of libtraceevent APIs from pevent to tep Message-ID: <20190326155741.11a72d13@gandalf.local.home> In-Reply-To: <20190326154328.28718-5-tstoyanov@vmware.com> References: <20190326154328.28718-1-tstoyanov@vmware.com> <20190326154328.28718-5-tstoyanov@vmware.com> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 26 Mar 2019 17:43:24 +0200 Tzvetomir Stoyanov wrote: > This patch renames "struct tep_handle *pevent" input arguments of libtraceevent > APIs to "struct tep_handle *tep". This makes the API consistent with the chosen > naming convention: tep (trace event parser), instead of the old pevent. > > Signed-off-by: Tzvetomir Stoyanov I have no problems with this patch, but as I didn't apply some of the earlier patches, this one doesn't apply, so you will need to send it again in the next series. -- Steve