]> sourceware.org Git - systemtap.git/blame - hash.h
PR32209: Improve the fix per bugzilla comment #6
[systemtap.git] / hash.h
CommitLineData
1b78aef5 1#include <string>
55e50c24 2#include <vector>
1b78aef5 3
98aab489
DS
4// Grabbed from linux/module.h kernel include.
5#define MODULE_NAME_LEN (64 - sizeof(unsigned long))
6
9b3c54b2
JS
7void find_script_hash (systemtap_session& s, const std::string& script);
8void find_stapconf_hash (systemtap_session& s);
55e50c24 9std::string find_tracequery_hash (systemtap_session& s,
c9ccb642 10 const std::string& header);
a2639cb7 11std::string find_typequery_hash (systemtap_session& s, const std::string& name);
7d26ee02 12std::string find_uprobes_hash (systemtap_session& s);
73267b89
JS
13
14/* vim: set sw=2 ts=8 cino=>4,n-2,{2,^-2,t0,(0,u0,w1,M1 : */
This page took 0.173842 seconds and 6 git commands to generate.