[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1478241862-31230-1-git-send-email-treeze.taeung@gmail.com>
Date: Fri, 4 Nov 2016 15:44:16 +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>,
Ingo Molnar <mingo@...nel.org>,
Peter Zijlstra <peterz@...radead.org>,
Wang Nan <wangnan0@...wei.com>,
Nambong Ha <over3025@...il.com>,
Wookje Kwon <aweee0@...il.com>,
Taeung Song <treeze.taeung@...il.com>
Subject: [PATCH 0/6] perf config: Add support for setting and getting functionalities
Hello, :)
Add setting and getting features to perf-config.
I had worked at the related patchset https://lkml.org/lkml/2016/2/22/38
But I remake new this patchset for only support for read/write config file.
And There're Namhyung's requests https://lkml.org/lkml/2016/10/24/47.
In particular, I agonized implement way for setting functionality.
I especially wonder other opinions of new perf_config_set__collect()
and bool from_system_config variable.
If someone review this patchset and give me some feedback,
I'd appreciated it. :)
Thanks,
Taeung
Taeung Song (6):
perf config: Add support for getting config key-value pairs
perf config: Document examples to get config key-value pairs in man
page
perf config: Parse config variable arguments before getting
functionality
perf config: Add support for writing configs to a config file
perf config: Document examples to set config variables with values in
man page
perf config: Mark where are config items from (user or system)
tools/perf/Documentation/perf-config.txt | 35 ++++++++
tools/perf/builtin-config.c | 135 ++++++++++++++++++++++++++++++-
tools/perf/util/config.c | 20 +++++
tools/perf/util/config.h | 4 +
4 files changed, 191 insertions(+), 3 deletions(-)
--
2.7.4
Powered by blists - more mailing lists