]> sourceware.org Git - systemtap.git/blob - cache.h
PR13513: undo PR11759 PREEMPT_RT hack
[systemtap.git] / cache.h
1 void add_script_to_cache(systemtap_session& s);
2 bool get_script_from_cache(systemtap_session& s);
3
4 void add_stapconf_to_cache(systemtap_session& s);
5 bool get_stapconf_from_cache(systemtap_session& s);
6
7 void clean_cache(systemtap_session& s);
8
9 /* vim: set sw=2 ts=8 cino=>4,n-2,{2,^-2,t0,(0,u0,w1,M1 : */
This page took 0.035009 seconds and 5 git commands to generate.