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()
145 std::unique_ptr<SmallVectorImpl<char>> Buffer(new SmallVector<char, 0>()); in getBPFObjectFromModule() local146 raw_svector_ostream ostream(*Buffer); in getBPFObjectFromModule()163 return Buffer; in getBPFObjectFromModule()
190 - count of load hits in FB (Fill Buffer), L1 and L2 cache
154 resulting in data lost because the buffer was full. See 'Buffer handling' below524 Buffer handling
221 Consistency. One example is the Store Buffer (SB) pattern, in which