Home | History | Annotate | Download | only in src

Lines Matching defs:ProfileData

48 #include "profiledata.h"
53 // All of these are initialized in profiledata.h.
54 const int ProfileData::kMaxStackDepth;
55 const int ProfileData::kAssociativity;
56 const int ProfileData::kBuckets;
57 const int ProfileData::kBufferLength;
59 ProfileData::Options::Options()
65 void ProfileData::Evict(const Entry& entry) {
79 ProfileData::ProfileData()
91 bool ProfileData::Start(const char* fname,
92 const ProfileData::Options& options) {
131 ProfileData::~ProfileData() {
164 void ProfileData::Stop() {
198 void ProfileData::Reset() {
221 void ProfileData::GetCurrentState(State* state) const {
239 void ProfileData::FlushTable() {
260 void ProfileData::Add(int depth, const void* const* stack) {
266 RAW_CHECK(depth > 0, "ProfileData::Add depth <= 0");
323 void ProfileData::FlushEvicted() {