[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1493209268-5543-1-git-send-email-treeze.taeung@gmail.com>
Date: Wed, 26 Apr 2017 21:21:01 +0900
From: Taeung Song <treeze.taeung@...il.com>
To: Arnaldo Carvalho de Melo <acme@...nel.org>
Cc: linux-kernel@...r.kernel.org, Jiri Olsa <jolsa@...nel.org>,
Namhyung Kim <namhyung@...nel.org>,
Taeung Song <treeze.taeung@...il.com>
Subject: [PATCH 0/7] perf config: Bugfixes & Refactoring
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 avaiable at 'config/refactoring' branch on
git://github.com/taeung/linux-perf.git
Thanks,
Taeung
Taeung Song (7):
perf config: Refactor a duplicated code for config file name
perf config: Check list empty before showing configs
perf config: Use none_err for all cases that nothing configured
perf config: Invert if statements to reduce nesting in cmd_config()
perf config: Correctly check whether it is from system config
perf config: Finally write changed configs on config file at a time
perf config: No free config set when it's initialization failed
tools/perf/builtin-config.c | 92 +++++++++++++++++++++++++--------------------
tools/perf/util/config.c | 7 +---
2 files changed, 54 insertions(+), 45 deletions(-)
--
2.7.4
Powered by blists - more mailing lists