Searched refs:profile_ops (Results 1 – 4 of 4) sorted by relevance
9 struct profile_ops *find_profile(const char *profile) in find_profile()11 struct profile_ops *ops = NULL; in find_profile()15 ops = flist_entry(n, struct profile_ops, list); in find_profile()27 struct profile_ops *ops; in load_profile()45 static int add_profile_options(struct profile_ops *ops) in add_profile_options()64 int register_profile(struct profile_ops *ops) in register_profile()81 void unregister_profile(struct profile_ops *ops) in unregister_profile()91 struct profile_ops *ops; in profile_add_hooks()
20 struct profile_ops { struct45 int register_profile(struct profile_ops *); argument46 void unregister_profile(struct profile_ops *);48 struct profile_ops *find_profile(const char *);
113 static struct profile_ops tiobench_profile = {
457 static struct profile_ops act_profile = {