Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
229
bool 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
236
bool supported()
Callers
nothing calls this directly
Calls
9
Seconds
Class · 0.85
isReady
Method · 0.80
isFailed
Method · 0.80
failure
Method · 0.80
version
Function · 0.70
Version
Enum · 0.50
await
Method · 0.45
discard
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected