linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-01 17:38:53 to 2024-02-09 10:22:24 UTC [more...]

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

[PATCH v3 0/2] Update mce_record tracepoint
 2024-02-08 17:10 UTC  (2+ messages)

[PATCH v2] mm: Update mark_victim tracepoints fields
 2024-02-08 17:00 UTC  (2+ messages)

[PATCH] tracing: Fix wasted memory in saved_cmdlines logic
 2024-02-08 15:53 UTC 

[PATCH] riscv: Fix text patching when icache flushes use IPIs
 2024-02-08 14:14 UTC  (5+ messages)

[PATCH] tools/rtla: Replace setting prio with nice for SCHED_OTHER
 2024-02-08 13:21 UTC  (2+ messages)

[PATCH v5] tracing: Support to dump instance traces by ftrace_dump_on_oops
 2024-02-08 13:18 UTC 

[PATCH 0/6] tools: Fix rtla and rv problems (found) with clang
 2024-02-08 10:30 UTC  (9+ 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-08 10:25 UTC  (16+ messages)

[PATCH RFC 0/4] Introduce uts_release
 2024-02-08 10:08 UTC  (6+ messages)

[PATCH v4] tracing: Support to dump instance traces by ftrace_dump_on_oops
 2024-02-08  9:36 UTC  (7+ messages)

[PATCH v5 0/8] support '%pd' and '%pD' for print file name
 2024-02-07 14:39 UTC  (9+ messages)
` [PATCH v5 1/8] tracing/probes: add traceprobe_expand_dentry_args() helper
` [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 7/8] selftests/ftrace: add kprobe test cases for VFS type "%pd" and "%pD"

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

Question about the ipi_raise filter usage and output
 2024-02-07  2:33 UTC  (11+ messages)

[PATCH v2 0/3] x86/kprobes: add exception opcode detector and boost more opcodes
 2024-02-06 23:40 UTC  (8+ 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 v3 00/17] kexec: Allow preservation of ftrace buffers
 2024-02-06 14:40 UTC  (6+ messages)

[PATCH] tools/rtla: Add -U/--user-load option to timerlat
 2024-02-06 14:32 UTC 

[PATCH] selftests: ftrace: fix typo in test report
 2024-02-06 13:35 UTC  (2+ 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 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 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  (12+ messages)
` [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 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  (11+ messages)
` [PATCH v3 04/47] filelock: add some new helper functions
` [PATCH v3 34/47] 9p: adapt to breakup 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 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  (7+ 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).