Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dprofile.h40 int profile_setup(char *str);
/linux-6.6.21/kernel/
Dprofile.c57 int profile_setup(char *str) in profile_setup() function
97 __setup("profile=", profile_setup);
Dksysfs.c103 profile_setup((char *)buf); in profiling_store()