linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-01 15:47:37 to 2024-03-08 18:38:09 UTC [more...]

[PATCH 0/6] tracing/ring-buffer: Fix wakeup of ring buffer waiters
 2024-03-08 18:38 UTC  (3+ messages)
` [PATCH 1/6] ring-buffer: Fix waking up ring buffer readers
` [PATCH 2/6] ring-buffer: Fix resetting of shortest_full

[PATCH 0/3] tools/tracing: Use tools/build makefiles like perf
 2024-03-08 17:50 UTC  (4+ messages)
` [PATCH 1/3] tools/tracing: Use tools/build makefiles on latency-collector
` [PATCH 2/3] tools/verification: Use tools/build makefiles on rv
` [PATCH 3/3] tools/rtla: Use tools/build makefiles to build rtla

[PATCH 0/8] tracing: Persistent traces across a reboot or crash
 2024-03-08 15:39 UTC  (14+ messages)
` [PATCH 1/8] ring-buffer: Allow mapped field to be set without mapping
` [PATCH 2/8] ring-buffer: Add ring_buffer_alloc_range()
` [PATCH 3/8] tracing: Create "boot_mapped" instance for memory mapped buffer
` [PATCH 4/8] HACK: Hard code in mapped tracing buffer address
` [PATCH 5/8] ring-buffer: Add ring_buffer_meta data
` [PATCH 6/8] ring-buffer: Add output of ring buffer meta page
` [PATCH 7/8] ring-buffer: Add test if range of boot buffer is valid
` [PATCH 8/8] ring-buffer: Validate boot range memory events
` [POC] !!! Re: [PATCH 0/8] tracing: Persistent traces across a reboot or crash

[RFC PATCH] riscv: Implement HAVE_DYNAMIC_FTRACE_WITH_CALL_OPS
 2024-03-08 15:15 UTC  (12+ messages)

[PATCH net-next v4] net: dqs: add NIC stall detector based on BQL
 2024-03-08 10:30 UTC  (2+ messages)

[PATCH net-next v3] tcp: Add skb addr and sock addr to arguments of tracepoint tcp_probe
 2024-03-08 10:30 UTC  (2+ messages)

[PATCH -next v6 0/2] Make memory reclamation measurable
 2024-03-08  8:37 UTC  (8+ messages)

[RFC PATCH v2 0/7] DAMON based 2-tier memory management for CXL memory
 2024-03-08  8:31 UTC  (3+ messages)
  `  "

[PATCH v2] workqueue: add function in event of workqueue_activate_work
 2024-03-08  6:11 UTC  (3+ messages)

[RFC PATCH net-next v6 00/15] Device Memory TCP
 2024-03-08  4:57 UTC  (53+ messages)
` [RFC PATCH net-next v6 01/15] queue_api: define queue api
` [RFC PATCH net-next v6 02/15] net: page_pool: create hooks for custom page providers
` [RFC PATCH net-next v6 03/15] net: page_pool: factor out page_pool recycle check
` [RFC PATCH net-next v6 04/15] net: netdev netlink api to bind dma-buf to a net device
` [RFC PATCH net-next v6 05/15] netdev: support binding dma-buf to netdevice
` [RFC PATCH net-next v6 06/15] netdev: netdevice devmem allocator
` [RFC PATCH net-next v6 07/15] page_pool: convert to use netmem
` [RFC PATCH net-next v6 08/15] page_pool: devmem support
` [RFC PATCH net-next v6 09/15] memory-provider: dmabuf devmem memory provider
` [RFC PATCH net-next v6 10/15] net: support non paged skb frags
` [RFC PATCH net-next v6 11/15] net: add support for skbs with unreadable frags
` [RFC PATCH net-next v6 12/15] tcp: RX path for devmem TCP
` [RFC PATCH net-next v6 13/15] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [RFC PATCH net-next v6 14/15] net: add devmem TCP documentation
` [RFC PATCH net-next v6 15/15] selftests: add ncdevmem, netcat for devmem TCP

[PATCH] workqueue: add function in event of workqueue_activate_work
 2024-03-08  2:20 UTC  (3+ messages)

[PATCH net-next v2 0/2] tcp: add two missing addresses when using trace
 2024-03-07 14:40 UTC  (6+ messages)
` [PATCH net-next v2 1/2] tcp: add tracing of skb/skaddr in tcp_event_sk_skb class
` [PATCH net-next v2 2/2] tcp: add tracing of skbaddr in tcp_event_skb class

[PATCH v3 net-next 0/4] net: switchdev: Tracepoints
 2024-03-06 23:33 UTC  (12+ messages)
` [PATCH v3 net-next 4/4] net: switchdev: Add tracepoints

[PATCH v2] tracing: Limit trace_marker writes to just 4K
 2024-03-06 15:41 UTC  (3+ messages)

[PATCH 0/2] ASoC: trace: trace more parameters in ASoC DAPM events
 2024-03-06 15:22 UTC  (4+ messages)
` [PATCH 1/2] ASoC: trace: add component to set_bias_level trace events
` [PATCH 2/2] ASoC: trace: add event to snd_soc_dapm "

[PATCH] ring-buffer: mark racy accesses on work->wait_index
 2024-03-06 14:05 UTC  (2+ messages)

[PATCH v3 0/2] riscv: fix patching with IPI
 2024-03-05  8:21 UTC  (9+ messages)
` [PATCH v3 1/2] riscv: Remove superfluous smp_mb()
` [PATCH v3 2/2] riscv: Fix text patching when IPI are used

[PATCH 00/20] sh: Fix missing prototypes
 2024-03-05  6:56 UTC  (22+ messages)
` [PATCH 01/20] sh: pgtable: "
` [PATCH 02/20] sh: fpu: Add missing forward declarations
` [PATCH 03/20] sh: syscall: Add missing forward declaration for sys_cacheflush()
` [PATCH 04/20] sh: tlb: Add missing forward declaration for handle_tlbmiss()
` [PATCH 05/20] sh: return_address: Add missing #include <asm/ftrace.h>
` [PATCH 06/20] sh: traps: Add missing #include <asm/setup.h>
` [PATCH 07/20] sh: hw_breakpoint: Add missing forward declaration for arch_bp_generic_fields()
` [PATCH 08/20] sh: boot: Add proper forward declarations
` [PATCH 09/20] sh: ftrace: Fix missing prototypes
` [PATCH 10/20] sh: nommu: Add missing #include <asm/cacheflush.h>
` [PATCH 11/20] sh: math-emu: Add missing #include <asm/fpu.h>
` [PATCH 12/20] sh: dma: Remove unused dmac_search_free_channel()
` [PATCH 13/20] sh: sh2a: Add missing #include <asm/processor.h>
` [PATCH 14/20] sh: sh7786: Remove unused sh7786_usb_use_exclock()
` [PATCH 15/20] sh: smp: Fix missing prototypes
` [PATCH 16/20] sh: kprobes: Merge arch_copy_kprobe() into arch_prepare_kprobe()
` [PATCH 17/20] sh: kprobes: Make trampoline_probe_handler() static
` [PATCH 18/20] sh: kprobes: Remove unneeded kprobe_opcode_t casts
` [PATCH 19/20] sh: dwarf: Make dwarf_lookup_fde() static
` [PATCH 20/20] [RFC] sh: dma: Remove unused functionality

[PATCH] tracing: Remove precision vsnprintf() check from print event
 2024-03-05  5:47 UTC  (5+ messages)

[PATCH] tracing: Have trace_marker writes be just half of TRACE_SEQ_SIZE
 2024-03-05  3:07 UTC  (15+ messages)

[PATCH] tracing: Limit trace_seq size to just 8K and not depend on architecture PAGE_SIZE
 2024-03-05  0:13 UTC 

[PATCH net-next 0/2] add two missing addresses when using trace
 2024-03-04  8:31 UTC  (6+ messages)
` [PATCH net-next 1/2] tcp: add tracing of skb/skaddr in tcp_event_sk_skb class

[PATCH net-next v2] tcp: Add skb addr and sock addr to arguments of tracepoint tcp_probe
 2024-03-04  8:30 UTC  (4+ messages)

[PATCH v3 0/8] tracing/probes: Support function parameter access from return probe
 2024-03-04  3:41 UTC  (9+ messages)
` [PATCH v3 1/8] fprobe: Fix to allocate entry_data_size buffer with rethook instances
` [PATCH v3 2/8] tracing/fprobe-event: cleanup: Fix a wrong comment in fprobe event
` [PATCH v3 3/8] tracing/probes: Cleanup probe argument parser
` [PATCH v3 4/8] tracing/probes: cleanup: Set trace_probe::nr_args at trace_probe_init
` [PATCH v3 5/8] tracing: Remove redundant #else block for BTF args from README
` [PATCH v3 6/8] tracing/probes: Support $argN in return probe (kprobe and fprobe)
` [PATCH v3 7/8] selftests/ftrace: Add test cases for entry args at function exit
` [PATCH v3 8/8] Documentation: tracing: Add entry argument access "

[PATCH v2 0/7] tracing/probes: Support function parameter access from return probe
 2024-03-03 15:48 UTC  (11+ messages)
` [PATCH v2 3/7] tracing/probes: cleanup: Set trace_probe::nr_args at trace_probe_init

[PATCH v7] tracing: Support to dump instance traces by ftrace_dump_on_oops
 2024-03-03  9:54 UTC  (2+ messages)

[PATCH] net/ipv4: add tracepoint for icmp_send
 2024-03-02 11:22 UTC  (2+ messages)
`  "

[PATCH] net/ipv4: add tracepoint for icmp_send
 2024-03-02 11:02 UTC  (2+ messages)
`  "

[PATCH] ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page in concurrent environment
 2024-03-02  4:42 UTC  (2+ messages)
` [PATCH v2] "

[PATCH RFC ftrace] Chose RCU Tasks based on TASKS_RCU rather than PREEMPTION
 2024-03-02  1:54 UTC  (6+ messages)

[PATCH] ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page in concurrent environment
 2024-03-01 17:11 UTC  (4+ 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).