perf tools: Replace sort's standalone field_sep with symbol_conf.field_sep
commit0ca0c130419a4aa05d28fbecc5d360f051944251
authorJiri Olsa <jolsa@redhat.com>
Thu, 6 Sep 2012 15:46:56 +0000 (6 17:46 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Sat, 8 Sep 2012 00:50:11 +0000 (7 21:50 -0300)
treea60a4bdd8e20a31a73511f7780c7ca4df94e70e3
parent863e451f69ddf255e877567e325298edd3b21519
perf tools: Replace sort's standalone field_sep with symbol_conf.field_sep

The repsep_snprintf function was still using standalone field_sep, which
not even set anymore.

Replacing it with 'symbol_conf.field_sep'.

Signed-off-by: Jiri Olsa <jolsa@redhat.com>
Cc: Andi Kleen <andi@firstfloor.org>
Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1346946426-13496-3-git-send-email-jolsa@redhat.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/sort.c
tools/perf/util/sort.h