commit | bce4fb978c52c7bbd0ffa109f0806584c48475f4 | [log] [tgz] |
---|---|---|
author | Tzvetomir Stoyanov <tstoyanov@vmware.com> | Wed Oct 02 14:41:51 2019 +0300 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Wed Oct 02 20:03:59 2019 -0400 |
tree | a5d9919175d27ef1ea6d3e1d306e88a4d394968c | |
parent | 5546467761d68ae46d9ec9b120625691ef10f0f3 [diff] |
trace-cmd: Change plugin install directories To be compliant with XDG user directory layout, the user's plugin directory is changed from ~/.traceevent/plugins to ~/.local/lib/traceevent/plugins/ The system plugin directory is changed from (install_prefix)/lib/trace-cmd/plugins to (install_prefix)/lib/traceevent/plugins This change paves the way for implementing trace-cmd specific plugins. Link: https://lore.kernel.org/linux-trace-devel/20190313144206.41e75cf8@patrickm Link: http://lore.kernel.org/linux-trace-devel/20191002114152.30048-5-tz.stoyanov@gmail.com Suggested-by: Patrick McLean <chutzpah@gentoo.org> Signed-off-by: Tzvetomir Stoyanov (VMware) <tz.stoyanov@gmail.com> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>