Home
last modified time | relevance | path

Searched refs:event_index (Results 1 – 6 of 6) sorted by relevance

/third_party/node/src/tracing/
Dnode_trace_buffer.cc28 size_t event_index; in AddTraceEvent() local
29 TraceObject* trace_object = chunk->AddTraceEvent(&event_index); in AddTraceEvent()
30 *handle = MakeHandle(total_chunks_ - 1, chunk->seq(), event_index); in AddTraceEvent()
40 size_t chunk_index, event_index; in GetEventByHandle() local
42 ExtractHandle(handle, &buffer_id, &chunk_index, &chunk_seq, &event_index); in GetEventByHandle()
54 return chunk->GetEventAt(event_index); in GetEventByHandle()
82 size_t chunk_index, uint32_t chunk_seq, size_t event_index) const { in MakeHandle()
84 chunk_index * TraceBufferChunk::kChunkSize + event_index) << 1) + id_; in MakeHandle()
89 uint32_t* chunk_seq, size_t* event_index) const { in ExtractHandle()
95 *event_index = indices % TraceBufferChunk::kChunkSize; in ExtractHandle()
Dnode_trace_buffer.h36 size_t event_index) const;
38 uint32_t* chunk_seq, size_t* event_index) const;
/third_party/mesa3d/src/intel/common/
Dintel_measure.c455 buffered_result->event_index = i / 2; in intel_measure_push_result()
539 for (int event_index = 1; in buffered_event_count() local
540 event_index <= config.event_interval; in buffered_event_count()
541 ++event_index) { in buffered_event_count()
542 if (ringbuffer_peek(rb, event_index)->frame > start_frame) in buffered_event_count()
543 return event_index; in buffered_event_count()
553 for (int event_index = 1; in buffered_event_count() local
554 event_index < buffered_event_count; in buffered_event_count()
555 ++event_index) { in buffered_event_count()
556 const int latest_frame = ringbuffer_peek(rb, event_index)->frame; in buffered_event_count()
[all …]
Dintel_measure.h119 unsigned frame, batch_count, event_index; member
/third_party/ltp/testcases/kernel/syscalls/epoll/
Depoll-ltp.c406 unsigned int event_index; /* index into event list for the events field of the in test_epoll_ctl() local
462 for (event_index = 0; in test_epoll_ctl()
463 event_index < (sizeof(epoll_events) / sizeof(int)); in test_epoll_ctl()
464 event_index++) { in test_epoll_ctl()
481 [event_index]; in test_epoll_ctl()
/third_party/mesa3d/src/amd/common/
Dac_rgp.c903 uint32_t event_index; /* index of counter within the block */ member
972 .event_index = spm_trace->counters[c].event_id, in ac_sqtt_dump_spm()