Searched refs:StatType (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-graph-diff.h31 using StatType = GraphRenderer::StatType;
62 void exportGraphAsDOT(raw_ostream &OS, StatType EdgeLabel = StatType::NONE,
63 StatType EdgeColor = StatType::NONE,
64 StatType VertexLabel = StatType::NONE,
65 StatType VertexColor = StatType
[all...]
H A Dxray-graph.cpp58 static cl::opt<GraphRenderer::StatType>
62 cl::init(GraphRenderer::StatType::NONE),
63 cl::values(clEnumValN(GraphRenderer::StatType::NONE, "none",
65 clEnumValN(GraphRenderer::StatType::COUNT,
67 clEnumValN(GraphRenderer::StatType::MIN, "min",
69 clEnumValN(GraphRenderer::StatType::MED, "med",
71 clEnumValN(GraphRenderer::StatType::PCT90, "90p",
73 clEnumValN(GraphRenderer::StatType::PCT99, "99p",
75 clEnumValN(GraphRenderer::StatType::MAX, "max",
77 clEnumValN(GraphRenderer::StatType
[all...]
H A Dxray-graph-diff.cpp105 static cl::opt<GraphRenderer::StatType> GraphDiffEdgeLabel(
108 cl::init(GraphRenderer::StatType::NONE),
109 cl::values(clEnumValN(GraphRenderer::StatType::NONE, "none",
111 clEnumValN(GraphRenderer::StatType::COUNT, "count",
113 clEnumValN(GraphRenderer::StatType::MIN, "min",
115 clEnumValN(GraphRenderer::StatType::MED, "med",
117 clEnumValN(GraphRenderer::StatType::PCT90, "90p",
119 clEnumValN(GraphRenderer::StatType::PCT99, "99p",
121 clEnumValN(GraphRenderer::StatType::MAX, "max",
123 clEnumValN(GraphRenderer::StatType
[all...]
H A Dxray-graph.h39 enum class StatType { NONE, COUNT, MIN, MED, PCT90, PCT99, MAX, SUM }; class in class:llvm::xray::GraphRenderer
51 std::string getString(StatType T) const;
52 double getDouble(StatType T) const;
156 void exportGraphAsDOT(raw_ostream &OS, StatType EdgeLabel = StatType::NONE,
157 StatType EdgeColor = StatType::NONE,
158 StatType VertexLabel = StatType::NONE,
159 StatType VertexColo
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_mutex.h45 explicit Mutex(MutexType type, StatType stat_type);
62 StatType stat_type_;
H A Dtsan_stat.h19 enum StatType { enum in namespace:__tsan
H A Dtsan_rtl.cc638 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog));
823 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog));
832 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog));
846 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog));
871 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog));
H A Dtsan_mutex.cc211 Mutex::Mutex(MutexType type, StatType stat_type) {
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) {
H A Dtsan_interface_atomic.cc506 static void AtomicStatInc(ThreadState *thr, uptr size, morder mo, StatType t) {
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_mutex.h43 explicit Mutex(MutexType type, StatType stat_type);
60 StatType stat_type_;
H A Dtsan_stat.h17 enum StatType { enum in namespace:__tsan
H A Dtsan_rtl.cc634 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog));
819 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog));
828 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog));
842 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog));
867 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog));
H A Dtsan_mutex.cc209 Mutex::Mutex(MutexType type, StatType stat_type) {
H A Dtsan_rtl.h661 void ALWAYS_INLINE StatInc(ThreadState *thr, StatType typ, u64 n = 1) {
666 void ALWAYS_INLINE StatSet(ThreadState *thr, StatType typ, u64 n) {
H A Dtsan_interface_atomic.cc504 static void AtomicStatInc(ThreadState *thr, uptr size, morder mo, StatType t) {

Completed in 150 milliseconds