From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752151AbdBAMeP (ORCPT ); Wed, 1 Feb 2017 07:34:15 -0500 Received: from mail-pf0-f195.google.com ([209.85.192.195]:33149 "EHLO mail-pf0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752094AbdBAMeO (ORCPT ); Wed, 1 Feb 2017 07:34:14 -0500 From: Taeung Song To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, Jiri Olsa , Namhyung Kim , Ingo Molnar , Peter Zijlstra , Wang Nan , Taeung Song Subject: [PATCH v3 0/4] Fill in lacking parts and Refactor several parts Date: Wed, 1 Feb 2017 21:34:03 +0900 Message-Id: <1485952447-7013-1-git-send-email-treeze.taeung@gmail.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org v3: - Split a patch in accordance with "no functional changes" or "change logic" (Arnaldo) - Change the title of commit message (Arnaldo) v2: - Check the return of perf_config() and warn the user with config error message (Arnaldo) - Change commit messages (Jiri) - Add only one macro instead of two macros (Jiri) Taeung Song (4): perf tools: Only increase index if perf_evsel__new_idx() succeeds perf tools: Fill in a lacking part no checking NULL after zalloc() in parse-events.c perf tools: Use zfree() instead of free() and assigning NULL to the pointer perf tools: Use zfree() to be more safe in parse-events.c tools/perf/util/parse-events.c | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) -- 2.7.4