Home
last modified time | relevance | path

Searched refs:EntityName (Results 1 – 6 of 6) sorted by relevance

/haiku/src/bin/debug/profile/
H A DProfiledEntity.h17 virtual const char* EntityName() const = 0;
H A DThread.h49 virtual const char* EntityName() const;
H A DCallgrindProfileResult.cpp192 strlcpy(entityName, fEntity->EntityName(), sizeof(entityName)); in PrintResults()
216 fprintf(out, "cmd: %s\n", fEntity->EntityName()); in PrintResults()
H A DThread.cpp84 Thread::EntityName() const in EntityName() function in Thread
H A DBasicProfileResult.cpp187 "(%" B_PRId32 "):\n", fEntity->EntityType(), fEntity->EntityName(), in PrintResults()
H A Dprofile.cpp294 virtual const char* EntityName() const in EntityName() function in ThreadManager