Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dprofile.h46 int profile_setup(char *str);
/Linux-v4.19/kernel/
Dprofile.c55 int profile_setup(char *str) in profile_setup() function
99 __setup("profile=", profile_setup);
Dksysfs.c81 profile_setup((char *)buf); in profiling_store()