]> sourceware.org Git - systemtap.git/blob - buildrun.h
Merge branch 'master' of ssh://sourceware.org/git/systemtap
[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 int uprobes_pass (systemtap_session& s);
16
17 std::vector<std::string> make_run_command (systemtap_session& s,
18 const std::string& remotedir="",
19 const std::string& version=VERSION);
20
21 int make_tracequery(systemtap_session& s, std::string& name,
22 const std::vector<std::string>& headers);
23 int make_typequery(systemtap_session& s, std::string& module);
24
25 #endif // BUILDRUN_H
26
27 /* vim: set sw=2 ts=8 cino=>4,n-2,{2,^-2,t0,(0,u0,w1,M1 : */
This page took 0.039966 seconds and 6 git commands to generate.