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

  /external/perf_data_converter/src/
perf_data_handler.h 98 // A comm event.
99 const quipper::PerfDataProto::CommEvent* comm; member in struct:perftools::PerfDataHandler::CommContext
123 // When comm.pid()==comm.tid() it indicates an exec() happened.
124 virtual void Comm(const CommContext& comm) = 0;
perf_data_converter.cc 116 uint64 comm = 0; member in struct:perftools::__anon35741::SampleKey
123 (a.exec_mode == b.exec_mode) && (a.comm == b.comm) &&
135 hash ^= std::hash<uint64>()(k.comm);
154 // by Comm() and MMap() methods to force re-creation of those locations.
211 void Comm(const CommContext& comm) override;
251 // Returns whether comm labels were requested for inclusion in the
305 const string& comm = per_pid_[pid].tid_to_comm_map[tid]; local
306 if (!comm.empty())
    [all...]
perf_data_handler.cc 82 // Copy the parent's mmaps/comm if they exist. Otherwise, items
124 // pid_to_comm_event maps a pid to the corresponding comm event.
199 comm_context.comm = &event_proto.comm_event();
200 handler_->Comm(comm_context);
263 fake.reset(new PerfDataHandler::Mapping(&comm_it->second->comm(),
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
MetaFileParser.py     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/bcc/src/lua/bpf/
proto.lua 498 proto_sccsp = 96, -- Semaphore Comm Sec Proto
  /external/syzkaller/pkg/ipc/
ipc.go 167 // Log contains pid in "executing program 15" and crashes usually contain "Comm: syz-executor15".
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 1181 milliseconds