Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1571534

[PATCH v3 0/4] Fill in lacking parts and Refactor several parts

From Taeung Song <treeze.taeung@gmail.com>
Newsgroups linux.kernel
Subject [PATCH v3 0/4] Fill in lacking parts and Refactor several parts
Date 2017-02-01 13:40 +0100
Message-ID <t62mB-5Z6-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v3 0/4] Fill in lacking parts and Refactor several parts Taeung Song <treeze.taeung@gmail.com> - 2017-02-01 13:40 +0100
  [PATCH v3 1/4] perf tools: Only increase index if perf_evsel__new_idx() succeeds Taeung Song <treeze.taeung@gmail.com> - 2017-02-01 13:40 +0100
    [tip:perf/core] perf tools: Only increase index if  perf_evsel__new_idx() succeeds tip-bot for Taeung Song <tipbot@zytor.com> - 2017-02-10 09:50 +0100

csiph-web