HomeSort by relevance Sort by last modified time
    Searched refs:ReadCounter (Results 1 - 7 of 7) sorted by null

  /system/extras/simpleperf/
event_fd.h 57 bool ReadCounter(PerfCounter* counter) const;
event_fd.cpp 92 if (ReadCounter(&counter)) {
99 bool EventFd::ReadCounter(PerfCounter* counter) const {
102 PLOG(ERROR) << "ReadCounter from " << Name() << " failed";
event_selection_set.cpp 241 if (!event_fd->ReadCounter(&counter_info.counter)) {
  /external/clang/include/clang/Serialization/
ASTReader.h 180 virtual void ReadCounter(const serialization::ModuleFile &M,
249 void ReadCounter(const serialization::ModuleFile &M, unsigned Value) override;
281 void ReadCounter(const serialization::ModuleFile &M, unsigned Value) override;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
portcls.h 818 STDMETHOD_(ULONG, ReadCounter)( THIS ) PURE; \
830 STDMETHODIMP_(ULONG) ReadCounter(void); \
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 129 void ChainedASTReaderListener::ReadCounter(const serialization::ModuleFile &M,
131 First->ReadCounter(M, Value);
132 Second->ReadCounter(M, Value);
645 void PCHValidator::ReadCounter(const ModuleFile &M, unsigned Value) {
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 532 void ReadCounter(const serialization::ModuleFile &M,
    [all...]

Completed in 157 milliseconds