Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dutil.h54 #define KVER_SUBLEVEL(x) ((x) & 0xff) macro
56 #define KVER_PARAM(x) KVER_VERSION(x), KVER_PATCHLEVEL(x), KVER_SUBLEVEL(x)