Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/kernel/
H A Dperf_cpum_sf.c71 struct sf_buffer { struct
80 struct sf_buffer sfb; argument
93 struct sf_buffer sfb; /* Sampling buffer */
176 static void free_sampling_buffer(struct sf_buffer *sfb) in free_sampling_buffer()
245 static int realloc_sampling_buffer(struct sf_buffer *sfb, in realloc_sampling_buffer()
338 static int alloc_sampling_buffer(struct sf_buffer *sfb, unsigned long num_sdb) in alloc_sampling_buffer()
390 static unsigned long sfb_pending_allocs(struct sf_buffer *sfb, in sfb_pending_allocs()
400 static int sfb_has_pending_allocs(struct sf_buffer *sfb, in sfb_has_pending_allocs()
554 static void extend_sampling_buffer(struct sf_buffer *sfb, in extend_sampling_buffer()
1754 struct sf_buffer *sfb; in aux_buffer_setup()