Home
last modified time | relevance | path

Searched refs:Buffer (Results 1 – 5 of 5) sorted by relevance

/tools/perf/util/c++/
Dclang-test.cpp59 auto Buffer = perf::getBPFObjectFromModule(&*M); in test__clang_to_obj() local
60 if (!Buffer) in test__clang_to_obj()
Dclang.cpp149 std::unique_ptr<SmallVectorImpl<char>> Buffer(new SmallVector<char, 0>()); in getBPFObjectFromModule() local
150 raw_svector_ostream ostream(*Buffer); in getBPFObjectFromModule()
167 return Buffer; in getBPFObjectFromModule()
/tools/perf/Documentation/
Dperf-c2c.txt197 - count of load hits in FB (Fill Buffer), L1 and L2 cache
Dperf-intel-pt.txt194 resulting in data lost because the buffer was full. See 'Buffer handling' below
662 Buffer handling
/tools/memory-model/Documentation/
Dexplanation.txt221 Consistency. One example is the Store Buffer (SB) pattern, in which