linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-20 13:20:29 to 2024-03-26 22:51:29 UTC [more...]

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

[RFC PATCH net-next v6 00/15] Device Memory TCP
 2024-03-26 20:19 UTC  (17+ messages)
` [RFC PATCH net-next v6 02/15] net: page_pool: create hooks for custom page providers

[PATCH] selftests/ftrace: Fix event filter target_func selection
 2024-03-26 19:24 UTC  (3+ messages)

[RFC PATCH v2 0/4] tracing: improve symbolic printing
 2024-03-26 19:15 UTC  (5+ messages)
` [RFC PATCH v2 1/4] tracing: add __print_sym() to replace __print_symbolic()
` [RFC PATCH v2 2/4] net: dropreason: use new __print_sym() in tracing
` [RFC PATCH v2 3/4] net: drop_monitor: use drop_reason_lookup()
` [RFC PATCH v2 4/4] tracing/timer: use __print_sym()

[PATCH 0/2] tracing/selftests: Verbosity improvements to KTAP output
 2024-03-26 19:11 UTC  (5+ messages)
` [PATCH 1/2] tracing/selftests: Support log output when generating "
` [PATCH 2/2] tracing/selftests: Default to verbose mode when running in kselftest

[PATCH] ftrace: make extra rcu_is_watching() validation check optional
 2024-03-26 19:01 UTC  (6+ messages)

[PATCH net-next v4 1/2] net: port TP_STORE_ADDR_PORTS_SKB macro to be tcp/udp independent
 2024-03-26 18:05 UTC  (2+ messages)
` [PATCH net-next v4 2/2] net: udp: add IP/port data to the tracepoint udp/udp_fail_queue_rcv_skb

[PATCH v2] arch/riscv: Enable kprobes when CONFIG_MODULES=n
 2024-03-26 17:11 UTC  (18+ messages)

[PATCH 00/12] kbuild: enable some -Wextra warnings by default
 2024-03-26 17:10 UTC  (4+ messages)
` [PATCH 11/12] [v4] kallsyms: rework symbol lookup return codes

[PATCH] uprobes: reduce contention on uprobes_tree access
 2024-03-26 16:01 UTC  (9+ messages)

[PATCH net-next 0/3] trace: use TP_STORE_ADDRS macro
 2024-03-26 13:33 UTC  (11+ 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()

[PATCH v6 0/5] Rework system pressure interface to the scheduler
 2024-03-26 11:46 UTC  (8+ messages)
` [PATCH v6 1/5] cpufreq: Add a cpufreq pressure feedback for "
` [PATCH v6 2/5] sched: Take cpufreq feedback into account
` [PATCH v6 3/5] thermal/cpufreq: Remove arch_update_thermal_pressure()
` [PATCH v6 4/5] sched: Rename arch_update_thermal_pressure into arch_update_hw_pressure
` [PATCH v6 5/5] sched/pelt: Remove shift of thermal clock

[PATCH net-next v2 0/3] tcp: make trace of reset logic complete
 2024-03-26 11:08 UTC  (9+ messages)
` [PATCH net-next v2 1/3] trace: adjust TP_STORE_ADDR_PORTS_SKB() parameters
` [PATCH net-next v2 2/3] trace: tcp: fully support trace_tcp_send_reset
` [PATCH net-next v2 3/3] tcp: add location into reset trace process

[PATCH v19 RESEND 0/5] Introducing trace buffer mapping by user-space
 2024-03-26 10:08 UTC  (6+ messages)
` [PATCH v19 RESEND 1/5] ring-buffer: allocate sub-buffers with __GFP_COMP
` [PATCH v19 RESEND 2/5] ring-buffer: Introducing ring-buffer mapping functions
` [PATCH v19 RESEND 3/5] tracing: Allow user-space mapping of the ring-buffer
` [PATCH v19 RESEND 4/5] Documentation: tracing: Add ring-buffer mapping
` [PATCH v19 RESEND 5/5] ring-buffer/selftest: Add ring-buffer mapping test

[PATCH v19 0/5] Introducing trace buffer mapping by user-space
 2024-03-26 10:03 UTC  (6+ messages)
` [PATCH v19 1/5] ring-buffer: allocate sub-buffers with __GFP_COMP
` [PATCH v19 2/5] ring-buffer: Introducing ring-buffer mapping functions
` [PATCH v19 3/5] tracing: Allow user-space mapping of the ring-buffer
` [PATCH v19 4/5] Documentation: tracing: Add ring-buffer mapping
` [PATCH v19 5/5] ring-buffer/selftest: Add ring-buffer mapping test

[PATCH net-next v3 1/2] net: port TP_STORE_ADDR_PORTS_SKB macro to be tcp/udp independent
 2024-03-26  7:39 UTC  (5+ messages)
` [PATCH net-next v3 2/2] net: udp: add IP/port data to the tracepoint udp/udp_fail_queue_rcv_skb

[RFC PATCH v2 0/7] DAMON based 2-tier memory management for CXL memory
 2024-03-25 22:53 UTC  (5+ messages)

[syzbot] [bpf?] [trace?] KASAN: slab-use-after-free Read in bpf_trace_run1
 2024-03-25 21:57 UTC  (4+ messages)
` raw_tp+cookie is buggy. Was: "

[PATCH v3 0/2] Update mce_record tracepoint
 2024-03-25 21:39 UTC  (5+ messages)

[PATCH v2] workqueue: add function in event of workqueue_activate_work
 2024-03-25 19:29 UTC  (2+ messages)

[RFC PATCH] riscv: Implement HAVE_DYNAMIC_FTRACE_WITH_CALL_OPS
 2024-03-25 12:50 UTC  (16+ messages)

[PATCH v3 resend] net/ipv4: add tracepoint for icmp_send
 2024-03-25  7:57 UTC  (9+ messages)
  `  "
      `  "

[PATCH v8 0/5] support '%pd' and '%pD' for print file name
 2024-03-25  1:52 UTC  (8+ messages)
` [PATCH v8 1/5] tracing/probes: support '%pd' type for print struct dentry's name
` [PATCH v8 2/5] tracing/probes: support '%pD' type for print struct file's name
` [PATCH v8 3/5] Documentation: tracing: add new type '%pd' and '%pD' for kprobe
` [PATCH v8 4/5] selftests/ftrace: add kprobe test cases for VFS type "%pd" and "%pD"
` [PATCH v8 5/5] selftests/ftrace: add fprobe "

[RFC PATCH v2 0/7] DAMON based 2-tier memory management for CXL memory
 2024-03-22 16:39 UTC  (4+ messages)

[PATCH] ftrace: fix FTRACE_RECORD_RECURSION_SIZE Kconfig entry
 2024-03-22 15:51 UTC  (2+ messages)

[PATCH v3] net/ipv4: add tracepoint for icmp_send
 2024-03-22  7:41 UTC  (4+ messages)

[PATCH -next] fs: Fix kernel-doc comments to functions
 2024-03-22  6:26 UTC 

[PATCH v7 0/5] support '%pd' and '%pD' for print file name
 2024-03-21 15:48 UTC  (12+ messages)
` [PATCH v7 1/5] tracing/probes: support '%pd' type for print struct dentry's name
` [PATCH v7 2/5] tracing/probes: support '%pD' type for print struct file's name
` [PATCH v7 3/5] Documentation: tracing: add new type '%pd' and '%pD' for kprobe
` [PATCH v7 4/5] selftests/ftrace: add kprobe test cases for VFS type "%pd" and "%pD"
` [PATCH v7 5/5] selftests/ftrace: add fprobe "

[PATCH] trace doc: Minor grammatical correction
 2024-03-21 11:27 UTC 

[syzbot] [bpf?] [trace?] KASAN: slab-use-after-free Read in bpf_trace_run2
 2024-03-21  9:01 UTC 

[syzbot] [trace?] [bpf?] KASAN: slab-use-after-free Read in bpf_trace_run4
 2024-03-21  9:01 UTC 

[RFC][PATCH] tracing: Introduce restart_critical_timings()
 2024-03-21  1:03 UTC  (6+ messages)

[bug report] tracing/probes: Support $argN in return probe (kprobe and fprobe)
 2024-03-20 22:56 UTC  (8+ messages)
` [PATCH] tracing: probes: Fix to zero initialize a local variable

[PATCH] tracing: Explicitly cast divisor to fix Coccinelle warning
 2024-03-20 21:55 UTC  (5+ messages)
      ` [PATCH v2] tracing: Improve performance by using do_div()

[GIT PULL V2] tracing/tools: Updates for 6.9
 2024-03-20 14:54 UTC 

[GIT PULL] tracing/tools: Updates for 6.9
 2024-03-20 13:29 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).