perf config: Handle the error when config set is NULL at collect_config()
authorTaeung Song <treeze.taeung@gmail.com>
Mon, 6 Jun 2016 10:52:54 +0000 (19:52 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 6 Jun 2016 20:43:19 +0000 (17:43 -0300)
commit7db91f251056f90fec4121f028680ab3153a0f3c
treea3667022197846d75a9f09d82866c59a4c5bad10
parent78f71c996fb92d129ec75d572e2f5367a4f4c757
perf config: Handle the error when config set is NULL at collect_config()

collect_config() collect all config key-value pairs from config files
and put each config info in config set.  But if config set (i.e. 'set'
variable at collect_config()) is NULL, this is wrong so handle it.

Signed-off-by: Taeung Song <treeze.taeung@gmail.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/1465210380-26749-4-git-send-email-treeze.taeung@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/config.c