Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dprofile.h45 int profile_setup(char *str);
/Linux-v5.15/kernel/
Dprofile.c57 int profile_setup(char *str) in profile_setup() function
101 __setup("profile=", profile_setup);
Dksysfs.c79 profile_setup((char *)buf); in profiling_store()