summaryrefslogtreecommitdiffstats
path: root/src/sysdeps
diff options
context:
space:
mode:
authorjolsa@redhat.com <jolsa@redhat.com>2011-03-12 13:59:21 +0100
committerJiri Olsa <Jiri Olsa jolsa@redhat.com>2011-04-05 17:35:56 +0200
commit252af820ecf406c7dac397bcb54f763883e1eb8f (patch)
tree8302abfb4dffe2aa46d200e5d09590fd2a091dda /src/sysdeps
parent79381b3ed5b490054cb211d0374f4338ef9d5931 (diff)
downloadlatrace-252af820ecf406c7dac397bcb54f763883e1eb8f.tar.gz
latrace-252af820ecf406c7dac397bcb54f763883e1eb8f.tar.xz
latrace-252af820ecf406c7dac397bcb54f763883e1eb8f.zip
adding support for configuration file
- separating bison/flex functions for args and config - the "include file support" unified among new conf and C header parsing - support for following options: HEADERS INDENT_SYM PIPE TIMESTAMP FRAMESIZE FRAMESIZE_CHECK HIDE_TID FOLLOW_FORK FOLLOW_EXEC DEMANGLE BRACES ENABLE_ARGS DETAIL_ARGS
Diffstat (limited to 'src/sysdeps')
-rw-r--r--src/sysdeps/x86_64/args.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sysdeps/x86_64/args.h b/src/sysdeps/x86_64/args.h
index 125c0a1..caa91a6 100644
--- a/src/sysdeps/x86_64/args.h
+++ b/src/sysdeps/x86_64/args.h
@@ -31,8 +31,8 @@ char* lt_args_arch_conf(struct lt_config_shared *cfg)
static char buf[LT_MAXFILE];
sprintf(buf, "%s/%s",
- LT_ARGS_DEF_DIR,
- "sysdeps/x86_64/latrace.conf");
+ LT_CONF_HEADERS_DIR,
+ "sysdeps/x86_64/latrace.h");
return buf;
}