HomeSort by: relevance | last modified time | path
    Searched refs:EventType (Results 1 - 25 of 37) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventsWrapper.h 73 int iJIT_NotifyEvent(iJIT_JVM_EVENT EventType, void *EventSpecificData) {
76 return NotifyEventFunc(EventType, EventSpecificData);
79 int iJitIttNotifyInfo(IttEventType EventType, const char *Name,
83 return IttnotifyInfoFunc(EventType, Name, Size);
IntelJITEventListener.cpp 68 void reportSection(llvm::IttEventType EventType, const char *SectionName,
70 WrapperRef.iJitIttNotifyInfo(EventType, SectionName, SectionSize);
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_trace.h 28 enum EventType {
39 // u64 typ : 3; // EventType.
73 enum class EventType : u64 {
90 EventType type : 3;
96 static constexpr Event NopEvent = {1, 0, EventType::kAccessExt, 0};
124 EventType type : 3; // = EventType::kAccessExt
140 EventType type : 3; // = EventType::kAccessRange
156 EventType type : 3; // = EventType::kLock or EventType::kRLoc
    [all...]
tsan_rtl_report.cpp 419 EventType typ = (EventType)(ev >> kEventPCBits);
476 case EventType::kTime: {
484 case EventType::kAccessExt:
486 case EventType::kAccessRange:
488 case EventType::kLock:
490 case EventType::kRLock:
494 case EventType::kUnlock:
535 bool RestoreStack(Tid tid, EventType type, Sid sid, Epoch epoch, uptr addr,
575 if (evp->is_func == 0 && evp->type == EventType::kAccessExt &
    [all...]
tsan_rtl_access.cpp 46 evex->type = EventType::kAccessExt;
67 ev->type = EventType::kAccessRange;
95 void TraceMutexLock(ThreadState *thr, EventType type, uptr pc, uptr addr,
97 DCHECK(type == EventType::kLock || type == EventType::kRLock);
118 ev.type = EventType::kUnlock;
130 ev.type = EventType::kTime;
tsan_rtl.cpp 632 TraceMutexLock(thr, d.write ? EventType::kLock : EventType::kRLock, 0,
tsan_rtl.h 616 EventType typ, u64 addr) {
673 bool RestoreStack(Tid tid, EventType type, Sid sid, Epoch epoch, uptr addr,
745 void TraceMutexLock(ThreadState *thr, EventType type, uptr pc, uptr addr,
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_trace.h 22 enum class EventType : u64 {
39 EventType type : 3;
45 static constexpr Event NopEvent = {1, 0, EventType::kAccessExt, 0};
85 EventType type : 3; // = EventType::kAccessExt
103 EventType type : 3; // = EventType::kAccessRange
126 EventType type : 3; // = EventType::kLock or EventType::kRLoc
    [all...]
tsan_rtl_report.cpp 373 case EventType::kTime: {
381 case EventType::kAccessExt:
383 case EventType::kAccessRange:
385 case EventType::kLock:
387 case EventType::kRLock:
391 case EventType::kUnlock:
432 bool RestoreStack(EventType type, Sid sid, Epoch epoch, uptr addr, uptr size,
498 if (evp->is_func == 0 && evp->type == EventType::kAccessExt &&
509 if (match && type == EventType::kAccessExt &&
531 case EventType::kAccessExt:
    [all...]
tsan_rtl_access.cpp 44 evex->type = EventType::kAccessExt;
67 ev->type = EventType::kAccessRange;
105 void TraceMutexLock(ThreadState* thr, EventType type, uptr pc, uptr addr,
107 DCHECK(type == EventType::kLock || type == EventType::kRLock);
128 ev.type = EventType::kUnlock;
141 ev.type = EventType::kTime;
tsan_rtl_mutex.cpp 70 auto typ = write ? EventType::kLock : EventType::kRLock;
570 if (!RestoreStack(EventType::kLock, last_lock.sid(), last_lock.epoch(), addr,
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_trace.h 29 enum EventType {
40 // u64 typ : 3; // EventType.
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSymbolWasm.h 30 Optional<wasm::WasmEventType> EventType;
147 assert(EventType.hasValue());
148 return EventType.getValue();
150 void setEventType(wasm::WasmEventType ET) { EventType = ET; }
  /src/external/apache2/llvm/dist/llvm/tools/llvm-jitlistener/
llvm-jitlistener.cpp 42 int NotifyEvent(iJIT_JVM_EVENT EventType, void *EventSpecificData) {
43 switch (EventType) {
91 int ittNotifyInfo(IttEventType EventType, const char *Name, unsigned int Size) {
92 switch (EventType) {
  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_dbgmgr.h 188 enum HSA_EVENTTYPE EventType; /* event type */
215 enum HSA_EVENTTYPE EventType;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
Wasm.h 40 const wasm::WasmEventType *EventType,
43 EventType(EventType), Signature(Signature) {}
48 const wasm::WasmEventType *EventType;
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_fdr_log_writer.h 193 bool writeTypedEvent(int32_t Delta, uint16_t EventType, const void *Event,
199 EventSize, Delta, EventType);
xray_fdr_controller.h 348 bool typedEvent(uint64_t TSC, uint16_t CPU, uint16_t EventType,
359 return W.writeTypedEvent(Delta, EventType, Event, EventSize);
xray_fdr_logging.cc 586 uint16_t EventType, const void *Event,
612 TLD.Controller->typedEvent(TSC, CPU, EventType, Event, ReducedEventSize);
  /src/external/apache2/llvm/dist/llvm/include/llvm/XRay/
FDRRecords.h 265 uint16_t EventType = 0;
281 uint16_t eventType() const { return EventType; }
  /src/external/mit/libuv/dist/test/
test-tty-duplicate-key.c 87 records[0].EventType = records[1].EventType = KEY_EVENT;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
wincon.d 202 WORD EventType;
  /src/external/gpl3/gdb/dist/gnulib/import/
select.c 230 if (irbuffer[i].EventType == KEY_EVENT)
  /src/external/gpl3/gdb.old/dist/gnulib/import/
select.c 230 if (irbuffer[i].EventType == KEY_EVENT)
  /src/external/mit/libuv/dist/src/win/
tty.c 782 if (handle->tty.rd.last_input_record.EventType == WINDOW_BUFFER_SIZE_EVENT) {
787 if (handle->tty.rd.last_input_record.EventType != KEY_EVENT) {
1085 record.EventType = FOCUS_EVENT;
1139 record.EventType = KEY_EVENT;

Completed in 57 milliseconds

1 2