Home
last modified time | relevance | path

Searched refs:profile_setup (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dprofile.h46 int profile_setup(char *str);
/OK3568_Linux_fs/kernel/kernel/
H A Dprofile.c57 int profile_setup(char *str) in profile_setup() function
101 __setup("profile=", profile_setup);
H A Dksysfs.c79 profile_setup((char *)buf); in profiling_store()