linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-27 23:37:44 to 2023-11-08 12:59:05 UTC [more...]

[PATCH 00/22] -Wmissing-prototype warning fixes
 2023-11-08 12:58 UTC 

[PATCH v2] tracing: fprobe-event: Fix to check tracepoint event and return
 2023-11-08 12:12 UTC 

[PATCH] tracing: fprobe-event: Fix to check tracepoint event and return
 2023-11-08 12:06 UTC  (5+ messages)

[PATCH 00/10] sysctl: Remove sentinel elements from kernel dir
 2023-11-08 10:29 UTC  (16+ messages)
` [PATCH 01/10] kernel misc: Remove the now superfluous sentinel elements from ctl_table array
` [PATCH 02/10] umh: "
` [PATCH 03/10] ftrace: "
` [PATCH 04/10] timekeeping: "
` [PATCH 05/10] seccomp: "
` [PATCH 06/10] scheduler: "
` [PATCH 07/10] printk: "
` [PATCH 08/10] kprobes: "
` [PATCH 09/10] delayacct: "
` [PATCH 10/10] bpf: "

[linux-next:master] BUILD REGRESSION 5cd631a52568a18b12fd2563418985c8cb63e4b0
 2023-11-08  6:55 UTC 

[PATCH v1] lib: test_objpool: make global variables static
 2023-11-08  3:11 UTC  (2+ messages)

[PATCH v2 0/4] locking/atomic: arch_cmpxchg[64]_local undefined
 2023-11-08  1:04 UTC  (9+ messages)
` [PATCH v2 1/4] locking/atomic: arc: data size checking in arch_cmpxchg
` [PATCH v2 2/4] locking/atomic: arc: arch_cmpxchg[64]_local undefined
` [PATCH v2 3/4] locking/atomic: openrisc: "
` [PATCH v2 4/4] locking/atomic: hexagon: "

[RFC PATCH 00/32] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2023-11-07 14:09 UTC  (54+ messages)
` [RFC PATCH 01/32] seq_buf: Export seq_buf_puts()
` [RFC PATCH 02/32] function_graph: Convert ret_stack to a series of longs
` [RFC PATCH 03/32] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
` [RFC PATCH 04/32] function_graph: Add an array structure that will allow multiple callbacks
` [RFC PATCH 05/32] function_graph: Allow multiple users to attach to function graph
` [RFC PATCH 06/32] function_graph: Remove logic around ftrace_graph_entry and return
` [RFC PATCH 07/32] ftrace/function_graph: Pass fgraph_ops to function graph callbacks
` [RFC PATCH 08/32] ftrace: Allow function_graph tracer to be enabled in instances
` [RFC PATCH 09/32] ftrace: Allow ftrace startup flags exist without dynamic ftrace
` [RFC PATCH 10/32] function_graph: Have the instances use their own ftrace_ops for filtering
` [RFC PATCH 11/32] function_graph: Add "task variables" per task for fgraph_ops
` [RFC PATCH 12/32] function_graph: Move set_graph_function tests to shadow stack global var
` [RFC PATCH 13/32] function_graph: Move graph depth stored data "
` [RFC PATCH 14/32] function_graph: Move graph notrace bit "
` [RFC PATCH 15/32] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
` [RFC PATCH 16/32] function_graph: Add selftest for passing local variables
` [RFC PATCH 17/32] function_graph: Fix to update curr_ret_stack with ARRAY entry size
` [RFC PATCH 18/32] function_graph: Fix to initalize ftrace_ops for fgraph with ftrace_graph_func
` [RFC PATCH 19/32] function_graph: Fix to check the return value of ftrace_pop_return_trace()
` [RFC PATCH 20/32] function_graph: Pass the size of reserved data when retrieving it
` [RFC PATCH 21/32] function_graph: Expand the max reserved data size
` [RFC PATCH 22/32] function_graph: Add a new entry handler with parent_ip and ftrace_regs
` [RFC PATCH 23/32] function_graph: Add a new exit "
` [RFC PATCH 24/32] x86/ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS
` [RFC PATCH 25/32] fprobe: Use ftrace_regs in fprobe entry handler
` [RFC PATCH 26/32] fprobe: Use ftrace_regs in fprobe exit handler
` [RFC PATCH 27/32] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [RFC PATCH 28/32] tracing: Add ftrace_fill_perf_regs() for perf event
` [RFC PATCH 29/32] fprobe: Rewrite fprobe on function-graph tracer
` [RFC PATCH 30/32] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [RFC PATCH 31/32] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [RFC PATCH 32/32] Documentation: probes: Update fprobe on function-graph tracer

[PATCH v3 00/13] mm: jit/text allocator
 2023-11-07 10:44 UTC  (7+ messages)
` [PATCH v3 04/13] mm/execmem, arch: convert remaining overrides of module_alloc to execmem

[PATCH for-next] tracing/kprobes: Add symbol counting check when module loads
 2023-11-03  3:27 UTC  (7+ messages)

stable-rc: 5.15 - all builds failed - ld.lld: error: undefined symbol: kallsyms_on_each_symbol
 2023-11-02 17:54 UTC  (2+ messages)

[PATCH] eventfs: Fix kerneldoc of eventfs_remove_rec()
 2023-11-02 12:36 UTC  (5+ messages)

[PATCH 3/3] locking/atomic: openrisc: use generic_cmpxchg[64]_local for arch_cmpxchg[64]_local
 2023-11-02 10:05 UTC  (11+ messages)

[PATCH v2] locking/atomic: sh: Use generic_cmpxchg_local for arch_cmpxchg_local()
 2023-11-02  8:58 UTC  (2+ messages)

[QUESTION] ftrace_test_recursion_trylock behaviour
 2023-11-02  8:50 UTC  (3+ messages)

[PATCH v6 0/8] eventfs: Fixing dynamic creation
 2023-11-02  6:57 UTC  (12+ messages)
` [PATCH v6 1/8] eventfs: Remove "is_freed" union with rcu head
` [PATCH v6 2/8] eventfs: Have a free_ei() that just frees the eventfs_inode
` [PATCH v6 3/8] eventfs: Test for ei->is_freed when accessing ei->dentry
` [PATCH v6 4/8] eventfs: Save ownership and mode
` [PATCH v6 5/8] eventfs: Hold eventfs_mutex when calling callback functions
` [PATCH v6 6/8] eventfs: Delete eventfs_inode when the last dentry is freed
` [PATCH v6 7/8] eventfs: Remove special processing of dput() of events directory
` [PATCH v6 8/8] eventfs: Use simple_recursive_removal() to clean up dentries

[PATCH] tracing: Have trace_event_file have ref counters
 2023-11-02  2:46 UTC  (5+ messages)

[PATCH v5 0/7] eventfs: Fixing dynamic creation
 2023-11-01 23:47 UTC  (12+ messages)
` [PATCH v5 1/7] eventfs: Remove "is_freed" union with rcu head
` [PATCH v5 2/7] eventfs: Have a free_ei() that just frees the eventfs_inode
` [PATCH v5 3/7] eventfs: Test for ei->is_freed when accessing ei->dentry
` [PATCH v5 4/7] eventfs: Save ownership and mode
` [PATCH v5 5/7] eventfs: Hold eventfs_mutex when calling callback functions
` [PATCH v5 6/7] eventfs: Delete eventfs_inode when the last dentry is freed
` [PATCH v5 7/7] eventfs: Remove special processing of dput() of events directory

stable-rc: 5.4 - all builds failed - ld.lld: error: undefined symbol: kallsyms_on_each_symbol
 2023-11-01 15:18 UTC  (2+ messages)

[PATCH] eventfs: Process deletion of dentry more thoroughly
 2023-11-01 14:55 UTC  (4+ messages)

[PATCH v3] seq_buf: Introduce DECLARE_SEQ_BUF and seq_buf_str()
 2023-11-01  7:34 UTC  (2+ messages)

[PATCH v4 0/3] eventfs: Fixing dynamic creation
 2023-10-31 19:31 UTC  (4+ messages)
` [PATCH v4 1/3] eventfs: Have a free_ei() that just frees the eventfs_inode
` [PATCH v4 2/3] eventfs: Test for ei->is_freed when accessing ei->dentry
` [PATCH v4 3/3] eventfs: Save ownership and mode

[PATCH] tracing: Have the user copy of synthetic event address use correct context
 2023-10-31 19:10 UTC 

selftests: user_events: ftrace_test - RIP: 0010:tracing_update_buffers (kernel/trace/trace.c:6470)
 2023-10-31 17:05 UTC  (13+ messages)

[PATCH] eventfs: Remove extra dget() in eventfs_create_events_dir()
 2023-10-31 16:42 UTC 

[PATCH v3] eventfs: Save ownership and mode
 2023-10-31 15:36 UTC 

[PATCH v3] eventfs: Test for ei->is_freed when accessing ei->dentry
 2023-10-31 15:13 UTC 

[PATCH] tracing/kprobes: Fix the order of argument descriptions
 2023-10-31  9:48 UTC  (2+ messages)

Update objtrace usage in Documentation/trace/events.rst
 2023-10-31  3:06 UTC  (2+ messages)

[PATCH] eventfs: Hold eventfs_mutex when calling callback functions
 2023-10-30 21:41 UTC  (3+ messages)

[PATCH v2] eventfs: Test for ei->is_freed when accessing ei->dentry
 2023-10-30 21:03 UTC  (7+ messages)

[GIT PULL] tracing/tools: Updates for 6.7
 2023-10-30 18:44 UTC 

[PATCH v2] eventfs: Save ownership and mode
 2023-10-30 16:04 UTC 

[PATCH v2] bus: mhi: host: Add tracing support
 2023-10-30  7:18 UTC  (5+ messages)

[PATCH v1] lib,kprobes: using try_cmpxchg_local in objpool_push
 2023-10-30  1:57 UTC  (3+ messages)

[PATCH] eventfs: Save ownership and mode
 2023-10-29 22:23 UTC 

[PATCH] tracing/kprobes: Fix symbol counting logic by looking at modules as well
 2023-10-29 17:09 UTC  (6+ messages)

[PATCH] eventfs: Test for ei->is_freed when accessing ei->dentry
 2023-10-29  5:22 UTC  (2+ messages)

selftests: ftrace: RIP: 0010:__lock_acquire (kernel/locking/lockdep.c:5005)
 2023-10-28 19:17 UTC  (3+ messages)

[PATCH] selftests/ftrace: Add test case for a symbol in a module without module name
 2023-10-28  3:34 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 read-only IMAP folder(s) and NNTP newsgroup(s).