Lines Matching refs:ftrace_page

1090 struct ftrace_page {  struct
1091 struct ftrace_page *next; argument
1100 static struct ftrace_page *ftrace_pages_start; argument
1101 static struct ftrace_page *ftrace_pages;
1532 struct ftrace_page *pg; in lookup_rec()
1642 struct ftrace_page *pg; in __ftrace_hash_rec_update()
1866 struct ftrace_page *pg; in __ftrace_hash_update_ipmodify()
2540 struct ftrace_page *pg; in ftrace_replace_code()
2565 struct ftrace_page *pg;
2965 struct ftrace_page *pg; in ftrace_shutdown()
3094 static int ftrace_update_code(struct module *mod, struct ftrace_page *new_pgs) in ftrace_update_code()
3096 struct ftrace_page *pg; in ftrace_update_code()
3149 static int ftrace_allocate_records(struct ftrace_page *pg, int count) in ftrace_allocate_records()
3191 static struct ftrace_page *
3194 struct ftrace_page *start_pg; in ftrace_allocate_pages()
3195 struct ftrace_page *pg; in ftrace_allocate_pages()
3250 struct ftrace_page *pg;
3943 struct ftrace_page *pg; in add_rec_by_index()
4004 struct ftrace_page *pg; in match_records()
5971 struct ftrace_page *pg; in ftrace_graph_set_hash()
6143 struct ftrace_page *start_pg; in ftrace_process_locs()
6144 struct ftrace_page *pg; in ftrace_process_locs()
6278 #define next_to_ftrace_page(p) container_of(p, struct ftrace_page, next)
6307 clear_mod_from_hash(struct ftrace_page *pg, struct ftrace_hash *hash) in clear_mod_from_hash()
6330 static void clear_mod_from_hashes(struct ftrace_page *pg) in clear_mod_from_hashes()
6367 struct ftrace_page **last_pg; in ftrace_release_mod()
6368 struct ftrace_page *tmp_page = NULL; in ftrace_release_mod()
6369 struct ftrace_page *pg; in ftrace_release_mod()
6433 struct ftrace_page *pg; in ftrace_module_enable()
6736 struct ftrace_page **last_pg = &ftrace_pages_start; in ftrace_free_mem()
6737 struct ftrace_page *pg; in ftrace_free_mem()
6786 pg = container_of(last_pg, struct ftrace_page, next); in ftrace_free_mem()