linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-21 22:27:42 to 2023-04-02 11:15:46 UTC [more...]

[PATCH RFC] net: qrtr: correct types of trace event parameters
 2023-04-02 11:15 UTC 

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

[PATCH v4 0/3] tracing: Add fprobe events
 2023-04-01 14:34 UTC  (4+ messages)
` [PATCH v4 1/3] fprobe: Pass return address to the handlers
` [PATCH v4 2/3] tracing/probes: Add fprobe events for tracing function entry and exit
` [PATCH v4 3/3] selftests/ftrace: Add fprobe related testcases

[PATCH v3 00/10] tracing: Add fprobe events
 2023-04-01 13:46 UTC  (4+ messages)
` [PATCH v3 09/10] tracing/probes: Add fprobe events for tracing function entry and exit

[PATCH v2 0/2] Introducing trace buffer mapping by user-space
 2023-03-30 15:21 UTC  (23+ 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 v9 0/8] function_graph: Support recording and printing the return value of function
 2023-03-30 14:15 UTC  (13+ messages)
` [PATCH v9 1/8] "
` [PATCH v9 2/8] tracing: Add documentation for funcgraph-retval and funcgraph-retval-hex
` [PATCH v9 3/8] ARM: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVAL
` [PATCH v9 4/8] arm64: "
` [PATCH v9 5/8] riscv: "
` [PATCH v9 6/8] x86/ftrace: "
` [PATCH v9 7/8] LoongArch: ftrace: "
` [PATCH v9 8/8] selftests/ftrace: Add funcgraph-retval test case

[PATCH] ftrace: Fix issue that 'direct->addr' not restored in modify_ftrace_direct()
 2023-03-30  2:52 UTC 

[PATCH 1/8] eventfs: introducing struct tracefs_inode
 2023-03-29 18:00 UTC  (4+ messages)
` [PATCH 0/8] tracing: introducing eventfs

[PATCH] f2fs: Fix f2fs_truncate_partial_nodes ftrace event
 2023-03-29 17:41 UTC  (6+ messages)
` [f2fs-dev] "

[PATCH V2 1/2] tracing/timerlat: Notify new max thread latency
 2023-03-29 16:15 UTC  (3+ messages)
` [PATCH V2 2/2] tracing/osnoise: Fix notify new tracing_max_latency

[PATCH] tracing/osnoise: Fix notify new tracing_max_latency
 2023-03-29  6:31 UTC  (3+ messages)

[PATCH v8 0/8] function_graph: Support recording and printing the return value of function
 2023-03-29  4:31 UTC  (13+ 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 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 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  (5+ messages)

[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  (6+ 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  (10+ messages)
` [PATCH v5 1/2] "

[PATCH v6 0/2] function_graph: Support recording and printing the return value of function
 2023-03-22  1:48 UTC  (6+ messages)
` [PATCH v6 1/2] "


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