Home
last modified time | relevance | path

Searched defs:page (Results 1 – 6 of 6) sorted by relevance

/tools/perf/
Dbuiltin-help.c104 static void exec_woman_emacs(const char *path, const char *page) in exec_woman_emacs()
121 static void exec_man_konqueror(const char *path, const char *page) in exec_man_konqueror()
152 static void exec_man_man(const char *path, const char *page) in exec_man_man()
163 static void exec_man_cmd(const char *cmd, const char *page) in exec_man_cmd()
342 static void exec_viewer(const char *name, const char *page) in exec_viewer()
361 const char *page = cmd_to_page(perf_cmd); in show_man_page() local
378 const char *page = cmd_to_page(perf_cmd); in show_info_page() local
384 static int get_html_page_path(struct strbuf *page_path, const char *page) in get_html_page_path()
416 const char *page = cmd_to_page(perf_cmd); in show_html_page() local
Dbuiltin-kmem.c261 u64 page; member
762 u64 page; in perf_evsel__process_page_alloc_event() local
835 u64 page; in perf_evsel__process_page_free_event() local
/tools/virtio/linux/
Dscatterlist.h28 static inline void sg_assign_page(struct scatterlist *sg, struct page *page) in sg_assign_page()
58 static inline void sg_set_page(struct scatterlist *sg, struct page *page, in sg_set_page()
Dkernel.h27 struct page { struct
36 #define virt_to_page(p) ((struct page *)((unsigned long)p & PAGE_MASK)) argument
/tools/power/cpupower/utils/
Dcpupower.c80 char *page; in print_man_page() local
/tools/testing/selftests/powerpc/mm/
Dsubpage_prot.c68 static inline void check_faulted(void *addr, long page, long subpage, int write) in check_faulted()