Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/kernel/
H A Dperf_cpum_sf.c87 struct sf_buffer { struct
96 struct sf_buffer sfb; argument
109 struct sf_buffer sfb; /* Sampling buffer */
181 static void free_sampling_buffer(struct sf_buffer *sfb) in free_sampling_buffer()
236 static int realloc_sampling_buffer(struct sf_buffer *sfb, in realloc_sampling_buffer()
324 static int alloc_sampling_buffer(struct sf_buffer *sfb, unsigned long num_sdb) in alloc_sampling_buffer()
369 static unsigned long sfb_pending_allocs(struct sf_buffer *sfb, in sfb_pending_allocs()
517 static void extend_sampling_buffer(struct sf_buffer *sfb, in extend_sampling_buffer()
1596 struct sf_buffer *sfb; in aux_buffer_setup()