diff options
author | Lluís <xscript@gmx.net> | 2011-08-31 20:30:57 +0200 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2011-09-01 10:34:53 +0100 |
commit | edb47ec498a5c00607e8d428668d5141822a9eac (patch) | |
tree | 3e1e9edc6ddfae6e34c132f16ec04fe32eb5335d /scripts | |
parent | 09001ee7b27b9b5f049362efc427d03e2186a431 (diff) |
trace: move backend-specific code into the trace/ directory
Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/tracetool | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tracetool b/scripts/tracetool index 2155a57df2..9ed4fae70f 100755 --- a/scripts/tracetool +++ b/scripts/tracetool @@ -158,7 +158,7 @@ linetoc_end_nop() linetoh_begin_simple() { cat <<EOF -#include "simpletrace.h" +#include "trace/simple.h" EOF simple_event_num=0 |