linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-20 13:18:28 to 2023-03-29 04:09:04 UTC [more...]

[PATCH v8 0/8] function_graph: Support recording and printing the return value of function
 2023-03-29  4:08 UTC  (12+ messages)
` [PATCH v8 1/8] "
` [PATCH v8 2/8] tracing: Add documentation for funcgraph-retval and funcgraph-retval-hex
` [PATCH v8 3/8] ARM: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVAL
` [PATCH v8 4/8] arm64: "
` [PATCH v8 5/8] riscv: "
` [PATCH v8 6/8] x86/ftrace: "
` [PATCH v8 7/8] LoongArch: ftrace: "
` [PATCH v8 8/8] selftests/ftrace: Add funcgraph-retval test case

[PATCH v2 0/2] Introducing trace buffer mapping by user-space
 2023-03-29  2:44 UTC  (4+ messages)
` [PATCH v2 1/2] ring-buffer: Introducing ring-buffer mapping functions
` [PATCH v2 2/2] tracing: Allow user-space mapping of the ring-buffer

[PATCH] f2fs: Fix f2fs_truncate_partial_nodes ftrace event
 2023-03-29  1:01 UTC  (5+ messages)
` [f2fs-dev] "

[PATCH v10 00/12] tracing/user_events: Remote write ABI
 2023-03-28 23:52 UTC  (13+ messages)
` [PATCH v10 01/12] tracing/user_events: Split header into uapi and kernel
` [PATCH v10 02/12] tracing/user_events: Track fork/exec/exit for mm lifetime
` [PATCH v10 03/12] tracing/user_events: Use remote writes for event enablement
` [PATCH v10 04/12] tracing/user_events: Fixup enable faults asyncly
` [PATCH v10 05/12] tracing/user_events: Add ioctl for disabling addresses
` [PATCH v10 06/12] tracing/user_events: Update self-tests to write ABI
` [PATCH v10 07/12] tracing/user_events: Add ABI self-test
` [PATCH v10 08/12] tracing/user_events: Use write ABI in example
` [PATCH v10 09/12] tracing/user_events: Update documentation for ABI
` [PATCH v10 10/12] tracing/user_events: Charge event allocs to cgroups
` [PATCH v10 11/12] tracing/user_events: Limit global user_event count
` [PATCH v10 12/12] tracing/user_events: Align structs with tabs for readability

[PATCH] tracing/osnoise: Fix notify new tracing_max_latency
 2023-03-28 23:16 UTC  (2+ messages)

[PATCH 1/8] eventfs: introducing struct tracefs_inode
 2023-03-28 22:47 UTC  (3+ messages)
` [PATCH 0/8] tracing: introducing eventfs

[PATCH v9 00/11] tracing/user_events: Remote write ABI
 2023-03-28 21:53 UTC  (16+ messages)
` [PATCH v9 01/11] tracing/user_events: Split header into uapi and kernel
` [PATCH v9 02/11] tracing/user_events: Track fork/exec/exit for mm lifetime
` [PATCH v9 03/11] tracing/user_events: Use remote writes for event enablement
` [PATCH v9 04/11] tracing/user_events: Fixup enable faults asyncly
` [PATCH v9 05/11] tracing/user_events: Add ioctl for disabling addresses
` [PATCH v9 06/11] tracing/user_events: Update self-tests to write ABI
` [PATCH v9 07/11] tracing/user_events: Add ABI self-test
` [PATCH v9 08/11] tracing/user_events: Use write ABI in example
` [PATCH v9 09/11] tracing/user_events: Update documentation for ABI
` [PATCH v9 10/11] tracing/user_events: Charge event allocs to cgroups
` [PATCH v9 11/11] tracing/user_events: Limit global user_event count

[PATCH] tracing/user_events: Use print_format_fields() for trace output
 2023-03-28 19:14 UTC 

[PATCH] tracing: Add "fields" option to show raw trace event fields
 2023-03-28 18:51 UTC 

[PATCH] blktrace: Gracefully return if fail in blk_register_tracepoints()
 2023-03-28 17:58 UTC  (2+ messages)

[PATCH] selftests/ftrace: Improve integration with kselftest runner
 2023-03-27 20:41 UTC  (4+ messages)

[PATCH] ftrace: mark get_lock_parent_ip() __always_inline
 2023-03-27 17:36 UTC 

[PATCH v3 0/4] Add ftrace direct call for arm64
 2023-03-27 13:45 UTC  (7+ messages)
` [PATCH v3 1/4] arm64: ftrace: Add direct call support
` [PATCH v3 2/4] arm64: ftrace: Simplify get_ftrace_plt
` [PATCH v3 3/4] arm64: ftrace: Add direct call trampoline samples support
` [PATCH v3 4/4] selftests/bpf: Update the tests deny list on aarch64

[PATCH v7 0/8] function_graph: Support recording and printing the return value of function
 2023-03-27  3:03 UTC  (11+ messages)
` [PATCH v7 1/8] "
` [PATCH v7 2/8] tracing: Add documentation for funcgraph-retval and funcgraph-retval-hex
` [PATCH v7 3/8] ARM: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVAL
` [PATCH v7 4/8] arm64: "
` [PATCH v7 5/8] riscv: "
` [PATCH v7 6/8] x86/ftrace: "
` [PATCH v7 7/8] LoongArch: ftrace: "
` [PATCH v7 8/8] selftests/ftrace: Add funcgraph-retval test case

[PATCH v2 05/13] rcu/trace: use strscpy() to instead of strncpy()
 2023-03-25 17:33 UTC  (2+ messages)
` [PATCH v2 07/13] rcu: Fix missing TICK_DEP_MASK_RCU_EXP dependency check

[PATCH] ring-buffer: Fix race while reader and writer are on the same page
 2023-03-25  2:12 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH v7] scsi: ufs: core: Add trace event for MCQ
 2023-03-24 21:06 UTC  (2+ messages)

[PATCH v2 0/7] Refactor ftrace direct call APIs
 2023-03-24 17:18 UTC  (13+ messages)
` [PATCH v2 1/7] ftrace: Let unregister_ftrace_direct_multi() call ftrace_free_filter()
` [PATCH v2 2/7] ftrace: Replace uses of _ftrace_direct APIs with _ftrace_direct_multi
` [PATCH v2 3/7] ftrace: Remove the legacy _ftrace_direct API
` [PATCH v2 4/7] ftrace: Rename _ftrace_direct_multi APIs to _ftrace_direct APIs
` [PATCH v2 5/7] ftrace: Store direct called addresses in their ops
` [PATCH v2 6/7] ftrace: Make DIRECT_CALLS work WITH_ARGS and !WITH_REGS
` [PATCH v2 7/7] ftrace: selftest: remove broken trace_direct_tramp

[PATCH V8 0/4] riscv: Optimize function trace
 2023-03-24  3:33 UTC  (5+ messages)
` [PATCH V8 1/4] riscv: select FTRACE_MCOUNT_USE_PATCHABLE_FUNCTION_ENTRY
` [PATCH V8 2/4] riscv: ftrace: Add ftrace_graph_func
` [PATCH V8 3/4] riscv: ftrace: Add DYNAMIC_FTRACE_WITH_DIRECT_CALLS support
` [PATCH V8 4/4] samples: ftrace: Add riscv support for SAMPLE_FTRACE_DIRECT[_MULTI]

[PATCH] trace:cma: remove unnecessary event class cma_alloc_class
 2023-03-24  3:13 UTC  (2+ messages)

[PATCH] tracing: Refuse fprobe if RCU is not watching
 2023-03-24  3:01 UTC  (9+ messages)

[RESEND PATCH v8 00/11] tracing/user_events: Remote write ABI
 2023-03-23 19:06 UTC  (12+ messages)
` [RESEND PATCH v8 01/11] tracing/user_events: Split header into uapi and kernel
` [RESEND PATCH v8 02/11] tracing/user_events: Track fork/exec/exit for mm lifetime
` [RESEND PATCH v8 03/11] tracing/user_events: Use remote writes for event enablement
` [RESEND PATCH v8 04/11] tracing/user_events: Fixup enable faults asyncly
` [RESEND PATCH v8 05/11] tracing/user_events: Add ioctl for disabling addresses
` [RESEND PATCH v8 06/11] tracing/user_events: Update self-tests to write ABI
` [RESEND PATCH v8 07/11] tracing/user_events: Add ABI self-test
` [RESEND PATCH v8 08/11] tracing/user_events: Use write ABI in example
` [RESEND PATCH v8 09/11] tracing/user_events: Update documentation for ABI
` [RESEND PATCH v8 10/11] tracing/user_events: Charge event allocs to cgroups
` [RESEND PATCH v8 11/11] tracing/user_events: Limit global user_event count

[syzbot] [bpf?] [trace?] possible deadlock in bpf_trace_printk
 2023-03-23 11:30 UTC  (3+ messages)

[PATCH] tracing: Trace instrumentation begin and end
 2023-03-23  1:56 UTC  (11+ messages)

[PATCH AUTOSEL 5.10 12/12] tracing: Fix wrong return in kprobe_event_gen_test.c
 2023-03-22 20:02 UTC 

[PATCH AUTOSEL 5.15 16/16] tracing: Fix wrong return in kprobe_event_gen_test.c
 2023-03-22 20:01 UTC 

[PATCH AUTOSEL 6.1 34/34] tracing: Fix wrong return in kprobe_event_gen_test.c
 2023-03-22 19:59 UTC 

[PATCH AUTOSEL 6.2 45/45] tracing: Fix wrong return in kprobe_event_gen_test.c
 2023-03-22 19:56 UTC 

[PATCH 0/3] Add basic tracing for uclamp and schedutil
 2023-03-22 17:37 UTC  (5+ messages)
` [PATCH 1/3] sched/tp: Add new tracepoint to track uclamp set from user-space
` [PATCH 2/3] cpufreq: schedutil: Refactor sugov_update_shared() internals
` [PATCH 3/3] schedutil: trace: Add tracing to capture filter out requests

[PATCH v2 0/6] use canonical ftrace path whenever possible
 2023-03-22 16:52 UTC  (3+ messages)

[PATCH 0/2] tracing/hist: add a modulus operator
 2023-03-22 13:40 UTC  (7+ messages)
` [PATCH 1/2] tracing/hist: simplify contains_operator()
` [PATCH 2/2] tracing/hist: add modulus operator

[PATCH v5 0/2] function_graph: Support recording and printing the return value of function
 2023-03-22  9:01 UTC  (13+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 2/2] tracing: Add documentation for funcgraph-retval and graph_retval_hex

[PATCH v6 0/2] function_graph: Support recording and printing the return value of function
 2023-03-22  1:48 UTC  (7+ messages)
` [PATCH v6 1/2] "
` [PATCH v6 2/2] tracing: Add documentation for funcgraph-retval and graph_retval_hex

[PATCH 0/2] Introducing trace buffer mapping by user-space
 2023-03-21 16:51 UTC  (9+ messages)
` [PATCH 1/2] ring-buffer: Introducing ring-buffer mapping functions

[PATCH] tracing: Fix use-after-free and double-free on last_cmd
 2023-03-21 11:23 UTC  (3+ messages)

[PATCH] tracing/synthetic: Fix races on freeing last_cmd
 2023-03-21 11:04 UTC 

[PATCH 0/7] Refactor ftrace direct call APIs
 2023-03-21 10:40 UTC  (18+ messages)
` [PATCH 1/7] ftrace: Let unregister_ftrace_direct_multi() call ftrace_free_filter()
` [PATCH 4/7] ftrace: Rename _ftrace_direct_multi APIs to _ftrace_direct APIs
` [PATCH 5/7] ftrace: Store direct called addresses in their ops

[PATCH] ftrace: set direct_ops storage-class-specifier to static
 2023-03-21  9:28 UTC  (4+ messages)

[bug report] ftrace: Store the order of pages allocated in ftrace_page
 2023-03-21  9:17 UTC 

[PATCH v2] f2fs: add iostat latency statistics support for discard
 2023-03-21  2:17 UTC  (2+ messages)

[PATCH] rcu: Fix rcu_torture_read ftrace event
 2023-03-20 18:49 UTC  (5+ messages)

[PATCH] trace/events/sched: Remove unit on printing vruntime value
 2023-03-20 18:02 UTC  (6+ messages)

[PATCH] selftests/ftrace: Choose target function for filter test from samples
 2023-03-20 17:58 UTC  (2+ messages)

[PATCH] tracing/selftests: Ignore __pfx_ symbols in kprobe test
 2023-03-20 16:40 UTC  (7+ messages)

[PATCH v3 00/51] cpuidle,rcu: Clean up the mess
 2023-03-20 14:56 UTC  (4+ messages)
` [PATCH v3 07/51] cpuidle,psci: Push RCU-idle into driver

[PATCH] mm: mmap: remove newline at the end of the trace
 2023-03-20 13:34 UTC  (2+ 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).