Lines Matching refs:ftrace_page
1089 struct ftrace_page { struct
1090 struct ftrace_page *next; argument
1099 static struct ftrace_page *ftrace_pages_start; argument
1100 static struct ftrace_page *ftrace_pages;
1531 struct ftrace_page *pg; in lookup_rec()
1641 struct ftrace_page *pg; in __ftrace_hash_rec_update()
1865 struct ftrace_page *pg; in __ftrace_hash_update_ipmodify()
2547 struct ftrace_page *pg; in ftrace_replace_code()
2572 struct ftrace_page *pg;
2972 struct ftrace_page *pg; in ftrace_shutdown()
3101 static int ftrace_update_code(struct module *mod, struct ftrace_page *new_pgs) in ftrace_update_code()
3104 struct ftrace_page *pg; in ftrace_update_code()
3156 static int ftrace_allocate_records(struct ftrace_page *pg, int count) in ftrace_allocate_records()
3192 static struct ftrace_page *
3195 struct ftrace_page *start_pg; in ftrace_allocate_pages()
3196 struct ftrace_page *pg; in ftrace_allocate_pages()
3251 struct ftrace_page *pg;
3944 struct ftrace_page *pg; in add_rec_by_index()
4005 struct ftrace_page *pg; in match_records()
6006 struct ftrace_page *pg; in ftrace_graph_set_hash()
6178 struct ftrace_page *start_pg; in ftrace_process_locs()
6179 struct ftrace_page *pg; in ftrace_process_locs()
6315 #define next_to_ftrace_page(p) container_of(p, struct ftrace_page, next)
6344 clear_mod_from_hash(struct ftrace_page *pg, struct ftrace_hash *hash) in clear_mod_from_hash()
6367 static void clear_mod_from_hashes(struct ftrace_page *pg) in clear_mod_from_hashes()
6404 struct ftrace_page **last_pg; in ftrace_release_mod()
6405 struct ftrace_page *tmp_page = NULL; in ftrace_release_mod()
6406 struct ftrace_page *pg; in ftrace_release_mod()
6470 struct ftrace_page *pg; in ftrace_module_enable()
6773 struct ftrace_page **last_pg = &ftrace_pages_start; in ftrace_free_mem()
6774 struct ftrace_page *pg; in ftrace_free_mem()
6823 pg = container_of(last_pg, struct ftrace_page, next); in ftrace_free_mem()