HPCToolkit
|
#include <PCProfileFilter.hpp>
Public Member Functions | |
InsnFilter (InsnClassExpr expr_, binutils::LM *lm_) | |
virtual | ~InsnFilter () |
virtual bool | operator() (VMA pc, ushort opIndex) |
Private Attributes | |
InsnClassExpr | expr |
binutils::LM * | lm |
Definition at line 278 of file PCProfileFilter.hpp.
InsnFilter::InsnFilter | ( | InsnClassExpr | expr_, |
binutils::LM * | lm_ | ||
) |
Definition at line 115 of file PCProfileFilter.cpp.
|
virtual |
Definition at line 120 of file PCProfileFilter.cpp.
Implements PCFilter.
Definition at line 125 of file PCProfileFilter.cpp.
|
private |
Definition at line 288 of file PCProfileFilter.hpp.
|
private |
Definition at line 289 of file PCProfileFilter.hpp.