Home
last modified time | relevance | path

Searched refs:HandleEvent (Results 1 – 4 of 4) sorted by relevance

/developtools/profiler/device/base/include/
Depoll_event_poller.h61 void HandleEvent(uint32_t events, const EventContext& ctx);
/developtools/profiler/device/base/src/
Depoll_event_poller.cpp134 HandleEvent(eventVec[i].events, *ctx); in Run()
140 void EpollEventPoller::HandleEvent(uint32_t events, const EventContext& ctx) in HandleEvent() function in EpollEventPoller
/developtools/profiler/hiebpf/include/
Dbpf_controller.h78 static int HandleEvent(void *ctx, void *data, size_t dataSize);
/developtools/profiler/hiebpf/src/
Dbpf_controller.cpp361 BPFController::HandleEvent, in ConfigReceivers()
495 int BPFController::HandleEvent(void *ctx, void *data, size_t dataSize) in HandleEvent() function in BPFController