diff options
author | Taeung Song <treeze.taeung@gmail.com> | 2017-09-07 06:18:51 +0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2017-09-13 15:49:15 +0300 |
commit | 5c2615556d4410baebc9b336f14befe0bb32cde4 (patch) | |
tree | 5b7e4c9b9b66eff0adc1953e9adb550f50a35580 /tools/perf/util | |
parent | ecdad24d7a4480c9af0ff6dbe00ac8bbae720d19 (diff) | |
download | linux-5c2615556d4410baebc9b336f14befe0bb32cde4.tar.xz |
perf config: Write a config file just once
Currently set_config() can be repeatedly called for each input config on
the below case:
$ perf config kmem.default=slab report.children=false ...
But it's a waste, so only once write a config file gathering all given
config key=value pairs.
Signed-off-by: Taeung Song <treeze.taeung@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: http://lkml.kernel.org/r/1504754331-9776-1-git-send-email-treeze.taeung@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util')
0 files changed, 0 insertions, 0 deletions