Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/
Dprofile.c44 static unsigned long prof_len; variable
91 prof_len = (_etext - _stext) >> prof_shift; in profile_init()
93 if (!prof_len) { in profile_init()
99 buffer_bytes = prof_len*sizeof(atomic_t); in profile_init()
121 if (pc < prof_len) in do_profile_hits()
161 if (p >= (prof_len+1)*sizeof(unsigned int)) in read_profile()
163 if (count > (prof_len+1)*sizeof(unsigned int) - p) in read_profile()
164 count = (prof_len+1)*sizeof(unsigned int) - p; in read_profile()
206 memset(prof_buffer, 0, prof_len * sizeof(atomic_t)); in write_profile()
226 proc_set_size(entry, (1 + prof_len) * sizeof(atomic_t)); in create_proc_profile()