|
CCTLib
Calling-context and data-object attribution library for Intel Pin
|
Public Member Functions | |
| Cache_t () | |
Public Attributes | |
| size_t | tag |
| bool | isDirty |
| bool | isInUse |
| bool | wasDifferent |
| uint8_t | value [CACHE_LINE_SZ] |
Definition at line 59 of file cache_client.cpp.
|
inline |
Definition at line 65 of file cache_client.cpp.
| bool Cache_t::isDirty |
Definition at line 61 of file cache_client.cpp.
Referenced by HandleOneCacheLine(), and OnEvict().
| bool Cache_t::isInUse |
Definition at line 62 of file cache_client.cpp.
Referenced by CacheFlush(), and OnEvict().
| size_t Cache_t::tag |
Definition at line 60 of file cache_client.cpp.
| uint8_t Cache_t::value[CACHE_LINE_SZ] |
Definition at line 64 of file cache_client.cpp.
Referenced by OnEvict().
| bool Cache_t::wasDifferent |
Definition at line 63 of file cache_client.cpp.