libtraceevent: Rename kbuffer_create() to tep_kbuffer() Instead of adding a dependency of tep_handle to the kbuffer code, as kbuffer should not reference the tep_handle, instead, it makes much more sense to return a kbuffer descriptor from an existing tep_handle from the tep interface. Rename kbuffer_create() to tep_kbuffer(). Link: https://lore.kernel.org/linux-trace-devel/[email protected] Signed-off-by: Steven Rostedt (Google) <[email protected]>