Searched refs:puint (Results 1 - 2 of 2) sorted by last modified time

/linux-master/tools/perf/util/
H A Dutil.h46 int fetch_kernel_version(unsigned int *puint,
H A Dutil.c334 fetch_ubuntu_kernel_version(unsigned int *puint) argument
342 if (!puint)
375 *puint = (version << 16) + (patchlevel << 8) + sublevel;
383 fetch_kernel_version(unsigned int *puint, char *str, argument
391 if (!fetch_ubuntu_kernel_version(puint))
402 if (!puint || int_ver_ready)
414 *puint = (version << 16) + (patchlevel << 8) + sublevel;

Completed in 201 milliseconds