Searched refs:Buffer (Results 1 – 5 of 5) sorted by relevance
59 auto Buffer = perf::getBPFObjectFromModule(&*M); in test__clang_to_obj() local60 if (!Buffer) in test__clang_to_obj()
149 std::unique_ptr<SmallVectorImpl<char>> Buffer(new SmallVector<char, 0>()); in getBPFObjectFromModule() local150 raw_svector_ostream ostream(*Buffer); in getBPFObjectFromModule()167 return Buffer; in getBPFObjectFromModule()
197 - count of load hits in FB (Fill Buffer), L1 and L2 cache
194 resulting in data lost because the buffer was full. See 'Buffer handling' below662 Buffer handling
221 Consistency. One example is the Store Buffer (SB) pattern, in which