summaryrefslogtreecommitdiffstats
path: root/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'session.h')
-rw-r--r--session.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/session.h b/session.h
index b06d9ecc..e44e5c98 100644
--- a/session.h
+++ b/session.h
@@ -104,6 +104,12 @@ struct systemtap_session
std::string cache_path;
std::string hash_path;
+ // dwarfless operation
+ bool consult_symtab;
+ std::string kernel_symtab_path;
+ bool ignore_vmlinux;
+ bool ignore_dwarf;
+
// temporary directory for module builds etc.
// hazardous - it is "rm -rf"'d at exit
std::string tmpdir;