linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-03 05:32:39 to 2023-12-11 23:14:18 UTC [more...]

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

[RFC PATCH] ring-buffer: Fix and comment ring buffer rb_time functions on 32-bit
 2023-12-11 23:13 UTC  (3+ messages)

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

[PATCH v3 1/3] kasan: switch kunit tests to console tracepoints
 2023-12-11 22:56 UTC  (11+ 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 RFC v2 00/27] Add support for arm64 MTE dynamic tag storage reuse
 2023-12-11 17:29 UTC  (16+ messages)
  ` [PATCH RFC v2 15/27] arm64: mte: Check that tag storage blocks are in the same zone
  ` [PATCH RFC v2 16/27] arm64: mte: Manage tag storage on page allocation
  ` [PATCH RFC v2 11/27] arm64: mte: Reserve tag storage memory

[PATCH] ring-buffer: Never use absolute timestamp for start event
 2023-12-11 16:59 UTC 

[PATCH] ring-buffer: Do not update before stamp when switching sub-buffers
 2023-12-11 16:44 UTC 

[PATCH 0/6] Generate address range data for built-in modules
 2023-12-11 16:29 UTC  (9+ messages)
` [PATCH 1/6] kbuild: add modules.builtin.objs
` [PATCH 2/6] module: add CONFIG_BUILTIN_RANGES option
` [PATCH 3/6] kbuild: generate a linker map for vmlinux.o
` [PATCH 4/6] module: script to generate offset ranges for builtin modules
` [PATCH 5/6] kbuild: generate modules.builtin.ranges when linking the kernel
` [PATCH 6/6] module: add install target for modules.builtin.ranges

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)

[PATCH v2 00/33] kmsan: Enable on s390
 2023-12-11 11:50 UTC  (47+ 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 14/33] kmsan: Support SLAB_POISON
` [PATCH v2 17/33] mm: kfence: Disable KMSAN when checking the canary
` [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 24/33] s390/checksum: Add a KMSAN check
` [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] ring-buffer: Fix buffer max_data_size with max_event_size
 2023-12-11 11:40 UTC  (3+ 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)

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

[PATCH v4 00/33] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2023-12-08 10:30 UTC  (34+ messages)
` [PATCH v4 01/33] tracing: Add a comment about ftrace_regs definition
` [PATCH v4 02/33] x86: tracing: Add ftrace_regs definition in the header
` [PATCH v4 03/33] function_graph: Convert ret_stack to a series of longs
` [PATCH v4 04/33] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
` [PATCH v4 05/33] function_graph: Add an array structure that will allow multiple callbacks
` [PATCH v4 06/33] function_graph: Allow multiple users to attach to function graph
` [PATCH v4 07/33] function_graph: Remove logic around ftrace_graph_entry and return
` [PATCH v4 08/33] ftrace/function_graph: Pass fgraph_ops to function graph callbacks
` [PATCH v4 09/33] ftrace: Allow function_graph tracer to be enabled in instances
` [PATCH v4 10/33] ftrace: Allow ftrace startup flags exist without dynamic ftrace
` [PATCH v4 11/33] function_graph: Have the instances use their own ftrace_ops for filtering
` [PATCH v4 12/33] function_graph: Use a simple LRU for fgraph_array index number
` [PATCH v4 13/33] function_graph: Add "task variables" per task for fgraph_ops
` [PATCH v4 14/33] function_graph: Move set_graph_function tests to shadow stack global var
` [PATCH v4 15/33] function_graph: Move graph depth stored data "
` [PATCH v4 16/33] function_graph: Move graph notrace bit "
` [PATCH v4 17/33] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
` [PATCH v4 18/33] function_graph: Add selftest for passing local variables
` [PATCH v4 19/33] function_graph: Add a new entry handler with parent_ip and ftrace_regs
` [PATCH v4 20/33] function_graph: Add a new exit "
` [PATCH v4 21/33] x86/ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS
` [PATCH v4 22/33] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
` [PATCH v4 23/33] arm64: ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS
` [PATCH v4 24/33] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v4 25/33] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v4 26/33] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v4 27/33] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v4 28/33] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v4 29/33] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v4 30/33] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v4 31/33] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v4 32/33] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v4 33/33] Documentation: probes: Update fprobe on function-graph tracer

[PATCH] ring-buffer: Add offset of events in dump on mismatch
 2023-12-07 22:27 UTC  (3+ messages)

[PATCH 00/22] -Wmissing-prototype warning fixes
 2023-12-07 12:38 UTC  (2+ messages)
` (subset) "

[PATCH v2] tracing: Allow creating instances with specified system events
 2023-12-07 12:34 UTC  (2+ messages)

[PATCH v8] bus: mhi: host: Add tracing support
 2023-12-07  4:30 UTC 

[PATCH v7] bus: mhi: host: Add tracing support
 2023-12-07  4:24 UTC  (3+ messages)

[PATCH net-next] tcp: add tracepoints for data send/recv/acked
 2023-12-07  2:28 UTC  (6+ messages)

[PATCH 0/2] Replace the use of simple_strtol/ul functions with kstrto
 2023-12-06 15:17 UTC  (7+ messages)
` [PATCH 1/2] kdb: Replace the use of simple_strto with safer kstrto in kdb_main
` [PATCH 2/2] trace: kdb: Replace simple_strtoul with kstrtoul in kdb_ftdump

[PATCH] ring-buffer: Force absolute timestamp on discard of event
 2023-12-06 15:02 UTC 

[PATCH] ring-buffer: Test last update in 32bit version of __rb_time_read()
 2023-12-06 15:00 UTC 

[PATCH 00/10] sysctl: Remove sentinel elements from kernel dir
 2023-12-06  9:55 UTC  (5+ messages)
` [PATCH 07/10] printk: Remove the now superfluous sentinel elements from ctl_table array

[PATCH v2 0/3] tracing: Keep instance main and snapshot buffers in sync
 2023-12-05 21:52 UTC  (4+ messages)
` [PATCH v2 1/3] tracing: Always update snapshot buffer size
` [PATCH v2 2/3] tracing: Stop current tracer when resizing buffer
` [PATCH v2 3/3] tracing: Disable snapshot buffer when stopping instance tracers

[PATCH] tracing: Allow creating instances with specified system events
 2023-12-05 18:28 UTC  (3+ messages)

[PATCH] tracing: Always update snapshot buffer size
 2023-12-05 17:35 UTC  (2+ messages)

[PATCH] Documentaion:trace Add the git web link to view it on the browser
 2023-12-05 16:26 UTC  (2+ messages)

[PATCH v2 0/3] tracing: Simplify and fix "buffered event" synchronization
 2023-12-05 16:17 UTC  (4+ messages)
` [PATCH v2 1/3] tracing: Fix incomplete locking when disabling buffered events
` [PATCH v2 2/3] tracing: Fix a warning when allocating buffered events fails
` [PATCH v2 3/3] tracing: Fix a possible race when disabling buffered events

[PATCH 0/2] tracing: Simplify and fix "buffered event" synchronization
 2023-12-05 16:16 UTC  (10+ messages)
` [PATCH 1/2] "

[PATCH v3 00/33] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2023-12-05 14:45 UTC  (3+ messages)
` [PATCH v3 12/33] function_graph: Have the instances use their own ftrace_ops for filtering

[PATCH v2] 9p: prevent read overrun in protocol dump tracepoint
 2023-12-05 11:41 UTC  (3+ messages)

[PATCH v7] scripts/link-vmlinux.sh: Add alias to duplicate symbols for kallsyms
 2023-12-04 21:46 UTC 

Performance drop due to alloc_workqueue() misuse and recent change
 2023-12-04 18:07 UTC  (2+ messages)

[PATCH] 9p: prevent read overrun in protocol dump tracepoint
 2023-12-04 16:20 UTC  (8+ messages)

[syzbot] [bpf?] [trace?] possible deadlock in dev_watchdog
 2023-12-04 12:32 UTC 

[PATCH v5] bus: mhi: host: Add tracing support
 2023-12-04 10:57 UTC  (4+ messages)

[PATCH v6] bus: mhi: host: Add tracing support
 2023-12-04  9:42 UTC 

[syzbot] [block?] [trace?] INFO: task hung in blk_trace_ioctl (4)
 2023-12-03 11:45 UTC  (5+ messages)
` [PATCH next] trace/blktrace: fix task hung in blk_trace_ioctl


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).