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


Groups > linux.kernel > #1570626

[PATCH v2 0/4] Add ftrace config and refactor several parts

From Taeung Song <treeze.taeung@gmail.com>
Newsgroups linux.kernel
Subject [PATCH v2 0/4] Add ftrace config and refactor several parts
Date 2017-01-31 12:40 +0100
Message-ID <t5EX0-8E-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi, :)

Lately I sent several patches.
But they need to be modified so I send v2 packing them.

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: Create for_each_event macro for tracepoints iteration
  perf ftrace: Add ftrace.tracer config option
  perf tools: Check NULL after zalloc() and Use zfree() instead of
    free() in parse-events.c
  perf tools: Increase index if perf_evsel__new_idx() succeeded

 tools/perf/builtin-ftrace.c        | 25 +++++++++++++++++++++++++
 tools/perf/util/parse-events.c     | 23 ++++++++++++-----------
 tools/perf/util/trace-event-info.c | 38 ++++++++++++++++++--------------------
 3 files changed, 55 insertions(+), 31 deletions(-)

-- 
2.7.4

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


Thread

[PATCH v2 0/4] Add ftrace config and refactor several parts Taeung Song <treeze.taeung@gmail.com> - 2017-01-31 12:40 +0100
  [PATCH v2 3/4] perf tools: Check NULL after zalloc() and Use zfree() instead of free() in parse-events.c Taeung Song <treeze.taeung@gmail.com> - 2017-01-31 12:40 +0100
    Re: [PATCH v2 3/4] perf tools: Check NULL after zalloc() and Use  zfree() instead of free() in parse-events.c Arnaldo Carvalho de Melo <acme@kernel.org> - 2017-01-31 14:40 +0100
      Re: [PATCH v2 3/4] perf tools: Check NULL after zalloc() and Use  zfree() instead of free() in parse-events.c Taeung Song <treeze.taeung@gmail.com> - 2017-02-01 09:10 +0100

csiph-web