linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-31 23:02:56 to 2024-02-06 13:43:25 UTC [more...]

[PATCH v3 00/17] kexec: Allow preservation of ftrace buffers
 2024-02-06 13:43 UTC  (5+ messages)

[PATCH] selftests: ftrace: fix typo in test report
 2024-02-06 13:35 UTC  (3+ messages)

[PATCH v11] bus: mhi: host: Add tracing support
 2024-02-06 12:45 UTC  (7+ messages)

[PATCH net-next v3] net: dqs: add NIC stall detector based on BQL
 2024-02-06 11:40 UTC  (2+ messages)

[PATCH 0/6] tools: Fix rtla and rv problems (found) with clang
 2024-02-06 11:05 UTC  (7+ messages)
` [PATCH 1/6] tools/rtla: Fix Makefile compiler options for clang
` [PATCH 2/6] tools/rtla: Fix uninitialized bucket/data->bucket_size warning
` [PATCH 3/6] tools/rtla: Fix clang warning about mount_point var size
` [PATCH 4/6] tools/rtla: Remove unused sched_getattr() function
` [PATCH 5/6] tools/rv: Fix Makefile compiler options for clang
` [PATCH 6/6] tools/rv: Fix curr_reactor uninitialized variable

[PATCH] tracing: use ring_buffer_record_is_set_on() in tracer_tracing_is_on()
 2024-02-06 11:01 UTC  (9+ messages)

[PATCH v14 0/6] Introducing trace buffer mapping by user-space
 2024-02-06 10:52 UTC  (12+ messages)
` [PATCH v14 1/6] ring-buffer: Zero ring-buffer sub-buffers
` [PATCH v14 2/6] ring-buffer: Introducing ring-buffer mapping functions
` [PATCH v14 3/6] tracing: Add snapshot refcount
` [PATCH v14 4/6] tracing: Allow user-space mapping of the ring-buffer
` [PATCH v14 5/6] Documentation: tracing: Add ring-buffer mapping
` [PATCH v14 6/6] ring-buffer/selftest: Add ring-buffer mapping test

[PATCH v4] tracing: Support to dump instance traces by ftrace_dump_on_oops
 2024-02-06  9:46 UTC 

Question about the ipi_raise filter usage and output
 2024-02-06  9:39 UTC  (9+ messages)

[PATCH RFC 0/4] Introduce uts_release
 2024-02-05 23:10 UTC  (11+ messages)
` [PATCH RFC 3/4] net: ethtool: Use uts_release

[PATCH bpf-next v4 0/3] Annotate kfuncs in .BTF_ids section
 2024-02-05 18:43 UTC  (6+ messages)

[PATCH RFC v3 00/35] Add support for arm64 MTE dynamic tag storage reuse
 2024-02-05 16:30 UTC  (21+ messages)
` [PATCH RFC v3 12/35] mm: Call arch_swap_prepare_to_restore() before arch_swap_restore()
` [PATCH RFC v3 13/35] mm: memory: Introduce fault-on-access mechanism for pages
` [PATCH RFC v3 22/35] arm64: mte: Enable tag storage if CMA areas have been activated
` [PATCH RFC v3 28/35] arm64: mte: swap: Handle tag restoring when missing tag storage
` [PATCH RFC v3 30/35] arm64: mte: ptrace: Handle pages with "
` [PATCH RFC v3 31/35] khugepaged: arm64: Don't collapse MTE enabled VMAs

[PATCH v3 3/3] tracing: convert __trace_seq_init to use WARN_ON_ONCE
 2024-02-05 13:59 UTC  (2+ messages)

[PATCH] selftests/ftrace: Limit length in subsystem-enable tests
 2024-02-05 13:21 UTC  (2+ messages)

[PATCH v3 00/47] filelock: split file leases out of struct file_lock
 2024-02-05 12:19 UTC  (48+ messages)
` [PATCH v3 04/47] filelock: add some new helper functions
` [PATCH v3 10/47] lockd: convert to using new filelock helpers
` [PATCH v3 11/47] nfs: "
` [PATCH v3 12/47] nfsd: "
` [PATCH v3 13/47] ocfs2: "
` [PATCH v3 14/47] smb/client: "
` [PATCH v3 15/47] smb/server: "
` [PATCH v3 16/47] filelock: drop the IS_* macros
` [PATCH v3 17/47] filelock: split common fields into struct file_lock_core
` [PATCH v3 18/47] filelock: have fs/locks.c deal with file_lock_core directly
` [PATCH v3 19/47] filelock: convert more internal functions to use file_lock_core
` [PATCH v3 20/47] filelock: make posix_same_owner take file_lock_core pointers
` [PATCH v3 21/47] filelock: convert posix_owner_key to take file_lock_core arg
` [PATCH v3 22/47] filelock: make locks_{insert,delete}_global_locks "
` [PATCH v3 23/47] filelock: convert locks_{insert,delete}_global_blocked
` [PATCH v3 24/47] filelock: make __locks_delete_block and __locks_wake_up_blocks take file_lock_core
` [PATCH v3 25/47] filelock: convert __locks_insert_block, conflict and deadlock checks to use file_lock_core
` [PATCH v3 26/47] filelock: convert fl_blocker to file_lock_core
` [PATCH v3 27/47] filelock: clean up locks_delete_block internals
` [PATCH v3 28/47] filelock: reorganize locks_delete_block and __locks_insert_block
` [PATCH v3 29/47] filelock: make assign_type helper take a file_lock_core pointer
` [PATCH v3 30/47] filelock: convert locks_wake_up_blocks to "
` [PATCH v3 31/47] filelock: convert locks_insert_lock_ctx and locks_delete_lock_ctx
` [PATCH v3 32/47] filelock: convert locks_translate_pid to take file_lock_core
` [PATCH v3 33/47] filelock: convert seqfile handling to use file_lock_core
` [PATCH v3 34/47] 9p: adapt to breakup of struct file_lock
` [PATCH v3 35/47] afs: "
` [PATCH v3 36/47] ceph: "
` [PATCH v3 37/47] dlm: "
` [PATCH v3 38/47] gfs2: "
` [PATCH v3 39/47] fuse: "
` [PATCH v3 40/47] lockd: "
` [PATCH v3 41/47] nfs: "
` [PATCH v3 42/47] nfsd: "
` [PATCH v3 43/47] ocfs2: "
` [PATCH v3 44/47] smb/client: "
` [PATCH v3 45/47] smb/server: "
` [PATCH v3 46/47] filelock: remove temporary compatibility macros
` [PATCH v3 47/47] filelock: split leases out of struct file_lock

[PATCH v3 1/3] kasan: switch kunit tests to console tracepoints
 2024-02-05 11:34 UTC  (11+ messages)
                `  "

[PATCH v13 3/6] tracing: Add snapshot refcount
 2024-02-05 10:25 UTC  (4+ messages)

[PATCH v13 0/6] Introducing trace buffer mapping by user-space
 2024-02-05  9:43 UTC  (7+ messages)
` [PATCH v13 2/6] ring-buffer: Introducing ring-buffer mapping functions

[PATCH v2] kprobes: Use synchronize_rcu_tasks_rude in kprobe_optimizer
 2024-02-05  6:46 UTC  (6+ messages)

[PATCH v2 0/3] x86/kprobes: add exception opcode detector and boost more opcodes
 2024-02-05  4:39 UTC  (7+ messages)
` [PATCH v2 1/3] x86/kprobes: Refactor can_{probe,boost} return type to bool
` [PATCH v2 2/3] x86/kprobes: Prohibit kprobing on INT and UD
` [PATCH v2 3/3] x86/kprobes: Boost more instructions from grp2/3/4/5

[PATCH bpf-next v4 3/3] bpf: treewide: Annotate BPF kfuncs in BTF
 2024-02-05  2:41 UTC  (2+ messages)

[RFC PATCH] kprobes: Use synchronize_rcu_tasks_rude in kprobe_optimizer
 2024-02-04  1:16 UTC  (6+ messages)

INFO: rcu detected stall in nsim_fib_event_work
 2024-02-03  8:16 UTC  (2+ messages)

INFO: rcu detected stall in idle_cull_fn
 2024-02-03  6:56 UTC 

[PATCH v10] bus: mhi: host: Add tracing support
 2024-02-03  5:04 UTC  (3+ messages)

[PATCH v2 0/4] tracing/user_events: Introduce multi-format events
 2024-02-02 18:44 UTC  (5+ messages)
` [PATCH v2 1/4] tracing/user_events: Prepare find/delete for same name events
` [PATCH v2 2/4] tracing/user_events: Introduce multi-format events
` [PATCH v2 3/4] selftests/user_events: Test "
` [PATCH v2 4/4] tracing/user_events: Document multi-format flag

[PATCH v2 net-next 0/5] net: switchdev: Tracepoints
 2024-02-02 18:34 UTC  (8+ messages)
` [PATCH v2 net-next 2/5] net: switchdev: Add helpers to display switchdev objects as strings

Boot-time dumping of ftrace fuctiongraph buffer
 2024-02-02 13:19 UTC  (5+ messages)

[PATCH] sched: Add trace events for Proxy Execution (PE)
 2024-02-02  8:33 UTC 

[PATCH 0/4] tracing/user_events: Introduce multi-format events
 2024-02-02  5:50 UTC  (4+ messages)

[PATCH] tracing/timerlat: Move hrtimer_init to timerlat_fd open()
 2024-02-01 18:24 UTC  (10+ messages)

[PATCH v2] eventfs: Add WARN_ON_ONCE() to checks in eventfs_root_lookup()
 2024-02-01 17:33 UTC 

[PATCH 0/6] eventfs: More fixes and clean ups
 2024-02-01 17:23 UTC  (8+ messages)
` [PATCH 1/6] eventfs: Warn if an eventfs_inode is freed without is_freed being set
` [PATCH 2/6] eventfs: Restructure eventfs_inode structure to be more condensed
` [PATCH 3/6] eventfs: Remove fsnotify*() functions from lookup()
` [PATCH 4/6] eventfs: Keep all directory links at 1
` [PATCH 5/6] eventfs: Add WARN_ON_ONCE() to checks in eventfs_root_lookup()
` [PATCH 6/6] eventfs: Create eventfs_root_inode to store dentry

[v1] trace/hwlat: stop worker if !is_percpu_thread due to hotplug event
 2024-02-01 14:57 UTC  (2+ messages)

[v1] trace/osnoise: prevent osnoise hotplog worker running in UNBOUND workqueue
 2024-02-01 14:36 UTC  (2+ messages)

[PATCH v3] tracefs: dentry lookup crapectomy
 2024-02-01  4:32 UTC 

[PATCH v2 0/7] eventfs: Rewrite to simplify the code (aka: crapectomy)
 2024-02-01  4:18 UTC  (7+ messages)
` [PATCH v2 4/7] tracefs: dentry lookup crapectomy

[PATCH 1/6] tracefs: avoid using the ei->dentry pointer unnecessarily
 2024-01-31 23:23 UTC  (5+ messages)
` [PATCH 6/6] eventfs: clean up dentry ops and add revalidate function


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