Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dprofile.h39 int profile_setup(char *str);
/openbmc/linux/kernel/
H A Dprofile.c57 int profile_setup(char *str) in profile_setup() function
88 __setup("profile=", profile_setup);
H A Dksysfs.c103 profile_setup((char *)buf); in profiling_store()