]> sourceware.org Git - systemtap.git/blame - task_finder.h
PR13313 cont'd, fix regexp for [+-]D[+-]D[+-]D(...) operand case
[systemtap.git] / task_finder.h
CommitLineData
93646f4d
JS
1// -*- C++ -*-
2// Copyright (C) 2009 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 TASK_FINDER_H
10#define TASK_FINDER_H
11
12// Declare that task_finder is needed in this session
13void enable_task_finder(systemtap_session& s);
14
a057c85c
MW
15// Declare that vma tracker is needed in this session,
16// implies that the task_finder is needed.
17void enable_vma_tracker(systemtap_session& s);
18
19// Whether the vma tracker is needed in this session.
20bool vma_tracker_enabled(systemtap_session& s);
93646f4d
JS
21
22#endif // TASK_FINDER_H
23
24/* vim: set sw=2 ts=8 cino=>4,n-2,{2,^-2,t0,(0,u0,w1,M1 : */
This page took 0.071229 seconds and 5 git commands to generate.