Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dutil.h49 #define KVER_SUBLEVEL(x) ((x) & 0xff) macro
51 #define KVER_PARAM(x) KVER_VERSION(x), KVER_PATCHLEVEL(x), KVER_SUBLEVEL(x)