Searched refs:__alloc_pages (Results 1 – 7 of 7) sorted by relevance
59 page = __alloc_pages(gfp_mask, PAGE_FRAG_CACHE_MAX_ORDER, in __page_frag_cache_refill()63 page = __alloc_pages(gfp, 0, numa_mem_id(), NULL); in __page_frag_cache_refill()
70 __alloc_pages+0x39e/0x7e092 __alloc_pages+0x39e/0x7e0
80 __alloc_pages+0x39e/0x7e0102 __alloc_pages+0x39e/0x7e0
226 #define __alloc_pages(...) alloc_hooks(__alloc_pages_noprof(__VA_ARGS__)) macro
2000 Tracing __alloc_pages() using kprobes:2002 $ sudo perf probe --add '__alloc_pages order'2003 Added new event: probe:__alloc_pages (on __alloc_pages with order)2004 $ sudo perf probe --add __alloc_pages%return2005 Added new event: probe:__alloc_pages__return (on __alloc_pages%return)2006 …$ sudo perf record --kcore -aR -e intel_pt/aux-action=start-paused/k -e probe:__alloc_pages/aux-ac…
671 tracer to record how long was spent in __alloc_pages() and
287 code of __alloc_pages() for this metric reduces to simply noticing