Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dprofile.h79 void profile_munmap(unsigned long addr);
135 #define profile_munmap(a) do { } while (0) macro