linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-21 18:33:23 to 2024-02-29 12:11:00 UTC [more...]

[PATCH v3 0/2] riscv: fix patching with IPI
 2024-02-29 12:10 UTC 

[PATCH] fprobe: Fix to allocate entry_data_size buffer with rethook instances
 2024-02-29 11:28 UTC  (2+ messages)

[PATCH] tcp: Add skb addr and sock addr to arguments of tracepoint tcp_probe
 2024-02-29 10:02 UTC  (3+ messages)
    ` Fwd: "

[PATCH v5] tracing: Support to dump instance traces by ftrace_dump_on_oops
 2024-02-29  9:11 UTC  (7+ messages)

[PATCH v2 0/7] tracing/probes: Support function parameter access from return probe
 2024-02-29  8:52 UTC  (13+ messages)
` [PATCH v2 1/7] tracing/fprobe-event: cleanup: Fix a wrong comment in fprobe event
` [PATCH v2 2/7] tracing/probes: Cleanup probe argument parser
` [PATCH v2 3/7] tracing/probes: cleanup: Set trace_probe::nr_args at trace_probe_init
` [PATCH v2 4/7] tracing: Remove redundant #else block for BTF args from README
` [PATCH v2 5/7] tracing/probes: Support $argN in return probe (kprobe and fprobe)
` [PATCH v2 6/7] selftests/ftrace: Add test cases for entry args at function exit
` [PATCH v2 7/7] Documentation: tracing: Add entry argument access "

[PATCH 0/2] riscv: fix patching with IPI
 2024-02-29  0:42 UTC  (7+ messages)
` [PATCH 1/2] riscv: Remove superfluous smp_mb()
` [PATCH 2/2] riscv: Fix text patching when IPI are used

[PATCH RFC ftrace] Chose RCU Tasks based on TASKS_RCU rather than PREEMPTION
 2024-02-28 21:16 UTC  (3+ messages)

[PATCH] tracepoints: Use WARN() and not WARN_ON() for warnings
 2024-02-28 18:48 UTC  (3+ messages)

[PATCH] mm: add alloc_contig_migrate_range allocation statistics
 2024-02-28 17:58 UTC  (6+ messages)
    ` [PATCH v2] "

tprobe event tracing error
 2024-02-28 15:58 UTC  (4+ messages)

[PATCH v3 net-next 0/4] net: switchdev: Tracepoints
 2024-02-28 14:56 UTC  (10+ messages)
` [PATCH v3 net-next 1/4] net: switchdev: Wrap enums in mapper macros
` [PATCH v3 net-next 2/4] net: switchdev: Add helpers to display switchdev objects as strings
` [PATCH v3 net-next 3/4] net: switchdev: Relay all replay messages through a central function
` [PATCH v3 net-next 4/4] net: switchdev: Add tracepoints

[RFC PATCH v2 0/7] DAMON based 2-tier memory management for CXL memory
 2024-02-27 23:51 UTC  (9+ messages)
` [PATCH v2 1/7] mm/damon: refactor DAMOS_PAGEOUT with migration_mode
` [PATCH v2 2/7] mm: make alloc_demote_folio externally invokable for migration
` [PATCH v2 3/7] mm/damon: introduce DAMOS_DEMOTE action for demotion
` [PATCH v2 4/7] mm/memory-tiers: add next_promotion_node to find promotion target
` [PATCH v2 5/7] mm/damon: introduce DAMOS_PROMOTE action for promotion
` [PATCH v2 6/7] mm/damon/sysfs-schemes: add target_nid on sysfs-schemes
` [PATCH v2 7/7] mm/damon/sysfs-schemes: apply target_nid for promote and demote actions

[PATCH v8 00/35] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-02-27 22:23 UTC  (38+ messages)
` [PATCH v8 01/35] tracing: Add a comment about ftrace_regs definition
` [PATCH v8 02/35] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
` [PATCH v8 03/35] x86: tracing: Add ftrace_regs definition in the header
` [PATCH v8 04/35] function_graph: Convert ret_stack to a series of longs
` [PATCH v8 05/35] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
` [PATCH v8 06/35] function_graph: Add an array structure that will allow multiple callbacks
` [PATCH v8 07/35] function_graph: Allow multiple users to attach to function graph
` [PATCH v8 08/35] function_graph: Remove logic around ftrace_graph_entry and return
` [PATCH v8 09/35] ftrace/function_graph: Pass fgraph_ops to function graph callbacks
` [PATCH v8 10/35] ftrace: Allow function_graph tracer to be enabled in instances
` [PATCH v8 11/35] ftrace: Allow ftrace startup flags exist without dynamic ftrace
` [PATCH v8 12/35] function_graph: Have the instances use their own ftrace_ops for filtering
` [PATCH v8 13/35] function_graph: Use a simple LRU for fgraph_array index number
` [PATCH v8 14/35] function_graph: Add "task variables" per task for fgraph_ops
` [PATCH v8 15/35] function_graph: Move set_graph_function tests to shadow stack global var
` [PATCH v8 16/35] function_graph: Move graph depth stored data "
` [PATCH v8 17/35] function_graph: Move graph notrace bit "
` [PATCH v8 18/35] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
` [PATCH v8 19/35] function_graph: Add selftest for passing local variables
` [PATCH v8 20/35] ftrace: Add multiple fgraph storage selftest
` [PATCH v8 21/35] function_graph: Pass ftrace_regs to entryfunc
` [PATCH v8 22/35] function_graph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v8 23/35] function_graph: Pass ftrace_regs to retfunc
` [PATCH v8 24/35] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v8 25/35] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v8 26/35] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v8 27/35] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v8 28/35] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v8 29/35] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v8 30/35] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [PATCH v8 31/35] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v8 32/35] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v8 33/35] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v8 34/35] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v8 35/35] Documentation: probes: Update fprobe on function-graph tracer

[PATCH] tracing: Prevent trace_marker being bigger than unsigned short
 2024-02-27 22:06 UTC  (2+ messages)

[PATCH] net/ipv4: add tracepoint for icmp_send
 2024-02-27 14:07 UTC  (4+ messages)

[syzbot] Monthly trace report (Feb 2024)
 2024-02-27  9:32 UTC 

[PATCH net-next 00/10] net/tcp: TCP-AO and TCP-MD5 tracepoints
 2024-02-26 23:51 UTC  (15+ messages)
` [PATCH net-next 01/10] net/tcp: Use static_branch_tcp_{md5,ao} to drop ifdefs
` [PATCH net-next 02/10] net/tcp: Add a helper tcp_ao_hdr_maclen()
` [PATCH net-next 03/10] net/tcp: Move tcp_inbound_hash() from headers
` [PATCH net-next 04/10] net/tcp: Add tcp-md5 and tcp-ao tracepoints
` [PATCH net-next 05/10] net/tcp: Remove tcp_hash_fail()
` [PATCH net-next 06/10] selftests/net: Clean-up double assignment
` [PATCH net-next 07/10] selftests/net: Provide test_snprintf() helper
` [PATCH net-next 08/10] selftests/net: Be consistnat in kconfig checks
` [PATCH net-next 09/10] selftests/net: Don't forget to close nsfd after switch_save_ns()
` [PATCH net-next 10/10] selftest/net: Add trace events matching to tcp_ao

[PATCH] ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page in concurrent environment
 2024-02-26 18:53 UTC  (3+ messages)

[PATCH] tracefs: remove SLAB_MEM_SPREAD flag usage
 2024-02-26 18:52 UTC  (2+ messages)

[PATCH v2] selftests/ftrace: Limit length in subsystem-enable tests
 2024-02-26 16:59 UTC  (3+ messages)

[PATCH v2] tracing: Add warning if string in __assign_str() does not match __string()
 2024-02-26 16:57 UTC  (3+ messages)

[PATCH] ftrace: fix most kernel-doc warnings
 2024-02-26  1:28 UTC  (2+ messages)

[PATCH] tracing: Remove second parameter to __assign_rel_str()
 2024-02-26  0:34 UTC  (2+ messages)

[PATCH] selftests/ftrace: Limit length in subsystem-enable tests
 2024-02-25 22:30 UTC  (4+ messages)

[PATCH] tracing: Use div64_u64() instead of do_div()
 2024-02-25 22:21 UTC  (2+ messages)

[PATCH] tracing: Add warning if string in __assign_str() does not match __string()
 2024-02-23 20:48 UTC 

[FYI][PATCH] tracing/treewide: Remove second parameter of __assign_str()
 2024-02-23 20:45 UTC  (7+ messages)

[PATCH] tracing: Add __string_len() example
 2024-02-23 20:28 UTC 

[PATCH v2] tracing: Remove __assign_str_len()
 2024-02-23 20:22 UTC 

[PATCH] tracing: Remove __assign_str_len()
 2024-02-23 19:48 UTC 

[PATCH v2] mm: Update mark_victim tracepoints fields
 2024-02-23 17:38 UTC  (6+ messages)

[PATCH v3] mm: Update mark_victim tracepoints fields
 2024-02-23 17:32 UTC 

[PATCH v3 00/17] kexec: Allow preservation of ftrace buffers
 2024-02-23 15:53 UTC  (3+ messages)
` [PATCH v3 02/17] memblock: Declare scratch memory as CMA

[PATCH v6] tracing: Support to dump instance traces by ftrace_dump_on_oops
 2024-02-23  8:31 UTC 

[PATCH 0/2] tracing: Fix snapshot accounting
 2024-02-23  1:33 UTC  (3+ messages)
` [PATCH 1/2] tracing: Fix snapshot counter going between two tracers that use it
` [PATCH 2/2] tracing: Decrement the snapshot if the snapshot trigger fails to register

[PATCH rcu 4/4] tracing: Select new NEED_TASKS_RCU Kconfig option
 2024-02-23  0:26 UTC 

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

[PATCH v2 0/4] tracing: Optimize __string()/__assign_str() processing
 2024-02-22 21:14 UTC  (5+ messages)
` [PATCH v2 1/4] tracing: Rework __assign_str() and __string() to not duplicate getting the string
` [PATCH v2 2/4] tracing: Do not calculate strlen() twice for __string() fields
` [PATCH v2 3/4] tracing: Use ? : shortcut in trace macros
` [PATCH v2 4/4] tracing: Use EVENT_NULL_STR macro instead of open coding "(null)"

[PATCH 0/2] tracing: Optimize __string()/__assign_str() processing
 2024-02-22 19:51 UTC  (3+ messages)
` [PATCH 1/2] tracing: Rework __assign_str() and __string() to not duplicate getting the string
` [PATCH 2/2] tracing: Do not calculate strlen() twice for __string() fields

[PATCH v2] PM: runtime: add tracepoint for runtime_status changes
 2024-02-22 19:28 UTC  (2+ messages)

[PATCH] drm/i915: Add missing ; to __assign_str() macros in tracepoint code
 2024-02-22 19:27 UTC  (6+ messages)

[PATCH] NFSD: Fix nfsd_clid_class use of __string_len() macro
 2024-02-22 18:31 UTC  (3+ messages)

[PATCH v3 0/8] dma-fence, drm, amdgpu new trace events
 2024-02-22 13:05 UTC  (4+ messages)
` [PATCH v3 6/8] drm: add drm_mode_atomic_commit event

[PATCH] tracing: Use init_utsname()->release
 2024-02-22 12:46 UTC 

[PATCH] bus: mhi: host: Change the trace string for the userspace tools mapping
 2024-02-22  5:16 UTC  (5+ messages)

[PATCH v1] PM: runtime: add tracepoint for runtime_status changes
 2024-02-21 18:40 UTC  (5+ messages)


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