Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/kernel/
Dperf_cpum_sf.c70 struct sf_buffer { struct
79 struct sf_buffer sfb; argument
92 struct sf_buffer sfb; /* Sampling buffer */
124 static void free_sampling_buffer(struct sf_buffer *sfb) in free_sampling_buffer()
192 static int realloc_sampling_buffer(struct sf_buffer *sfb, in realloc_sampling_buffer()
271 static int alloc_sampling_buffer(struct sf_buffer *sfb, unsigned long num_sdb) in alloc_sampling_buffer()
322 static unsigned long sfb_pending_allocs(struct sf_buffer *sfb, in sfb_pending_allocs()
332 static int sfb_has_pending_allocs(struct sf_buffer *sfb, in sfb_has_pending_allocs()
484 static void extend_sampling_buffer(struct sf_buffer *sfb, in extend_sampling_buffer()
1618 struct sf_buffer *sfb; in aux_buffer_setup()