Lines Matching refs:ftrace_page

1099 struct ftrace_page {  struct
1100 struct ftrace_page *next; argument
1112 static struct ftrace_page *ftrace_pages_start; argument
1113 static struct ftrace_page *ftrace_pages;
1551 struct ftrace_page *pg; in ftrace_location_range()
1637 struct ftrace_page *pg; in __ftrace_hash_rec_update()
1849 struct ftrace_page *pg; in __ftrace_hash_update_ipmodify()
2400 struct ftrace_page *pg; in ftrace_replace_code()
2425 struct ftrace_page *pg;
2778 struct ftrace_page *pg; in ftrace_shutdown()
2905 static int ftrace_update_code(struct module *mod, struct ftrace_page *new_pgs) in ftrace_update_code()
2907 struct ftrace_page *pg; in ftrace_update_code()
2960 static int ftrace_allocate_records(struct ftrace_page *pg, int count) in ftrace_allocate_records()
2997 static struct ftrace_page *
3000 struct ftrace_page *start_pg; in ftrace_allocate_pages()
3001 struct ftrace_page *pg; in ftrace_allocate_pages()
3054 struct ftrace_page *pg;
3739 struct ftrace_page *pg; in add_rec_by_index()
3800 struct ftrace_page *pg; in match_records()
5399 struct ftrace_page *pg; in ftrace_graph_set_hash()
5571 struct ftrace_page *start_pg; in ftrace_process_locs()
5572 struct ftrace_page *pg; in ftrace_process_locs()
5685 #define next_to_ftrace_page(p) container_of(p, struct ftrace_page, next)
5703 clear_mod_from_hash(struct ftrace_page *pg, struct ftrace_hash *hash) in clear_mod_from_hash()
5726 static void clear_mod_from_hashes(struct ftrace_page *pg) in clear_mod_from_hashes()
5763 struct ftrace_page **last_pg; in ftrace_release_mod()
5764 struct ftrace_page *tmp_page = NULL; in ftrace_release_mod()
5765 struct ftrace_page *pg; in ftrace_release_mod()
5827 struct ftrace_page *pg; in ftrace_module_enable()
6115 struct ftrace_page **last_pg = &ftrace_pages_start; in ftrace_free_mem()
6116 struct ftrace_page *pg; in ftrace_free_mem()
6163 pg = container_of(last_pg, struct ftrace_page, next); in ftrace_free_mem()