#include "IgTools/IgProf/src/IgProfMacros.h"
#include "IgTools/IgProf/src/IgProfBuffer.h"
#include "IgTools/IgProf/src/IgProf.h"
#include <limits.h>
#include <stdint.h>
Go to the source code of this file.
Classes | |
class | IgProfSymCache |
A symbol lookup cache. More... | |
struct | IgProfSymCache::Binary |
Description of a binary module associated with a symbol. More... | |
struct | IgProfSymCache::Symbol |
Description of a symbol behind a call address, linked in hash table. More... | |
struct | IgProfSymCache::SymCache |
Hash table cache entry for call address to symbol address mappings. More... |