]> git.baikalelectronics.ru Git - kernel.git/commit
perf util: Rename read_*() functions in trace-event-info.c
authorNamhyung Kim <namhyung.kim@lge.com>
Tue, 4 Jun 2013 05:20:29 +0000 (14:20 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 12 Jul 2013 16:52:30 +0000 (13:52 -0300)
commit3ae4184aeb74b15a988455ec1c4b5ff50da8fe63
tree7155f53d900f80f888a612d6b781166dac24da36
parent0792d37c64fd323b003b3a39acbbda2d38115a5d
perf util: Rename read_*() functions in trace-event-info.c

It's confusing to have same name for two difference functions which does
something opposite way.  Since what they do in this file is read *AND*
writing some of tracing metadata files, rename them to record_*() looks
better to me.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Steven Rostedt <rostedt@goodmis.org>
Link: http://lkml.kernel.org/r/1370323231-14022-15-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/trace-event-info.c