On Thu, Mar 24, 2016 at 04:49:33PM +0900, Taeung Song wrote: > Add new perf_buildid_config() into perf_default_config, > bring set_buildid_dir() next to perf_default_config, > rename some variable name as more readable name and etc > in order to clean up code about buildid dir. > > Cc: Jiri Olsa <jo...@kernel.org> > Cc: Namhyung Kim <namhy...@kernel.org> > Cc: Wang Nan <wangn...@huawei.com> > Signed-off-by: Taeung Song <treeze.tae...@gmail.com> > --- > tools/perf/perf.c | 3 +-- > tools/perf/util/config.c | 57 > +++++++++++++++++++----------------------------- > 2 files changed, 23 insertions(+), 37 deletions(-)
though it's failry simple change we try to separate changes seems like 3 independent changes: - perf.c hunk change - buildid_dir_command_config/perf_buildid_config rework - set_buildid_dir fix thanks, jirka