Searched defs:profile_munmap (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/include/linux/ | ||
D | profile.h | 135 #define profile_munmap(a) do { } while (0) macro |
/Linux-v5.10/kernel/ | ||
D | profile.c | 153 void profile_munmap(unsigned long addr) in profile_munmap() function |