linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-17 14:48:29 to 2024-01-25 10:45:06 UTC [more...]

[PATCH v2 00/41] filelock: split struct file_lock into file_lock and file_lease structs
 2024-01-25 10:43 UTC  (30+ messages)
` [PATCH v2 01/41] filelock: rename some fields in tracepoints
` [PATCH v2 02/41] filelock: rename fl_pid variable in lock_get_status
` [PATCH v2 03/41] dlm: rename fl_flags variable in dlm_posix_unlock
` [PATCH v2 04/41] nfs: rename fl_flags variable in nfs4_proc_unlck
` [PATCH v2 05/41] nfsd: rename fl_type and fl_flags variables in nfsd4_lock
` [PATCH v2 06/41] lockd: rename fl_flags and fl_type variables in nlmclnt_lock
` [PATCH v2 07/41] 9p: rename fl_type variable in v9fs_file_do_lock
` [PATCH v2 08/41] afs: rename fl_type variable in afs_next_locker
` [PATCH v2 09/41] filelock: drop the IS_* macros
` [PATCH v2 10/41] filelock: split common fields into struct file_lock_core
` [PATCH v2 11/41] filelock: add coccinelle scripts to move fields to "
` [PATCH v2 12/41] filelock: have fs/locks.c deal with file_lock_core directly
` [PATCH v2 13/41] filelock: convert some internal functions to use file_lock_core instead
` [PATCH v2 14/41] filelock: convert more internal functions to use file_lock_core
` [PATCH v2 15/41] filelock: make posix_same_owner take file_lock_core pointers
` [PATCH v2 16/41] filelock: convert posix_owner_key to take file_lock_core arg
` [PATCH v2 17/41] filelock: make locks_{insert,delete}_global_locks "
` [PATCH v2 18/41] filelock: convert locks_{insert,delete}_global_blocked
` [PATCH v2 19/41] filelock: make __locks_delete_block and __locks_wake_up_blocks take file_lock_core
` [PATCH v2 20/41] filelock: convert __locks_insert_block, conflict and deadlock checks to use file_lock_core
` [PATCH v2 21/41] filelock: convert fl_blocker to file_lock_core
` [PATCH v2 22/41] filelock: clean up locks_delete_block internals
` [PATCH v2 23/41] filelock: reorganize locks_delete_block and __locks_insert_block
` [PATCH v2 24/41] filelock: make assign_type helper take a file_lock_core pointer
` [PATCH v2 25/41] filelock: convert locks_wake_up_blocks to "
` [PATCH v2 26/41] filelock: convert locks_insert_lock_ctx and locks_delete_lock_ctx
` [PATCH v2 27/41] filelock: convert locks_translate_pid to take file_lock_core
` [PATCH v2 28/41] filelock: convert seqfile handling to use file_lock_core
` [PATCH v2 29/41] 9p: adapt to breakup of struct file_lock

[PATCH v5 0/8] support '%pd' and '%pD' for print file name
 2024-01-25  7:39 UTC  (9+ messages)
` [PATCH v5 1/8] tracing/probes: add traceprobe_expand_dentry_args() helper
` [PATCH v5 2/8] tracing/probes: support '%pd' type for print struct dentry's name
` [PATCH v5 3/8] tracing/probes: support '%pD' type for print struct file's name
` [PATCH v5 4/8] tracing/probes: support '%pd/%pD' type for fprobe
` [PATCH v5 5/8] tracing: add new type "%pd/%pD" in readme_msg[]
` [PATCH v5 6/8] Documentation: tracing: add new type '%pd' and '%pD' for kprobe
` [PATCH v5 7/8] selftests/ftrace: add kprobe test cases for VFS type "%pd" and "%pD"
` [PATCH v5 8/8] selftests/ftrace: add fprobe "

[RFC PATCH 2/2] tracing: Add documentation for event stack filter
 2024-01-25  6:50 UTC 

[RFC PATCH 1/2] tracing: Introduce stack filter for trace events
 2024-01-25  6:50 UTC 

[PATCH v9] bus: mhi: host: Add tracing support
 2024-01-25  1:52 UTC  (3+ messages)

[PATCH 0/4] tracing/user_events: Introduce multi-format events
 2024-01-25  0:59 UTC  (6+ messages)
` [PATCH 1/4] tracing/user_events: Prepare find/delete for same name events
` [PATCH 2/4] tracing/user_events: Introduce multi-format events
` [PATCH 3/4] selftests/user_events: Test "
` [PATCH 4/4] tracing/user_events: Document multi-format flag

[PATCH v4 0/7] support '%pd' and '%pD' for print file name
 2024-01-24 23:30 UTC  (17+ messages)
` [PATCH v4 1/7] string.h: add str_has_suffix() helper for test string ends with specify string
` [PATCH v4 2/7] tracing/probes: add traceprobe_expand_dentry_args() helper
` [PATCH v4 3/7] tracing/probes: support '%pd' type for print struct dentry's name
` [PATCH v4 4/7] tracing/probes: support '%pD' type for print struct file's name
` [PATCH v4 5/7] tracing: add new type "%pd/%pD" in readme_msg[]
` [PATCH v4 6/7] Documentation: tracing: add new type '%pd' and '%pD' for kprobe
` [PATCH v4 7/7] selftests/ftrace: add test cases for VFS type "%pd" and "%pD"

general protection fault in ath9k_wmi_event_tasklet
 2024-01-24 17:06 UTC  (2+ messages)

[PATCH v12 0/6] Introducing trace buffer mapping by user-space
 2024-01-24 15:11 UTC  (11+ messages)
` [PATCH v12 1/6] ring-buffer: Zero ring-buffer sub-buffers
` [PATCH v12 2/6] ring-buffer: Introducing ring-buffer mapping functions
` [PATCH v12 3/6] tracing: Add snapshot refcount
` [PATCH v12 4/6] tracing: Allow user-space mapping of the ring-buffer
` [PATCH v12 5/6] Documentation: tracing: Add ring-buffer mapping
` [PATCH v12 6/6] ring-buffer/selftest: Add ring-buffer mapping test

[PATCH] tracing: Include PPIN in mce_record tracepoint
 2024-01-24 14:09 UTC  (6+ messages)

[PATCH net-next 0/5] net: switchdev: Tracepoints
 2024-01-24 10:14 UTC  (7+ messages)
` [PATCH net-next 1/5] net: switchdev: Wrap enums in mapper macros
` [PATCH net-next 2/5] net: switchdev: Add helpers to display switchdev objects as strings
` [PATCH net-next 3/5] net: switchdev: Relay all replay messages through a central function
` [PATCH net-next 4/5] net: switchdev: Prepare deferred notifications before enqueuing them
` [PATCH net-next 5/5] net: switchdev: Add tracepoints

[PATCH] percpu: improve percpu_alloc_percpu_fail event trace
 2024-01-24  8:13 UTC  (5+ messages)

[PATCH -next v6 0/2] Make memory reclamation measurable
 2024-01-24  2:41 UTC  (2+ messages)

[PATCH v3] tracing: Support to dump instance traces by ftrace_dump_on_oops
 2024-01-23 15:51 UTC  (7+ messages)

[PATCH 0/2] tracing/probes: Fix probe event argument parser
 2024-01-23 15:03 UTC  (3+ messages)
` [PATCH 1/2] tracing/probes: Fix to show a parse error for bad type for $comm
` [PATCH 2/2] tracing/probes: Fix to set arg size and fmt after setting type from BTF

[PATCH v3 0/7] support '%pd' and '%pD' for print file name
 2024-01-23  3:03 UTC  (9+ messages)
` [PATCH v3 1/7] string.h: add str_has_suffix() helper for test string ends with specify string
` [PATCH v3 2/7] tracing/probes: add traceprobe_expand_dentry_args() helper
` [PATCH v3 3/7] tracing/probes: support '%pd' type for print struct dentry's name
` [PATCH v3 4/7] tracing/probes: support '%pD' type for print struct file's name
` [PATCH v3 5/7] tracing: add new type "%pd/%pD" in readme_msg[]
` [PATCH v3 6/7] Documentation: tracing: add new type '%pd' and '%pD' for kprobe
` [PATCH v3 7/7] selftests/ftrace: add test cases for VFS type "%pd" and "%pD"

[PATCH v2 0/7] support '%pd' and '%pD' for print file name
 2024-01-23  2:36 UTC  (12+ messages)
` [PATCH v2 1/7] string.h: add str_has_suffix() helper for test string ends with specify string
` [PATCH v2 2/7] tracing/probes: add traceprobe_expand_dentry_args() helper
` [PATCH v2 3/7] tracing/probes: support '%pd' type for print struct dentry's name
` [PATCH v2 4/7] tracing/probes: support '%pD' type for print struct file's name
` [PATCH v2 5/7] tracing: add new type "%pd/%pD" in readme_msg[]
` [PATCH v2 6/7] Documentation: tracing: add new type '%pd' and '%pD' for kprobe
` [PATCH v2 7/7] selftests/ftrace: add test cases for VFS type "%pd" and "%pD"

[PATCH v3 0/2] eventfs: Create dentries and inodes at dir open
 2024-01-22 23:03 UTC  (5+ messages)
` [PATCH v3 1/2] eventfs: Have the inodes all for files and directories all be the same

[PATCH] tracing: add trace_seq_reset function
 2024-01-22 22:57 UTC  (4+ messages)

[PATCH] tracing: Ensure visibility when inserting an element into tracing_map
 2024-01-22 21:55 UTC  (2+ messages)

[PATCH] eventfs: Save directory inodes in the eventfs_inode structure
 2024-01-22 21:35 UTC  (2+ messages)

[PATCH] block: Add ioprio to block_rq tracepoint
 2024-01-22  7:16 UTC  (2+ messages)

WARNING in depot_fetch_stack
 2024-01-22  1:59 UTC 

[PATCH v12 for-next 0/4] riscv: ftrace: Miscellaneous ftrace improvements
 2024-01-20 21:09 UTC  (2+ messages)

[PATCH v2] kprobes: Use synchronize_rcu_tasks_rude in kprobe_optimizer
 2024-01-20 15:30 UTC  (7+ messages)

[PATCH] ring-buffer: Simplify reservation with try_cmpxchg() loop
 2024-01-20 14:34 UTC  (8+ messages)

[PATCH 0/3] support '%pd' and '%pD' for print file name
 2024-01-20  7:15 UTC  (11+ messages)
` [PATCH 1/3] tracing/probes: support '%pd' type for print struct dentry's name
` [PATCH 2/3] tracing/probes: support '%pD' type for print struct file's name
` [PATCH 3/3] Documentation: tracing: add new type 'pd' and 'pD' for kprobe

[PATCH v3 0/5] Rework system pressure interface to the scheduler
 2024-01-19 17:57 UTC  (5+ messages)

[PATCH] ring-buffer: Add writer_loops to stat file
 2024-01-19 16:48 UTC 

[RFC PATCH 0/4] DAMON based 2-tier memory management for CXL memory
 2024-01-18 17:17 UTC  (5+ messages)

[PATCH v3 00/17] kexec: Allow preservation of ftrace buffers
 2024-01-18 15:16 UTC  (15+ messages)
` [PATCH v3 06/17] kexec: Add config option for KHO
` [PATCH v3 08/17] arm64: Add KHO support
` [PATCH v3 09/17] x86: "
` [PATCH v3 10/17] tracing: Initialize fields before registering
` [PATCH v3 11/17] tracing: Introduce kho serialization
` [PATCH v3 12/17] tracing: Add kho serialization of trace buffers
` [PATCH v3 13/17] tracing: Recover trace buffers from kexec handover
` [PATCH v3 14/17] tracing: Add kho serialization of trace events
` [PATCH v3 15/17] tracing: Recover trace events from kexec handover
` [PATCH v3 16/17] tracing: Add config option for "
` [PATCH v3 17/17] Documentation: KHO: Add ftrace bindings

[PATCH] kprobes: Use synchronize_rcu_tasks_rude in kprobe_optimizer
 2024-01-18 14:41 UTC  (3+ messages)

[PATCH 00/20] filelock: split struct file_lock into file_lock and file_lease structs
 2024-01-17 18:59 UTC  (8+ messages)
` [PATCH 03/20] filelock: the results of the coccinelle conversion
` [PATCH 04/20] filelock: fixups after the coccinelle changes

[PATCH 1/2] tracing, dma-buf: add a trace_dma_fence_sync_to event
 2024-01-17 18:41 UTC  (2+ messages)
` [PATCH 2/2] amdgpu: use trace_dma_fence_sync_to in amdgpu_fence_sync

[PATCH v2 00/17] kexec: Allow preservation of ftrace buffers
 2024-01-17 17:00 UTC  (7+ messages)
` [PATCH v2 06/17] kexec: Add config option for KHO
  ` [PATCH v2 07/17] kexec: Add documentation "

[mhiramat:topic/fprobe-on-fgraph] [function_graph] f2ed0fd5cc: WARNING:at_kernel/trace/trace.c:#run_tracer_selftest
 2024-01-17 14:59 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).