|
Server : Apache/2.2.2 (Fedora) System : Linux App1.pathumtani.go.th 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 EDT 2007 i686 User : apache ( 48) PHP Version : 5.2.9 Disable Function : NONE Directory : /usr/share/systemtap/runtime/ |
Upload File : |
/*
* Copyright (C) 2005 Red Hat Inc.
*
* This file is part of systemtap, and is free software. You can
* redistribute it and/or modify it under the terms of the GNU General
* Public License (GPL); either version 2, or (at your option) any
* later version.
*/
#ifndef _STAP_SYMBOLS_H_
#define _STAP_SYMBOLS_H_
/* A symbol table defined by the translator. */
struct stap_symbol {
unsigned long addr;
const char *symbol;
const char *modname;
};
extern struct stap_symbol stap_symbols [];
extern unsigned stap_num_symbols;
#endif /* _RUNTIME_H_ */