summaryrefslogtreecommitdiffstats
path: root/session.h
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2009-07-20 16:25:35 -0700
committerJosh Stone <jistone@redhat.com>2009-07-20 18:08:14 -0700
commita2639cb76e9151cad6ceebc21857d2d6aa8cbc8a (patch)
treefce5f2cb0fa8f4b6e9a76652e8659682bbcab5c3 /session.h
parent1c47903b03c678470cf81c3a7d5c3ad95420d569 (diff)
downloadsystemtap-steved-a2639cb76e9151cad6ceebc21857d2d6aa8cbc8a.tar.gz
systemtap-steved-a2639cb76e9151cad6ceebc21857d2d6aa8cbc8a.tar.xz
systemtap-steved-a2639cb76e9151cad6ceebc21857d2d6aa8cbc8a.zip
Return hash module values directly as strings
* session.h (systemtap_session): remove tracequery_path * hash.cxx (find_tracequery_hash, find_typequery_hash): return strings * tapsets.cxx (dwarf_cast_expanding_visitor::filter_special_modules): get the hashed path from the return value instead of a parameter (tracepoint_builder::init_dw): ditto, and don't stuff it in session
Diffstat (limited to 'session.h')
-rw-r--r--session.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/session.h b/session.h
index a617e47f..e68cd6df 100644
--- a/session.h
+++ b/session.h
@@ -124,7 +124,6 @@ struct systemtap_session
std::string cache_path;
std::string hash_path;
std::string stapconf_path;
- std::string tracequery_path;
// dwarfless operation
bool consult_symtab;