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 6fa05a2f..646b9154 100644
--- a/session.h
+++ b/session.h
@@ -107,6 +107,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;