diff options
| author | Takashi Iwai <tiwai@suse.de> | 2026-04-01 15:42:56 +0300 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2026-04-01 15:43:00 +0300 |
| commit | 0542972950ef26670a5696e43c0ea2b7b6ac96d4 (patch) | |
| tree | 9a38714da776c84a22efcdd8d82905bd7a9903a6 /include/linux/ring_buffer.h | |
| parent | 579e7b820de5dd5124585413bb5e9c278d255436 (diff) | |
| parent | a0dafdbd1049a8ea661a1a471be1b840bd8aed13 (diff) | |
| download | linux-0542972950ef26670a5696e43c0ea2b7b6ac96d4.tar.xz | |
Merge branch 'for-linus' into for-next
Pull 7.0 devel branch for further cleanups of ctxfi driver & co.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/linux/ring_buffer.h')
| -rw-r--r-- | include/linux/ring_buffer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ring_buffer.h b/include/linux/ring_buffer.h index 876358cfe1b1..d862fa610270 100644 --- a/include/linux/ring_buffer.h +++ b/include/linux/ring_buffer.h @@ -248,6 +248,7 @@ int trace_rb_cpu_prepare(unsigned int cpu, struct hlist_node *node); int ring_buffer_map(struct trace_buffer *buffer, int cpu, struct vm_area_struct *vma); +void ring_buffer_map_dup(struct trace_buffer *buffer, int cpu); int ring_buffer_unmap(struct trace_buffer *buffer, int cpu); int ring_buffer_map_get_reader(struct trace_buffer *buffer, int cpu); #endif /* _LINUX_RING_BUFFER_H */ |
