Searched refs:StatType (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/llvm-xray/ |
| H A D | xray-graph-diff.cpp | 113 static cl::opt<GraphRenderer::StatType> GraphDiffEdgeLabel( 116 cl::init(GraphRenderer::StatType::NONE), 140 cl::init(GraphRenderer::StatType::NONE), 165 cl::init(GraphRenderer::StatType::NONE), 190 cl::init(GraphRenderer::StatType::NONE), 273 if (T == GraphDiffRenderer::StatType::NONE) in getColor() 294 if (T == GraphDiffRenderer::StatType::NONE) in getColor() 321 case GraphDiffRenderer::StatType::NONE: in getLabel() 340 case GraphDiffRenderer::StatType::NONE: in getLabel() 359 case GraphDiffRenderer::StatType::NONE: in getLineWidth() [all …]
|
| H A D | xray-graph.cpp | 62 static cl::opt<GraphRenderer::StatType> 342 case GraphRenderer::StatType::NONE: in getString() 344 case GraphRenderer::StatType::COUNT: in getString() 364 case GraphRenderer::StatType::NONE: in getDouble() 367 case GraphRenderer::StatType::COUNT: in getDouble() 385 void GraphRenderer::exportGraphAsDOT(raw_ostream &OS, StatType ET, StatType EC, in exportGraphAsDOT() 386 StatType VT, StatType VC) { in exportGraphAsDOT() 389 if (VT != StatType::NONE) in exportGraphAsDOT() 396 if (EC != StatType::NONE) in exportGraphAsDOT() 411 if (VT != StatType::NONE) in exportGraphAsDOT() [all …]
|
| H A D | xray-graph-diff.h | 32 using StatType = GraphRenderer::StatType; 63 void exportGraphAsDOT(raw_ostream &OS, StatType EdgeLabel = StatType::NONE, 64 StatType EdgeColor = StatType::NONE, 65 StatType VertexLabel = StatType::NONE, 66 StatType VertexColor = StatType::NONE,
|
| H A D | xray-graph.h | 40 enum class StatType { NONE, COUNT, MIN, MED, PCT90, PCT99, MAX, SUM }; enum 52 std::string getString(StatType T) const; 53 double getDouble(StatType T) const; 158 void exportGraphAsDOT(raw_ostream &OS, StatType EdgeLabel = StatType::NONE, 159 StatType EdgeColor = StatType::NONE, 160 StatType VertexLabel = StatType::NONE, 161 StatType VertexColor = StatType::NONE);
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_mutex.h | 45 explicit Mutex(MutexType type, StatType stat_type); 62 StatType stat_type_;
|
| H A D | tsan_rtl.cc | 638 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog)); in MemoryAccessImpl1() 823 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog)); in MemoryAccess() 832 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog)); in MemoryAccess() 846 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog)); in MemoryAccess() 871 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog)); in MemoryAccessImpl()
|
| H A D | tsan_stat.h | 19 enum StatType { enum
|
| H A D | tsan_mutex.cc | 211 Mutex::Mutex(MutexType type, StatType stat_type) { in Mutex()
|
| H A D | tsan_rtl.h | 665 void ALWAYS_INLINE StatInc(ThreadState *thr, StatType typ, u64 n = 1) { 670 void ALWAYS_INLINE StatSet(ThreadState *thr, StatType typ, u64 n) { in StatSet()
|
| H A D | tsan_interface_atomic.cc | 506 static void AtomicStatInc(ThreadState *thr, uptr size, morder mo, StatType t) { in AtomicStatInc()
|
| /freebsd-12.1/contrib/compiler-rt/lib/scudo/ |
| H A D | scudo_allocator_combined.h | 60 void getStats(AllocatorStatCounters StatType) const { in getStats() argument 61 Stats.Get(StatType); in getStats()
|
| H A D | scudo_allocator.cpp | 531 uptr getStats(AllocatorStat StatType) { in getStats() 535 return stats[StatType]; in getStats()
|