linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-30 16:05:00 to 2024-11-08 08:38:37 UTC [more...]

[PATCH v4 0/3] Replace the use of simple_strtol/ul functions with kstrto
 2024-11-08  8:38 UTC  (2+ messages)

[PATCH] arm64: uprobes: Simulate STP for pushing fp/lr into user stack
 2024-11-08  3:13 UTC  (6+ messages)

[PATCH] arm64: uprobes: Optimize cache flushes for xol slot
 2024-11-07 18:35 UTC  (3+ messages)

[PATCH] uprobes: get RCU trace lock before list iteration
 2024-11-07 18:14 UTC  (2+ messages)

[PATCH v2 1/2] tracing: Add task_prctl_unknown tracepoint
 2024-11-07 16:36 UTC  (11+ messages)
` [PATCH v2 2/2] tracing: Remove pid in task_rename tracing output

[PATCH v5 0/8] uprobes: RCU-protected hot path optimizations
 2024-11-07 16:13 UTC  (7+ messages)
` [PATCH v5 4/8] uprobes: travers uprobe's consumer list locklessly under SRCU protection

[linux-next:master] [tracing] 49e4154f4b: INFO:task_blocked_for_more_than#seconds
 2024-11-07 15:40 UTC  (2+ messages)

[mhiramat:topic/fprobe-on-fgraph] [fprobe] 5dc47be68c: netperf.Throughput_tps 16.3% regression
 2024-11-07 13:27 UTC 

[PATCH][next] tracing histograms: remove redundant check on field->field
 2024-11-07 12:05 UTC 

[PATCH] ring-buffer: Correct the grammatical errors in the comments
 2024-11-07  9:53 UTC 

[PATCH] tracing: Add task_prctl_unknown tracepoint
 2024-11-06 22:30 UTC  (12+ messages)

[RFC PATCH v3 0/6] Direct Map Removal for guest_memfd
 2024-11-06 17:04 UTC  (24+ messages)
` [RFC PATCH v3 1/6] arch: introduce set_direct_map_valid_noflush()
` [RFC PATCH v3 2/6] kvm: gmem: add flag to remove memory from kernel direct map
` [RFC PATCH v3 3/6] kvm: gmem: implement direct map manipulation routines

[PATCH v2] uprobes: Improve the usage of xol slots for better scalability
 2024-11-06 16:27 UTC  (3+ messages)

The state of uprobes work and logistics
 2024-11-06 16:15 UTC  (6+ messages)

[PATCH] selftests/ftrace: update kprobe syntax error test for ppc64le
 2024-11-06  5:54 UTC  (15+ messages)

[PATCH v4 0/2] uprobes: Improve scalability by reducing the contention on siglock
 2024-11-06  2:07 UTC  (2+ messages)

[PATCH v4 tip/perf/core 0/4] uprobes,mm: speculative lockless VMA-to-uprobe lookup
 2024-11-06  2:01 UTC  (2+ messages)

[PATCH v7 0/8] x86/module: use large ROX pages for text allocations
 2024-11-05 19:04 UTC  (5+ messages)
` [PATCH v7 6/8] x86/module: prepare module loading for ROX allocations of text

[PATCH v3 11/19] unwind: Add deferred user space unwinding API
 2024-11-05 17:45 UTC  (5+ messages)
    ` [PATCH v3 09/19] unwind: Introduce sframe user space unwinding

[RFC 00/11] uprobes: Add support to optimize usdt probes on x86_64
 2024-11-05 16:33 UTC  (14+ messages)
` [RFC perf/core 01/11] uprobes: Rename arch_uretprobe_trampoline function
` [RFC perf/core 02/11] uprobes: Make copy_from_page global
` [RFC perf/core 03/11] uprobes: Add len argument to uprobe_write_opcode
` [RFC perf/core 04/11] uprobes: Add data argument to uprobe_write_opcode function
` [RFC perf/core 05/11] uprobes: Add mapping for optimized uprobe trampolines
` [RFC perf/core 06/11] uprobes: Add uprobe syscall to speed up uprobe
` [RFC perf/core 07/11] uprobes/x86: Add support to optimize uprobes
` [RFC bpf-next 08/11] selftests/bpf: Use 5-byte nop for x86 usdt probes
` [RFC bpf-next 09/11] selftests/bpf: Add usdt trigger bench
` [RFC bpf-next 10/11] selftests/bpf: Add uprobe/usdt optimized test
` [RFC bpf-next 11/11] selftests/bpf: Add hit/attach/detach race optimized uprobe test

[PATCH] set_cmdline: replace fragile/deprecated strncpy with strscpy
 2024-11-05  7:20 UTC 

[syzbot] [block?] [trace?] possible deadlock in blk_trace_ioctl
 2024-11-05  7:15 UTC  (3+ messages)

[PATCH v2] kernel: add pid_max to pid_namespace
 2024-11-05  3:10 UTC 

[PATCH] kernel: add pid_max to pid_namespace
 2024-11-05  3:08 UTC 

[PATCH] tools/bootconfig: Fix the wrong format specifier
 2024-11-05  1:10 UTC 

[PATCH v2] kernel: add pid_max to pid_namespace
 2024-11-04 16:35 UTC  (2+ messages)

[PATCH v12 0/5] Tracepoints and static branch in Rust
 2024-11-04 10:13 UTC  (10+ messages)
` [PATCH v12 2/5] rust: add tracepoint support
` [PATCH v12 3/5] rust: samples: add tracepoint to Rust sample
` [PATCH v12 4/5] jump_label: adjust inline asm to be consistent
` [PATCH v12 5/5] rust: add arch_static_branch

[syzbot] [block?] [trace?] possible deadlock in blk_trace_setup
 2024-11-03 10:35 UTC 

[PATCH] uprobes: Re-order struct uprobe_task to save some space
 2024-11-03  4:55 UTC  (2+ messages)

[PATCH v18 00/17] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-11-01 19:28 UTC  (15+ messages)
` [PATCH v18 01/17] fgraph: Pass ftrace_regs to entryfunc
` [PATCH v18 11/17] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v18 12/17] fprobe: Add fprobe_header encoding feature
` [PATCH v18 16/17] Documentation: probes: Update fprobe on function-graph tracer
` [PATCH 0/1] s390: enable HAVE_FTRACE_GRAPH_FUNC

[PATCH v2 trace/for-next 1/3] bpf: put bpf_link's program when link is safe to be deallocated
 2024-11-01 18:17 UTC  (3+ messages)
` [PATCH v2 trace/for-next 2/3] bpf: decouple BPF link/attach hook and BPF program sleepable semantics
` [PATCH v2 trace/for-next 3/3] bpf: ensure RCU Tasks Trace GP for sleepable raw tracepoint BPF links

[PATCH trace/for-next 1/3] bpf: put bpf_link's program when link is safe to be deallocated
 2024-11-01 17:54 UTC  (12+ messages)
` [PATCH trace/for-next 2/3] bpf: decouple BPF link/attach hook and BPF program sleepable semantics
` [PATCH trace/for-next 3/3] bpf: ensure RCU Tasks Trace GP for sleepable raw tracepoint BPF links

[PATCH] kernel: add pid_max to pid_namespace
 2024-11-01 13:23 UTC  (3+ messages)

[PATCH] spi: axi-spi-engine: Emit trace events for spi transfers
 2024-11-01 13:15 UTC  (3+ messages)

[for-next][PATCH 07/11] tracing: Introduce tracepoint extended structure
 2024-11-01 10:36 UTC  (4+ messages)
` [for-next][PATCH 08/11] tracing: Introduce tracepoint_is_faultable()
` [for-next][PATCH 09/11] tracing: Fix syscall tracepoint use-after-free
` [for-next][PATCH 10/11] tracing: Add might_fault() check in __DECLARE_TRACE_SYSCALL

[PATCH 0/2] kprobes: Adjustments for __counted_by addition
 2024-11-01  1:53 UTC  (7+ messages)
` [PATCH 1/2] kprobes: Fix __get_insn_slot() after __counted_by annotation
` [PATCH 2/2] kprobes: Use struct_size() in __get_insn_slot()

[PATCH v2] tracing: Replace strncpy() with strscpy() when copying comm
 2024-11-01  1:45 UTC  (4+ messages)

[PATCH v5 resend 0/4] Faultable syscall tracepoints updates
 2024-10-31 15:20 UTC  (5+ messages)
` [PATCH v5 resend 1/4] tracing: Introduce tracepoint extended structure
` [PATCH v5 resend 2/4] tracing: Introduce tracepoint_is_faultable()
` [PATCH v5 resend 3/4] tracing: Fix syscall tracepoint use-after-free
` [PATCH v5 resend 4/4] tracing: Add might_fault() check in __DECLARE_TRACE_SYSCALL

[PATCH v4 0/3] bpf: Using binary search to improve the performance of btf_find_by_name_kind
 2024-10-31 11:57 UTC  (10+ messages)
` [PATCH v4 1/3] libbpf: Sort btf_types in ascending order by name
` [PATCH v4 2/3] bpf: Using binary search to improve the performance of btf_find_by_name_kind

[PATCH] tracing: Replace strncpy() with strscpy() when copying comm
 2024-10-31  1:47 UTC  (3+ messages)

[PATCH 0/3] kprobes: Annotate structs with __counted_by()
 2024-10-31  1:32 UTC  (4+ messages)
` [PATCH 1/3] "

[PATCH v7 0/5] MCE wrapper and support for new SMCA syndrome MSRs
 2024-10-30 21:23 UTC  (16+ messages)
` [PATCH v7 1/5] x86/mce: Add wrapper for struct mce to export vendor specific info
` [PATCH v7 5/5] EDAC/mce_amd: Add support for FRU Text in MCA

[PATCH v2] tracing: Make percpu stack trace buffer invariant to PAGE_SIZE
 2024-10-30 21:15 UTC  (3+ messages)

[v4] security: add trace event for cap_capable
 2024-10-30 20:59 UTC  (2+ messages)

[PATCH perf/core] uprobes: fix WARN() inside hprobe_consume()
 2024-10-30 20:12 UTC  (2+ messages)

[PATCH 0/3] Tracefs gid mount option fixes
 2024-10-30 17:24 UTC  (5+ messages)
` [PATCH 2/3] tracing/selftests: Add tracefs mount options test

[PATCH v2 0/3] Tracefs mount option fixes
 2024-10-30 17:17 UTC  (4+ messages)
` [PATCH v2 1/3] tracing: Fix tracefs mount options
` [PATCH v2 2/3] tracing: Document tracefs gid mount option
` [PATCH v2 3/3] tracing/selftests: Add tracefs mount options test


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