]> sourceware.org Git - systemtap.git/blame - buildrun.h
PR32194: Use v6.12 versions of uprobe register and unregister functions
[systemtap.git] / buildrun.h
CommitLineData
f4b28491
FCE
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
14int compile_pass (systemtap_session& s);
7d26ee02
JS
15int uprobes_pass (systemtap_session& s);
16
5eea6ed1 17std::vector<std::string> make_run_command (systemtap_session& s,
18630fb8 18 const std::string& remotedir="",
4112f219 19 const std::string& version=VERSION);
f4b28491 20
c9ccb642 21std::map<std::string,std::string> make_tracequeries(systemtap_session& s, const std::map<std::string,std::string>& contents);
d90053e7 22int make_typequery(systemtap_session& s, std::string& module);
f4b28491
FCE
23
24#endif // BUILDRUN_H
73267b89
JS
25
26/* vim: set sw=2 ts=8 cino=>4,n-2,{2,^-2,t0,(0,u0,w1,M1 : */
This page took 0.156516 seconds and 5 git commands to generate.