Home
last modified time | relevance | path

Searched refs:profile_init (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/
H A Dprofile.h38 int profile_init(void);
67 static inline int profile_init(void) in profile_init() function
/openbmc/openbmc/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/
H A De2fsprogs-fix-missing-check-for-permission-denied.patch7 then the get_dirlist() call will return EACCES. But the code in profile_init
24 @@ -335,7 +335,7 @@ profile_init(const char * const *files, profile_t *ret_profile)
/openbmc/linux/kernel/
H A Dksysfs.c104 ret = profile_init(); in profiling_store()
H A Dprofile.c91 int __ref profile_init(void) in profile_init() function
/openbmc/linux/init/
H A Dmain.c996 profile_init(); in start_kernel()