commit | 13a418904ee19e7a9892619cc93b025b31d08134 | [log] [tgz] |
---|---|---|
author | Tzvetomir Stoyanov (VMware) <[email protected]> | Wed Aug 08 14:02:54 2018 -0400 |
committer | Arnaldo Carvalho de Melo <[email protected]> | Mon Aug 13 15:22:08 2018 -0300 |
tree | 1b594e3d3578831d5dd634edb0ced8df5d6559e4 | |
parent | 59c1baee25e2b34f8e26a923ea229b3e00cab55a [diff] |
tools lib traceevent, perf tools: Rename pevent_register_* APIs In order to make libtraceevent into a proper library, variables, data structures and functions require a unique prefix to prevent name space conflicts. That prefix will be "tep_" and not "pevent_". This changes APIs: pevent_register_comm, pevent_register_print_string Signed-off-by: Tzvetomir Stoyanov (VMware) <[email protected]> Cc: Andrew Morton <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Yordan Karadzhov (VMware) <[email protected]> Cc: [email protected] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Steven Rostedt <[email protected]> Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>