summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/flamegraph-report
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2025-07-11 11:40:04 +0000
committerJakub Kicinski <kuba@kernel.org>2025-07-14 18:41:43 -0700
commit75dff0584cce79203ee9968c66c7589150fed591 (patch)
tree5fd3b72baaa207946f73e9237a178ef76540a5be /tools/perf/scripts/python/bin/flamegraph-report
parent445e0cc38d498e341f36f2e3a9cacf1ddf0b09b6 (diff)
downloadkernel-75dff0584cce79203ee9968c66c7589150fed591.tar.gz
tcp: add const to tcp_try_rmem_schedule() and sk_rmem_schedule() skb
These functions to not modify the skb, add a const qualifier. Signed-off-by: Eric Dumazet <edumazet@google.com> Reviewed-by: Kuniyuki Iwashima <kuniyu@google.com> Link: https://patch.msgid.link/20250711114006.480026-7-edumazet@google.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/flamegraph-report')
0 files changed, 0 insertions, 0 deletions
69ce92da3112e05d1a70c344f8740a85e933f2e'>vfs: stop using user_path_at_empty in do_readlinkatMateusz Guzik 2024-03-26statx: stx_subvolKent Overstreet 2024-01-08Merge tag 'vfs-6.8.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds 2024-01-08Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds 2023-12-21fs: fix doc comment typo fs tree wideAlexander Mikhalitsyn 2023-11-18add unique mount IDMiklos Szeredi 2023-11-18fs: Pass AT_GETATTR_NOSEC flag to getattr interface functionStefan Berger 2023-10-18fs: convert core infrastructure to new timestamp accessorsJeff Layton 2023-09-20Revert "fs: add infrastructure for multigrain timestamps"Christian Brauner 2023-09-17stat: remove no-longer-used helper macrosLinus Torvalds 2023-09-07vfs: mostly undo glibc turning 'fstat()' into 'fstatat(AT_EMPTY_PATH)'Linus Torvalds 2023-08-11fs: add infrastructure for multigrain timestampsJeff Layton 2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton 2023-07-13fs: convert to ctime accessor functionsJeff Layton 2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds 2023-01-26vfs: plumb i_version handling into struct kstatJeff Layton 2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner 2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner 2022-10-26fs: use type safe idmapping helpersChristian Brauner 2022-09-11vfs: support STATX_DIOALIGN on block devicesEric Biggers 2022-09-11statx: add direct I/O alignment informationEric Biggers 2022-05-31Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds 2022-04-26fs: stat: compat: Add __ARCH_WANT_COMPAT_STATGuo Ren 2022-04-12stat: fix inconsistency between struct stat and struct compat_statMikulas Patocka 2022-03-10io-uring: Make statx API stableStefan Roesch 2021-08-17fs: add generic helper for filling statx attribute flagsAmir Goldstein 2021-04-17fs: fix reporting supported extra file attributes for statx()Theodore Ts'o