linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-08 14:16:51 to 2023-12-13 17:44:53 UTC [more...]

[PATCH RFC v2 00/27] Add support for arm64 MTE dynamic tag storage reuse
 2023-12-13 17:44 UTC  (19+ messages)
  ` [PATCH RFC v2 15/27] arm64: mte: Check that tag storage blocks are in the same zone
  ` [PATCH RFC v2 11/27] arm64: mte: Reserve tag storage memory

[PATCH v4] tracing/selftests: Add test to test the trace_marker
 2023-12-13 16:15 UTC 

[PATCH v2] tracing: Increase size of trace_marker_raw to max ring buffer entry
 2023-12-13 15:42 UTC 

[PATCH v3] tracing/selftests: Add test to test the trace_marker
 2023-12-13 15:08 UTC  (4+ messages)

[PATCH v2 00/33] kmsan: Enable on s390
 2023-12-13 15:01 UTC  (45+ messages)
` [PATCH v2 01/33] ftrace: Unpoison ftrace_regs in ftrace_ops_list_func()
` [PATCH v2 04/33] kmsan: Increase the maximum store size to 4096
` [PATCH v2 05/33] kmsan: Fix is_bad_asm_addr() on arches with overlapping address spaces
` [PATCH v2 09/33] kmsan: Introduce kmsan_memmove_metadata()
` [PATCH v2 10/33] kmsan: Expose kmsan_get_metadata()
` [PATCH v2 12/33] kmsan: Allow disabling KMSAN checks for the current task
` [PATCH v2 13/33] kmsan: Introduce memset_no_sanitize_memory()
` [PATCH v2 18/33] lib/string: Add KMSAN support to strlcpy() and strlcat()
` [PATCH v2 19/33] lib/zlib: Unpoison DFLTCC output buffers
` [PATCH v2 23/33] s390/boot: Add the KMSAN runtime stub
` [PATCH v2 25/33] s390/cpacf: Unpoison the results of cpacf_trng()
` [PATCH v2 26/33] s390/ftrace: Unpoison ftrace_regs in kprobe_ftrace_handler()
` [PATCH v2 27/33] s390/mm: Define KMSAN metadata for vmalloc and modules
` [PATCH v2 28/33] s390/string: Add KMSAN support
` [PATCH v2 30/33] s390/uaccess: Add KMSAN support to put_user() and get_user()
` [PATCH v2 32/33] s390: Implement the architecture-specific kmsan functions

[PATCH v3] trace/kprobe: Display the actual notrace function when rejecting a probe
 2023-12-13 14:39 UTC 

[PATCH v3] tracing: Allow creating instances with specified system events
 2023-12-13 14:37 UTC 

[PATCH 00/15] kexec: Allow preservation of ftrace buffers
 2023-12-13 13:41 UTC  (24+ messages)
` [PATCH 01/15] mm,memblock: Add support for scratch memory
` [PATCH 02/15] memblock: Declare scratch memory as CMA
` [PATCH 03/15] kexec: Add Kexec HandOver (KHO) generation helpers
` [PATCH 04/15] kexec: Add KHO parsing support
` [PATCH 05/15] kexec: Add KHO support to kexec file loads
` [PATCH 06/15] arm64: Add KHO support
` [PATCH 07/15] x86: "
` [PATCH 08/15] tracing: Introduce names for ring buffers
` [PATCH 09/15] tracing: Introduce names for events
` [PATCH 10/15] tracing: Introduce kho serialization
` [PATCH 11/15] tracing: Add kho serialization of trace buffers
` [PATCH 12/15] tracing: Recover trace buffers from kexec handover
` [PATCH 13/15] tracing: Add kho serialization of trace events
` [PATCH 14/15] tracing: Recover trace events from kexec handover
` [PATCH 15/15] tracing: Add config option for "

[PATCH] tracing: Fix uaf issue when open the hist or hist_debug file
 2023-12-13 13:01 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH 0/5] Rework system pressure interface to the scheduler
 2023-12-13  8:05 UTC  (7+ messages)
` [PATCH 1/4] cpufreq: Add a cpufreq pressure feedback for "
` [PATCH 2/4] sched: Take cpufreq feedback into account
` [PATCH 3/4] thermal/cpufreq: Remove arch_update_thermal_pressure()
` [PATCH 4/4] sched: Rename arch_update_thermal_pressure into arch_update_hw_pressure

[PATCH -next 0/2] Make memory reclamation measurable
 2023-12-13  6:30 UTC  (5+ messages)
` [PATCH -next 1/2] mm: shrinker: add new event to trace shrink count
` [PATCH -next 2/2] mm: vmscan: add new event to trace shrink lru

[PATCH v2] tracing: Add size check when printing trace_marker output
 2023-12-13  3:12 UTC 

[PATCH] tracing: Add size check when printing trace_marker output
 2023-12-13  3:10 UTC  (5+ messages)

[PATCH v2] tracing/selftests: Add test to test max subbuf size with trace_marker
 2023-12-13  0:39 UTC  (3+ messages)

[PATCH] ring-buffer: Do not update before stamp when switching sub-buffers
 2023-12-13  0:34 UTC  (2+ messages)

[PATCH] tracing: Have trace_marker break up by lines by size of trace_seq
 2023-12-13  0:26 UTC  (3+ messages)

[PATCH v4] tracing: Allow for max buffer data size trace_marker writes
 2023-12-13  0:13 UTC  (2+ messages)

[PATCH v3] ring-buffer: Fix writing to the buffer with max_data_size
 2023-12-12 23:45 UTC  (2+ messages)

[PATCH] ring-buffer: Fix a race in rb_time_cmpxchg() for 32 bit archs
 2023-12-12 19:39 UTC  (2+ messages)

[PATCH] ring-buffer: Fix 32-bit rb_time_read() race with rb_time_cmpxchg()
 2023-12-12 19:30 UTC 

[PATCH] tracing/selftests: Add test to test max subbuf size with trace_marker
 2023-12-12 18:54 UTC 

[RFC PATCH] ring-buffer: Fix and comment ring buffer rb_time functions on 32-bit
 2023-12-12 17:26 UTC  (7+ messages)

[PATCH v3] tracing: Allow for max buffer data size trace_marker writes
 2023-12-12 16:42 UTC  (2+ messages)

[PATCH v2] tracing: Allow for max buffer data size trace_marker writes
 2023-12-12 15:45 UTC  (3+ messages)

[PATCH v2] ring-buffer: Never use absolute timestamp for first event
 2023-12-12 15:38 UTC  (3+ messages)

[linus:master] [ring] f458a14534: WARNING:at_kernel/trace/ring_buffer_benchmark.c:#ring_buffer_consumer
 2023-12-12 13:47 UTC 

[syzbot] [bpf?] [trace?] possible deadlock in task_fork_fair
 2023-12-12 12:26 UTC  (2+ messages)

[PATCH] ring-buffer: Have saved event hold the entire event
 2023-12-12 12:25 UTC 

[PATCH v2] ring-buffer: Fix writing to the buffer with max_data_size
 2023-12-12 11:59 UTC 

[PATCH] ring-buffer: Fix buffer max_data_size with max_event_size
 2023-12-12 11:44 UTC  (4+ messages)

[PATCH 00/11] splice(file<>pipe) I/O on file as-if O_NONBLOCK
 2023-12-12 10:12 UTC  (3+ messages)
` [PATCH RESEND "
  ` [PATCH RESEND 04/11] tracing: tracing_buffers_splice_read: behave as-if non-blocking I/O

[PATCH v3 1/3] kasan: switch kunit tests to console tracepoints
 2023-12-12  9:32 UTC  (15+ messages)

[PATCH v8] bus: mhi: host: Add tracing support
 2023-12-12  7:26 UTC  (2+ messages)

[PATCH] ring-buffer: Never use absolute timestamp for start event
 2023-12-12  1:43 UTC  (3+ messages)

[PATCH] tracing: Update snapshot buffer on resize if it is allocated
 2023-12-11 23:14 UTC  (4+ messages)

[PATCH] trace_seq: Increase the buffer size to almost two pages
 2023-12-11 23:07 UTC  (4+ messages)

[PATCH v3] ring-buffer: Add offset of events in dump on mismatch
 2023-12-11 18:16 UTC 

[PATCH v2] ring-buffer: Add offset of events in dump on mismatch
 2023-12-11 18:07 UTC  (2+ messages)

[PATCH 0/6] Generate address range data for built-in modules
 2023-12-11 16:29 UTC  (4+ messages)
` [PATCH 2/6] module: add CONFIG_BUILTIN_RANGES option

WARNING: kmalloc bug in bpf_uprobe_multi_link_attach
 2023-12-11 14:34 UTC  (4+ messages)

[PATCH] ring-buffer: Fix memory leak of free page
 2023-12-11 12:23 UTC  (2+ messages)

[PATCH] tracing: Increase size of trace_marker_raw to max ring buffer entry
 2023-12-11 12:14 UTC  (2+ messages)

[PATCH] tracing: Have large events show up as '[LINE TOO BIG]' instead of nothing
 2023-12-11 12:08 UTC  (4+ messages)

WARNING: kmalloc bug in bpf_uprobe_multi_link_attach
 2023-12-11 11:22 UTC 

[PATCH] eventfs: Fix events beyond NAME_MAX blocking tasks
 2023-12-10 21:35 UTC 

[PATCH] tracing: Allow for max buffer data size trace_marker writes
 2023-12-10 17:59 UTC  (7+ messages)

[PATCH 00/14] ring-buffer/tracing: Allow ring buffer to have bigger sub buffers
 2023-12-10 15:44 UTC  (20+ messages)
` [PATCH 01/14] ring-buffer: Refactor ring buffer implementation
` [PATCH 02/14] ring-buffer: Page size per ring buffer
` [PATCH 03/14] ring-buffer: Add interface for configuring trace sub buffer size
` [PATCH 04/14] ring-buffer: Set new size of the ring buffer sub page
` [PATCH 05/14] ring-buffer: Read and write to ring buffers with custom sub buffer size
` [PATCH 06/14] ring-buffer: Clear pages on error in ring_buffer_subbuf_order_set() failure
` [PATCH 07/14] ring-buffer: Do no swap cpu buffers if order is different
` [PATCH 08/14] ring-buffer: Make sure the spare sub buffer used for reads has same size
` [PATCH 09/14] tracing: Update snapshot order along with main buffer order
` [PATCH 10/14] tracing: Stop the tracing while changing the ring buffer subbuf size
` [PATCH 11/14] ring-buffer: Keep the same size when updating the order
` [PATCH 12/14] ring-buffer: Just update the subbuffers when changing their allocation order
` [PATCH 13/14] ring-buffer: Add documentation on the buffer_subbuf_order file
` [PATCH 14/14] ringbuffer/selftest: Add basic selftest to test chaning subbuf order

trace_event names with more than NAME_MAX chars
 2023-12-09 14:49 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).