Lines Matching refs:ftrace_page

1122 struct ftrace_page {  struct
1123 struct ftrace_page *next; argument
1135 static struct ftrace_page *ftrace_pages_start; argument
1136 static struct ftrace_page *ftrace_pages;
1574 struct ftrace_page *pg; in ftrace_location_range()
1655 struct ftrace_page *pg; in __ftrace_hash_rec_update()
1865 struct ftrace_page *pg; in __ftrace_hash_update_ipmodify()
2421 struct ftrace_page *pg; in ftrace_replace_code()
2442 struct ftrace_page *pg;
2791 struct ftrace_page *pg; in ftrace_shutdown()
2918 static int ftrace_update_code(struct module *mod, struct ftrace_page *new_pgs) in ftrace_update_code()
2920 struct ftrace_page *pg; in ftrace_update_code()
2974 static int ftrace_allocate_records(struct ftrace_page *pg, int count) in ftrace_allocate_records()
3011 static struct ftrace_page *
3014 struct ftrace_page *start_pg; in ftrace_allocate_pages()
3015 struct ftrace_page *pg; in ftrace_allocate_pages()
3068 struct ftrace_page *pg;
3758 struct ftrace_page *pg; in match_records()
5334 struct ftrace_page *pg; in ftrace_graph_set_hash()
5505 struct ftrace_page *start_pg; in ftrace_process_locs()
5506 struct ftrace_page *pg; in ftrace_process_locs()
5619 #define next_to_ftrace_page(p) container_of(p, struct ftrace_page, next)
5637 clear_mod_from_hash(struct ftrace_page *pg, struct ftrace_hash *hash) in clear_mod_from_hash()
5660 static void clear_mod_from_hashes(struct ftrace_page *pg) in clear_mod_from_hashes()
5697 struct ftrace_page **last_pg; in ftrace_release_mod()
5698 struct ftrace_page *tmp_page = NULL; in ftrace_release_mod()
5699 struct ftrace_page *pg; in ftrace_release_mod()
5761 struct ftrace_page *pg; in ftrace_module_enable()
6053 struct ftrace_page **last_pg = &ftrace_pages_start; in ftrace_free_mem()
6054 struct ftrace_page *pg; in ftrace_free_mem()
6101 pg = container_of(last_pg, struct ftrace_page, next); in ftrace_free_mem()