]> sourceware.org Git - systemtap.git/blob - hash.h
Allow utrace_syscall_args.stp to accepts arm64 use of syscall.openat
[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 void find_script_hash (systemtap_session& s, const std::string& script);
8 void find_stapconf_hash (systemtap_session& s);
9 std::string find_tracequery_hash (systemtap_session& s,
10 const std::string& header);
11 std::string find_typequery_hash (systemtap_session& s, const std::string& name);
12 std::string find_uprobes_hash (systemtap_session& s);
13
14 /* vim: set sw=2 ts=8 cino=>4,n-2,{2,^-2,t0,(0,u0,w1,M1 : */
This page took 0.035975 seconds and 5 git commands to generate.