aboutsummaryrefslogtreecommitdiffstats
path: root/trace-graph.c
diff options
context:
space:
mode:
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>2014-12-09 11:26:37 -0500
committerSteven Rostedt <rostedt@goodmis.org>2015-01-05 15:03:58 -0500
commit68ddd0f598fe9e6abf701a4de17dce252be8e1c6 (patch)
tree60f7d07716fdcd159bd47ae8b5a94cb325bf41d2 /trace-graph.c
parent4aadcfefcafaa20a40e3b8871c01d5bf2e6134ed (diff)
downloadtrace-cmd-68ddd0f598fe9e6abf701a4de17dce252be8e1c6.tar.gz
kernelshark: Rename trace-hash.[ch] to trace-filter-hash.[ch]
In order to make a generic trace-hash, the current trace-hash.* files need to be renamed as they are not really a generic hash but instead they are specific to filtering. Thus, renaming them to trace-filter-hash.* makes sense. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'trace-graph.c')
-rw-r--r--trace-graph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trace-graph.c b/trace-graph.c
index 99044380..4815fe1f 100644
--- a/trace-graph.c
+++ b/trace-graph.c
@@ -28,7 +28,7 @@
#include "trace-cmd.h"
#include "trace-local.h"
#include "trace-graph.h"
-#include "trace-hash.h"
+#include "trace-filter-hash.h"
#include "trace-filter.h"
#include "trace-gui.h"