Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
H A Dperf_cpum_sf.c85 struct sf_buffer { struct
94 struct sf_buffer sfb; argument
107 struct sf_buffer sfb; /* Sampling buffer */
179 static void free_sampling_buffer(struct sf_buffer *sfb) in free_sampling_buffer()
234 static int realloc_sampling_buffer(struct sf_buffer *sfb, in realloc_sampling_buffer()
322 static int alloc_sampling_buffer(struct sf_buffer *sfb, unsigned long num_sdb) in alloc_sampling_buffer()
367 static unsigned long sfb_pending_allocs(struct sf_buffer *sfb, in sfb_pending_allocs()
515 static void extend_sampling_buffer(struct sf_buffer *sfb, in extend_sampling_buffer()
1591 struct sf_buffer *sfb; in aux_buffer_setup()