]> sourceware.org Git - systemtap.git/blob - hash.h
PR13513: undo PR11759 PREEMPT_RT hack
[systemtap.git] / hash.h
1 #include <string>
2 #include <vector>
3
4 // Grabbed from linux/module.h kernel include.
5 #define MODULE_NAME_LEN (64 - sizeof(unsigned long))
6
7 class hash;
8
9 void find_script_hash (systemtap_session& s, const std::string& script);
10 void find_stapconf_hash (systemtap_session& s);
11 std::string find_tracequery_hash (systemtap_session& s,
12 const std::string& header);
13 std::string find_typequery_hash (systemtap_session& s, const std::string& name);
14 std::string find_uprobes_hash (systemtap_session& s);
15
16 /* vim: set sw=2 ts=8 cino=>4,n-2,{2,^-2,t0,(0,u0,w1,M1 : */
This page took 0.036693 seconds and 5 git commands to generate.