]> sourceware.org Git - systemtap.git/blob - buildrun.h
PR 5709
[systemtap.git] / buildrun.h
1 // -*- C++ -*-
2 // Copyright (C) 2005 Red Hat Inc.
3 //
4 // This file is part of systemtap, and is free software. You can
5 // redistribute it and/or modify it under the terms of the GNU General
6 // Public License (GPL); either version 2, or (at your option) any
7 // later version.
8
9 #ifndef BUILDRUN_H
10 #define BUILDRUN_H
11
12 #include "elaborate.h"
13
14 int compile_pass (systemtap_session& s);
15 bool uprobes_enabled (void);
16 int make_uprobes (systemtap_session& s);
17 int run_pass (systemtap_session& s);
18
19
20 #endif // BUILDRUN_H
This page took 0.091253 seconds and 6 git commands to generate.