Home
last modified time | relevance | path

Searched refs:StatType (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/llvm-xray/
H A Dxray-graph-diff.cpp113 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 Dxray-graph.cpp62 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 Dxray-graph-diff.h32 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 Dxray-graph.h40 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 Dtsan_mutex.h45 explicit Mutex(MutexType type, StatType stat_type);
62 StatType stat_type_;
H A Dtsan_rtl.cc638 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 Dtsan_stat.h19 enum StatType { enum
H A Dtsan_mutex.cc211 Mutex::Mutex(MutexType type, StatType stat_type) { in Mutex()
H A Dtsan_rtl.h665 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 Dtsan_interface_atomic.cc506 static void AtomicStatInc(ThreadState *thr, uptr size, morder mo, StatType t) { in AtomicStatInc()
/freebsd-12.1/contrib/compiler-rt/lib/scudo/
H A Dscudo_allocator_combined.h60 void getStats(AllocatorStatCounters StatType) const { in getStats() argument
61 Stats.Get(StatType); in getStats()
H A Dscudo_allocator.cpp531 uptr getStats(AllocatorStat StatType) { in getStats()
535 return stats[StatType]; in getStats()