]> sourceware.org Git - systemtap.git/blob - task_finder.h
YAAU (Yet Another AUTHORS Update)
[systemtap.git] / task_finder.h
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
13 void enable_task_finder(systemtap_session& s);
14
15 // Helper function to emit vma tracker callbacks.
16 void emit_vma_callback_probe_decl (systemtap_session& s, std::string path, int64_t pid);
17
18 #endif // TASK_FINDER_H
19
20 /* vim: set sw=2 ts=8 cino=>4,n-2,{2,^-2,t0,(0,u0,w1,M1 : */
This page took 0.03398 seconds and 5 git commands to generate.