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


Groups > linux.kernel > #1637378

[PATCH v2 0/4] perf config: Bugfixes & Refactoring

From Taeung Song <treeze.taeung@gmail.com>
Newsgroups linux.kernel
Subject [PATCH v2 0/4] perf config: Bugfixes & Refactoring
Date 2017-05-08 13:10 +0200
Message-ID <tEOIa-39M-21@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi all,

This is simple patchset for perf-config
to fix small bugs and refactor code.

I'd appreciate some feedback on this patchset.

The code is also available at 'config/refactoring-v2' branch on

  git://github.com/taeung/linux-perf.git


Thanks,
Taeung

v2:
- there is no need to consider empty config file (Arnaldo)

Taeung Song (4):
  perf config: Invert a if statement to reduce nesting in cmd_config()
  perf config: Finally write changed configs on config file at a time
  perf config: Correctly check whether it is from system config
  perf config: Automatically create config file if not exists when
    setting config

 tools/perf/builtin-config.c | 57 +++++++++++++++++++++++++--------------------
 tools/perf/util/config.c    |  5 +---
 2 files changed, 33 insertions(+), 29 deletions(-)

-- 
2.7.4

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH v2 0/4] perf config: Bugfixes & Refactoring Taeung Song <treeze.taeung@gmail.com> - 2017-05-08 13:10 +0200

csiph-web