diff options
| author | Namhyung Kim <namhyung@kernel.org> | 2026-05-10 13:23:40 -0700 |
|---|---|---|
| committer | Namhyung Kim <namhyung@kernel.org> | 2026-05-14 14:48:32 -0700 |
| commit | aa13e4b120f9cf238ad141d8419851f3a7a3fb5f (patch) | |
| tree | 168390f6176ff2d0a82fb4c66060bb18854acd7c /tools/perf | |
| parent | 254f49634ee16a731174d2ae34bc50bd5f45e731 (diff) | |
perf trace: Sync linux/socket.h with the kernel source
To pick up changes from:
c66e0f453d1afa82 ("net: use ktime_t in struct scm_timestamping_internal")
This would be used to beautify networking syscall arguments and not to
affect builds of other tools (e.g. objtool).
Please see tools/include/uapi/README.
Reviewed-by: Ian Rogers <irogers@google.com>
Cc: netdev@vger.kernel.org
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Diffstat (limited to 'tools/perf')
| -rw-r--r-- | tools/perf/trace/beauty/include/linux/socket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/trace/beauty/include/linux/socket.h b/tools/perf/trace/beauty/include/linux/socket.h index ec715ad4bf25..ec4a0a025793 100644 --- a/tools/perf/trace/beauty/include/linux/socket.h +++ b/tools/perf/trace/beauty/include/linux/socket.h @@ -415,7 +415,7 @@ struct __kernel_timespec; struct old_timespec32; struct scm_timestamping_internal { - struct timespec64 ts[3]; + ktime_t ts[3]; }; extern void put_cmsg_scm_timestamping64(struct msghdr *msg, struct scm_timestamping_internal *tss); |
