MCPcopy Create free account
hub / github.com/apache/mesos / supported

Function supported

src/linux/perf.cpp:229–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227
228
229bool supported(const Version& version)
230{
231 // Require perf version >= 2.6.39 to support cgroups and formatting.
232 return version >= Version(2, 6, 39);
233}
234
235
236bool supported()

Callers

nothing calls this directly

Calls 9

SecondsClass · 0.85
isReadyMethod · 0.80
isFailedMethod · 0.80
failureMethod · 0.80
versionFunction · 0.70
VersionEnum · 0.50
awaitMethod · 0.45
discardMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected