Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dprofile.h32 int profile_init(void);
61 static inline int profile_init(void) in profile_init() function
/linux/kernel/
H A Dprofile.c84 int __ref profile_init(void) in profile_init() function
H A Dksysfs.c99 * value and profile_init() must not reallocate prof_buffer after in profiling_store()
111 ret = profile_init(); in profiling_store()