Received: by 2002:ac0:aed5:0:0:0:0:0 with SMTP id t21csp872350imb; Fri, 1 Mar 2019 17:18:32 -0800 (PST) X-Google-Smtp-Source: APXvYqzSU3QdFdxi2OuJbKBZ0yizTAnJq3Pgpz0h8AFlX0FpoTqW0AS5g11bBg76ThsyYe3j0yrq X-Received: by 2002:a62:834c:: with SMTP id h73mr8991643pfe.252.1551489512214; Fri, 01 Mar 2019 17:18:32 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1551489512; cv=none; d=google.com; s=arc-20160816; b=L7Yc1ZMWAtdoAkkTrPzkMPZr3/zsqR+d718S09cDCAnQV4Cl4zd55s1GwHuDq9ajMy c00s62XpYrdy60Py0GrkAbZt7INhRjLVmHxgeoEm+Ws+v4B0BiClvxfyn6IJm/X/5j6R 4+d7zmFzrHRLiHI3GpLhwtxYZuYx/L3mNksvi9jcRr7m0sUV0TsPHxDxgDwNbh+WdyRA ajUjppencNa6wqGro6Tf91rSXZjkdbrRdw9rZLgJoD5HXoTAmUjLe4qAbO0d4kZFMctC D4KDAycYq8yiOuiVxPxWdVWXdArf3QPie9l4MrndFLQggJKlrRBqJ9O8L8Bey8QZeqMX mZlA== 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 :message-id:date:subject:cc:to:from; bh=7gTK1c9IKDApaJ6jLTQjfeDo0doXA7A1ItXkM2vFdg8=; b=tFCl0BbQgfQMWHc4dG880IrLsLUQxi5hCp+LIjoJ6/vyLBir4T9To1H1MCuOsuwRRq YUejyxLVf/ZyUyaOttJ81mJIhH3iWFg2Blky6q0QzjmB10w3QqCwmTpFHWKOTZULDUck 68M3inPqawClTU1p8ilMwtJAMUDpGev/7d0bWPe39ftIB4RWP1/7zNFGKnhxe+7CKisR a0jZFpq1rOsl9YFsLqZIrw37j/M6QCiqSAYRONP0YvoUYtPy3wiMSEkc7kNo8d8tOpiV PFhriiTzjUo8FHsIQccd5HB/05kD/nKSZfsZiFNlDdjK443YLwxu5i+SA1EpattAWFcG 8MzQ== 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 gn14si20020843plb.171.2019.03.01.17.18.15; Fri, 01 Mar 2019 17:18:32 -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 S1727040AbfCBBRs (ORCPT + 99 others); Fri, 1 Mar 2019 20:17:48 -0500 Received: from mx2.suse.de ([195.135.220.15]:47488 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726007AbfCBBRs (ORCPT ); Fri, 1 Mar 2019 20:17:48 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id B0B67AD3E; Sat, 2 Mar 2019 01:17:46 +0000 (UTC) From: Tony Jones To: linux-kernel@vger.kernel.org Cc: acme@kernel.org, linux-perf-users@vger.kernel.org, Tony Jones , Adrian Hunter , Arnaldo Carvalho de Melo , Feng Tang , Tom Zanussi , Seeteena Thoufeek Subject: [PATCH v2 0/7] perf script python: add Python3 support Date: Fri, 1 Mar 2019 17:18:56 -0800 Message-Id: <20190302011903.2416-1-tonyj@suse.de> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is v2 of my version of the patchset. Incorporating the previous feedback. Some changes from v1 were already merged. Patch 1/7 deals with the existing inconsistent indentation. Indentation is now consistent per file but varying styles (tabs, 4 spaces and 8 spaces). I will followup at a later date with changes to checkpatch to ensure that the syntax per file is maintained. Patches 2/7 through 5/7 were sent in v1, they have been changed to remove the previous indentation changes Patch 6/7 was sent in v1. I had previously *not* been able to test export-to-postgresql.py. I was able to do so this time and found that more changes were needed. The author of the original code seems concerned about code-style so I would suggest you only merge with his explicit ACK. Patch 7/7 was not in v1, it cleans up some repeated use of date functions in the SQL exporters. It is not mandatory for Python3 support. It is dependent on Patch#6. I hope I've got everything correct, I've retested until I feel I can't look at Python code anymore for a while :-). Hopefully I've not made any more mistakes. If I have, please LMK and I'll do v3. Thanks Tony