tools lib traceevent: Rename tep_is_file_bigendian() to tep_file_bigendian()
authorTzvetomir Stoyanov <tstoyanov@vmware.com>
Sat, 1 Dec 2018 04:08:12 +0000 (23:08 -0500)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 8 Jan 2019 16:28:13 +0000 (13:28 -0300)
commit4104e604277016b3e6a7d120368054f9d2716953
tree3ab33c5448eea65d3e2d83f8334836d6145d9cd1
parentf87ce7c43f36d4abff91b19edadd23939f99ff98
tools lib traceevent: Rename tep_is_file_bigendian() to tep_file_bigendian()

In order to make libtraceevent into a proper library, its API
should be straightforward.

After a discussion with Steven Rostedt, we decided to rename a few APIs,
to have more intuitive names.

This patch renames tep_is_file_bigendian() to tep_file_bigendian().

Signed-off-by: Tzvetomir Stoyanov <tstoyanov@vmware.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: http://lkml.kernel.org/r/20181201040852.767549746@goodmis.org
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/lib/traceevent/event-parse-api.c
tools/lib/traceevent/event-parse.h
tools/lib/traceevent/plugin_kvm.c