aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_remote.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-23tracing: Propagate errors from remote event bulk updatesJackie Liu1-1/+12
2026-07-22tracing/remotes: Fix page_va[] access before counter update in trace_remote_alloc_buffer()Fuad Tabba1-2/+1
2026-07-10tracing/remotes: Fix struct_len in trace_remote_alloc_buffer()Vincent Donnefort1-11/+4
2026-07-10tracing/remotes: Fix leak in trace_remote_alloc_buffer() error pathVincent Donnefort1-1/+2
2026-05-21tracing: Remove redundant IS_ERR() check in trace_pipe_open()Yash Suthar1-1/+1
2026-04-02tracing: Non-consuming read for trace remotes with an offline CPUVincent Donnefort1-3/+19
2026-03-09tracing: Add events/ root files to trace remotesVincent Donnefort1-1/+137
2026-03-09tracing: Add events to trace remotesVincent Donnefort1-5/+259
2026-03-09tracing: Add init callback to trace remotesVincent Donnefort1-1/+6
2026-03-09tracing: Add non-consuming read to trace remotesVincent Donnefort1-15/+324
2026-03-09tracing: Add reset to trace remotesVincent Donnefort1-0/+45
2026-03-09tracing: Introduce trace remotesVincent Donnefort1-0/+619