Searched refs:perf_ns__names (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/util/
H A Dnamespaces.c23 static const char *perf_ns__names[] = { variable
35 if (id >= ARRAY_SIZE(perf_ns__names))
37 return perf_ns__names[id];

Completed in 155 milliseconds