linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-18 15:14:36 to 2023-12-26 00:20:29 UTC [more...]

[PATCH v5 00/34] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2023-12-26  0:20 UTC  (13+ messages)
` [PATCH v5 06/34] function_graph: Allow multiple users to attach to function graph
` [PATCH v5 11/34] function_graph: Have the instances use their own ftrace_ops for filtering
` [PATCH v5 24/34] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v5 28/34] fprobe: Rewrite fprobe on function-graph tracer

[PATCH bpf-next 0/3] bpf: introduce BPF_MAP_TYPE_RELAY
 2023-12-25 13:06 UTC  (20+ messages)
` [PATCH bpf-next 1/3] bpf: implement relay map basis
` [PATCH bpf-next 2/3] bpf: implement map_update_elem to init relay file
` [PATCH bpf-next 3/3] bpf: introduce bpf_relay_output helper

[PATCH v2 00/17] kexec: Allow preservation of ftrace buffers
 2023-12-24  8:58 UTC  (28+ messages)
` [PATCH v2 01/17] mm,memblock: Add support for scratch memory
` [PATCH v2 02/17] memblock: Declare scratch memory as CMA
` [PATCH v2 03/17] kexec: Add Kexec HandOver (KHO) generation helpers
` [PATCH v2 04/17] kexec: Add KHO parsing support
` [PATCH v2 05/17] kexec: Add KHO support to kexec file loads
` [PATCH v2 06/17] kexec: Add config option for KHO
` [PATCH v2 07/17] kexec: Add documentation "
` [PATCH v2 08/17] arm64: Add KHO support
` [PATCH v2 09/17] x86: "
` [PATCH v2 10/17] tracing: Initialize fields before registering
` [PATCH v2 11/17] tracing: Introduce kho serialization
  ` [PATCH v2 12/17] tracing: Add kho serialization of trace buffers
  ` [PATCH v2 13/17] tracing: Recover trace buffers from kexec handover
  ` [PATCH v2 14/17] tracing: Add kho serialization of trace events
  ` [PATCH v2 15/17] tracing: Recover trace events from kexec handover
  ` [PATCH v2 16/17] tracing: Add config option for "
  ` [PATCH v2 17/17] devicetree: Add bindings for ftrace KHO

[PATCH v4] tracing/selftests: Add ownership modification tests for eventfs
 2023-12-22 17:03 UTC  (2+ messages)

[PATCH v3] tracing/selftests: Add ownership modification tests for eventfs
 2023-12-22 16:40 UTC  (6+ messages)

[PATCH v3 00/34] kmsan: Enable on s390
 2023-12-22 11:35 UTC  (11+ messages)
` [PATCH v3 17/34] lib/zlib: Unpoison DFLTCC output buffers
` [PATCH v3 24/34] s390/cpumf: Unpoison STCCTM output buffer
` [PATCH v3 27/34] s390/irqflags: Do not instrument arch_local_irq_*() with KMSAN
` [PATCH v3 28/34] s390/mm: Define KMSAN metadata for vmalloc and modules
` [PATCH v3 33/34] s390: Implement the architecture-specific kmsan functions

[PATCH v2] tracing/selftests: Add ownership modification tests for eventfs
 2023-12-22  4:11 UTC  (9+ messages)

[PATCH v2] eventfs: Fix file and directory uid and gid ownership
 2023-12-22  2:53 UTC  (2+ messages)

[PATCH] tracing/selftests: Add ownership modification tests for eventfs
 2023-12-22  0:40 UTC  (2+ messages)

[PATCH] eventfs: Fix file and directory uid and gid ownership
 2023-12-21 22:38 UTC 

[PATCH v7] scripts/link-vmlinux.sh: Add alias to duplicate symbols for kallsyms
 2023-12-21 20:40 UTC  (4+ messages)

[PATCH v2 0/5] Rework system pressure interface to the scheduler
 2023-12-21 20:01 UTC  (8+ messages)
` [PATCH v2 1/5] cpufreq: Add a cpufreq pressure feedback for "
` [PATCH v2 2/5] sched: Take cpufreq feedback into account
` [PATCH v2 3/5] thermal/cpufreq: Remove arch_update_thermal_pressure()
` [PATCH v2 4/5] sched: Rename arch_update_thermal_pressure into arch_update_hw_pressure
` [PATCH v2 5/5] sched/pelt: Remove shift of thermal clock

[PATCH v9 0/2] Introducing trace buffer mapping by user-space
 2023-12-21 17:58 UTC  (5+ messages)
` [PATCH v9 1/2] ring-buffer: Introducing ring-buffer mapping functions
` [PATCH v9 2/2] tracing: Allow user-space mapping of the ring-buffer

[PATCH v5 00/15] ring-buffer/tracing: Allow ring buffer to have bigger sub buffers
 2023-12-21 14:57 UTC  (36+ messages)
` [PATCH v5 01/15] ring-buffer: Refactor ring buffer implementation
` [PATCH v5 02/15] ring-buffer: Page size per ring buffer
` [PATCH v5 03/15] ring-buffer: Add interface for configuring trace sub buffer size
` [PATCH v5 04/15] ring-buffer: Set new size of the ring buffer sub page
` [PATCH v5 05/15] ring-buffer: Read and write to ring buffers with custom sub buffer size
` [PATCH v5 06/15] ring-buffer: Clear pages on error in ring_buffer_subbuf_order_set() failure
` [PATCH v5 07/15] ring-buffer: Do no swap cpu buffers if order is different
` [PATCH v5 08/15] ring-buffer: Make sure the spare sub buffer used for reads has same size
` [PATCH v5 09/15] tracing: Update snapshot order along with main buffer order
` [PATCH v5 10/15] tracing: Stop the tracing while changing the ring buffer subbuf size
` [PATCH v5 11/15] ring-buffer: Keep the same size when updating the order
` [PATCH v5 12/15] ring-buffer: Just update the subbuffers when changing their allocation order
` [PATCH v5 13/15] ring-buffer: Add documentation on the buffer_subbuf_order file
` [PATCH v5 14/15] ringbuffer/selftest: Add basic selftest to test changing subbuf order
` [PATCH v5 15/15] tracing: Update subbuffer with kilobytes not page order
` [PATCH v5 16/15] ring-buffer: Use subbuf_order for buffer page masking

[PATCH] tracing / synthetic: Disable events after testing in synth_event_gen_test_init()
 2023-12-21 14:21 UTC  (4+ messages)

[PATCH] eventfs: Have event files and directories default to parent uid and gid
 2023-12-21  8:10 UTC  (3+ messages)

[PATCH -next v4 0/2] Make memory reclamation measurable
 2023-12-21  3:16 UTC  (6+ messages)
` [PATCH -next v4 1/2] mm: shrinker: add new event to trace shrink count
` [PATCH -next v4 2/2] mm: vmscan: add new event to trace shrink lru

BUG: unable to handle kernel paging request in bpf_probe_read_compat_str
 2023-12-21  1:15 UTC  (4+ messages)

[PATCH RERESEND 00/11] splice(file<>pipe) I/O on file as-if O_NONBLOCK
 2023-12-20 16:41 UTC  (3+ messages)
` [PATCH RERESEND 04/11] tracing: tracing_buffers_splice_read: behave as-if non-blocking I/O

[PATCH v8 0/2] Introducing trace buffer mapping by user-space
 2023-12-20 16:02 UTC  (8+ messages)
` [PATCH v8 1/2] ring-buffer: Introducing ring-buffer mapping functions
` [PATCH v8 2/2] tracing: Allow user-space mapping of the ring-buffer

[PATCH] ring-buffer: Remove stale comment from ring_buffer_size()
 2023-12-20 14:27 UTC  (2+ messages)

[PATCH]eventfs: Apply the gid in the mounting parameters to all files
 2023-12-20 13:30 UTC  (2+ messages)

[PATCH] tracing/synthetic: fix kernel-doc warnings
 2023-12-20 12:11 UTC  (2+ messages)

Performance drop due to alloc_workqueue() misuse and recent change
 2023-12-20  7:14 UTC  (2+ messages)

[PATCH] ring-buffer: Fix slowpath of interrupted event
 2023-12-19 23:52 UTC  (6+ messages)

[PATCH] ring-buffer: Check if absolute timestamp goes backwards
 2023-12-19 12:47 UTC 

[PATCH] ring-buffer: Add interrupt information to dump of data sub-buffer
 2023-12-19 12:45 UTC 

[PATCH v3] ring-buffer: Remove 32bit timestamp logic
 2023-12-19 12:43 UTC 

[PATCH v1 0/2] Update kprobes documentation
 2023-12-19  6:23 UTC  (3+ messages)
` [PATCH v1 1/2] docs, kprobes: Update email address of Masami Hiramatsu
` [PATCH v1 2/2] docs, kprobes: Add loongarch as supported architecture

[PATCH] ring-buffer: Check if absolute timestamp goes backwards
 2023-12-19  3:16 UTC 

[PATCH v2] ring-buffer: Add interrupt information to dump of data sub-buffer
 2023-12-18 23:24 UTC  (2+ messages)

[PATCH 00/15] kexec: Allow preservation of ftrace buffers
 2023-12-18 23:01 UTC  (4+ messages)
` [PATCH 06/15] arm64: Add KHO support

[PATCH 0/2] tracing: Replace final 64-bit cmpxchg with compare and update if available
 2023-12-18 22:52 UTC  (6+ messages)
` [PATCH 1/2] ring-buffer: Replace rb_time_cmpxchg() with rb_time_cmp_and_update()

[PATCH] ring-buffer: Add interrupt information to dump of data sub-buffer
 2023-12-18 21:31 UTC 

[RFD] kprobe: Use cases on further optimizations
 2023-12-18 20:56 UTC 

[PATCH v4] tracing/selftests: Add test to test the trace_marker
 2023-12-18 20:53 UTC  (4+ messages)

[PATCH v2 0/2] tracing: Replace final 64-bit cmpxchg with compare and update if available
 2023-12-18 19:42 UTC  (3+ messages)
` [PATCH v2 1/2] ring-buffer: Replace rb_time_cmpxchg() with rb_time_cmp_and_update()
` [PATCH v2 2/2] ring-buffer: Remove 32bit timestamp logic

[PATCH v7 0/2] Introducing trace buffer mapping by user-space
 2023-12-18 16:43 UTC  (6+ messages)
` [PATCH v7 1/2] ring-buffer: Introducing ring-buffer mapping functions
` [PATCH v7 2/2] tracing: Allow user-space mapping of the ring-buffer
` [PATCH v7 0/2] ring-buffer: Rename sub-buffer into buffer page

[PATCH v3] tracing: Add filter-direct option
 2023-12-18 15:32 UTC 


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