linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-04 08:22:04 to 2024-03-11 09:35:32 UTC [more...]

[PATCH bpf-next v2 0/9] bpf: make tracing program support multi-link
 2024-03-11  9:35 UTC  (9+ messages)
` [PATCH bpf-next v2 1/9] bpf: tracing: add support to record and check the accessed args
` [PATCH bpf-next v2 2/9] bpf: refactor the modules_array to ptr_array
` [PATCH bpf-next v2 3/9] bpf: trampoline: introduce struct bpf_tramp_link_conn
` [PATCH bpf-next v2 4/9] bpf: trampoline: introduce bpf_tramp_multi_link
` [PATCH bpf-next v2 5/9] bpf: verifier: add btf to the function args of bpf_check_attach_target
` [PATCH bpf-next v2 6/9] bpf: tracing: add multi-link support
` [PATCH bpf-next v2 7/9] libbpf: don't free btf if program of multi-link tracing existing
` [PATCH bpf-next v2 8/9] libbpf: add support for the multi-link of tracing

[PATCH net-next 0/2] tcp: make trace of reset logic complete
 2024-03-11  5:09 UTC  (8+ messages)
` [PATCH net-next 1/2] trace: adjust TP_STORE_ADDR_PORTS_SKB() parameters
` [PATCH net-next 2/2] trace: tcp: fully support trace_tcp_send_reset

[RFC PATCH net-next v6 00/15] Device Memory TCP
 2024-03-11  1:12 UTC  (57+ 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 0/6] tracing/ring-buffer: Fix wakeup of ring buffer waiters
 2024-03-10 16:19 UTC  (13+ messages)
` [PATCH 1/6] ring-buffer: Fix waking up ring buffer readers
` [PATCH 2/6] ring-buffer: Fix resetting of shortest_full
` [PATCH 3/6] tracing: Use .flush() call to wake up readers
` [PATCH 4/6] tracing: Fix waking up tracing readers
` [PATCH 5/6] ring-buffer: Restructure ring_buffer_wait() to prepare for updates
` [PATCH 6/6] tracing/ring-buffer: Fix wait_on_pipe() race

[PATCH net-next 0/3] trace: use TP_STORE_ADDRS macro
 2024-03-10 12:14 UTC  (4+ messages)
` [PATCH net-next 1/3] trace: move to TP_STORE_ADDRS related macro to net_probe_common.h
` [PATCH net-next 2/3] trace: use TP_STORE_ADDRS() macro in inet_sk_error_report()
` [PATCH net-next 3/3] trace: use TP_STORE_ADDRS() macro in inet_sock_set_state()

[RFC PATCH] riscv: Implement HAVE_DYNAMIC_FTRACE_WITH_CALL_OPS
 2024-03-10  1:37 UTC  (13+ messages)

[PATCH 0/8] tracing: Persistent traces across a reboot or crash
 2024-03-09 20:40 UTC  (17+ 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

[PATCH v2 0/6] tracing/ring-buffer: Fix wakeup of ring buffer waiters
 2024-03-08 20:24 UTC  (7+ messages)
` [PATCH v2 1/6] ring-buffer: Fix waking up ring buffer readers
` [PATCH v2 2/6] ring-buffer: Fix resetting of shortest_full
` [PATCH v2 3/6] tracing: Use .flush() call to wake up readers
` [PATCH v2 4/6] tracing: Fix waking up tracing readers
` [PATCH v2 5/6] ring-buffer: Restructure ring_buffer_wait() to prepare for updates
` [PATCH v2 6/6] tracing/ring-buffer: Fix wait_on_pipe() race

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

[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  (3+ messages)
` [PATCH 08/20] sh: boot: Add proper forward declarations

[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  (3+ 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 NNTP newsgroup(s).