MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / perf_event_open

Function perf_event_open

Source/ThirdParty/tracy/client/TracySysTrace.cpp:671–674  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

669}
670
671static int perf_event_open( struct perf_event_attr* hw_event, pid_t pid, int cpu, int group_fd, unsigned long flags )
672{
673 return syscall( __NR_perf_event_open, hw_event, pid, cpu, group_fd, flags );
674}
675
676enum TraceEventId
677{

Callers 2

ProbePreciseIpFunction · 0.85
SysTraceStartFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected