linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-29 04:09:04 to 2023-04-14 07:55:16 UTC [more...]

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

[PATCH] ring-buffer: Clearly check null ptr returned by rb_set_head_page()
 2023-04-14  7:17 UTC 

[PATCH] f2fs: add async reset zone command support
 2023-04-14  2:59 UTC 

[PATCH] ring-buffer: Prevent inconsistent operation on cpu_buffer->resize_disabled
 2023-04-14  1:16 UTC  (12+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH] docs: trace: Fix typo in ftrace.rst
 2023-04-13  2:38 UTC  (3+ messages)

[PATCH AUTOSEL 6.1 15/17] tracing: Error if a trace event has an array for a __field()
 2023-04-13  2:36 UTC 

[PATCH AUTOSEL 6.2 17/20] tracing: Error if a trace event has an array for a __field()
 2023-04-13  2:35 UTC 

[PATCH] tracing: Refuse fprobe if RCU is not watching
 2023-04-12 19:04 UTC  (24+ messages)

[PATCH v4] ring-buffer: Ensure proper resetting of atomic variables in ring_buffer_reset_online_cpus
 2023-04-12 11:23 UTC 

[PATCH] trace/recordmcount: add the necessary dependencies
 2023-04-12 10:18 UTC 

[PATCH v6 0/5] Add ftrace direct call for arm64
 2023-04-12  9:50 UTC  (16+ messages)
` [PATCH v6 1/5] arm64: ftrace: Add direct call support
` [PATCH v6 2/5] arm64: ftrace: Simplify get_ftrace_plt
` [PATCH v6 3/5] samples: ftrace: Save required argument registers in sample trampolines
` [PATCH v6 4/5] arm64: ftrace: Add direct call trampoline samples support
` [PATCH v6 5/5] selftests/bpf: Update the tests deny list on aarch64

[PATCH 0/3] tracing/user_events: Fixes and improvements for 6.4
 2023-04-11 21:17 UTC  (4+ messages)
` [PATCH 1/3] tracing/user_events: Ensure write index cannot be negative
` [PATCH 2/3] tracing/user_events: Ensure bit is cleared on unregister
` [PATCH 3/3] tracing/user_events: Prevent same address and bit per process

[PATCH RESEND] selftests/ftrace: Improve integration with kselftest runner
 2023-04-11 11:19 UTC 

[PATCH modules-next v10 00/13] kallsyms: reliable symbol->address lookup with /proc/kallmodsyms
 2023-04-10 13:08 UTC  (3+ messages)

[PATCH v4 0/3] tracing: Add fprobe events
 2023-04-10  0:11 UTC  (5+ 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 0/2] Introducing trace buffer mapping by user-space
 2023-04-09 17:39 UTC  (3+ messages)
` [PATCH v3 1/2] ring-buffer: Introducing ring-buffer mapping functions
` [PATCH v3 2/2] tracing: Allow user-space mapping of the ring-buffer

[PATCH] tracing: fprobe: Initialize ret valiable to fix smatch error
 2023-04-09  2:28 UTC 

[bug report] fprobe: Skip exit_handler if entry_handler returns !0
 2023-04-08 14:24 UTC  (2+ messages)

[PATCH v4 1/2] f2fs: refactor struct iostat_lat_info
 2023-04-07 17:46 UTC  (2+ messages)
` [PATCH v4 2/2] f2fs: add iostat latency statistics support for discard

[PATCH] tracing/synthetic: Make lastcmd_mutex static
 2023-04-06 15:33 UTC  (2+ messages)

[RFC PATCH 1/1] smp: Add tracepoints for functions called with smp_call_function*()
 2023-04-06 13:49 UTC  (5+ messages)

kernel/trace/trace_events_synth.c:47:1: sparse: sparse: symbol 'lastcmd_mutex' was not declared. Should it be static?
 2023-04-06 12:11 UTC 

[PATCH AUTOSEL 5.4 1/9] f2fs: Fix f2fs_truncate_partial_nodes ftrace event
 2023-04-06 11:33 UTC 

[PATCH AUTOSEL 4.14 1/7] f2fs: Fix f2fs_truncate_partial_nodes ftrace event
 2023-04-06 11:34 UTC 

[PATCH AUTOSEL 4.19 1/8] f2fs: Fix f2fs_truncate_partial_nodes ftrace event
 2023-04-06 11:33 UTC 

[PATCH AUTOSEL 5.15 01/11] f2fs: Fix f2fs_truncate_partial_nodes ftrace event
 2023-04-06 11:32 UTC 

[PATCH AUTOSEL 5.10 1/9] f2fs: Fix f2fs_truncate_partial_nodes ftrace event
 2023-04-06 11:33 UTC 

[PATCH AUTOSEL 6.1 01/17] f2fs: Fix f2fs_truncate_partial_nodes ftrace event
 2023-04-06 11:31 UTC 

[PATCH AUTOSEL 6.2 01/17] f2fs: Fix f2fs_truncate_partial_nodes ftrace event
 2023-04-06 11:31 UTC 

[PATCH v10 0/8] function_graph: Support recording and printing the return value of function
 2023-04-06 10:35 UTC  (19+ 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 net-next] net: qrtr: correct types of trace event parameters
 2023-04-06  8:07 UTC  (3+ messages)

[PATCH] tracing: Free error logs of tracing instances
 2023-04-06  1:46 UTC  (5+ messages)

[PATCH 0/3] Add basic tracing for uclamp and schedutil
 2023-04-05 10:50 UTC  (9+ messages)
` [PATCH 1/3] sched/tp: Add new tracepoint to track uclamp set from user-space
` [PATCH 3/3] schedutil: trace: Add tracing to capture filter out requests

[PATCH 0/2] tracing: Fix ftrace_boot_snapshot command line
 2023-04-05  2:51 UTC  (4+ messages)
` [PATCH 1/2] tracing: Have tracing_snapshot_instance_cond() write errors to the appropriate instance
` [PATCH 2/2] tracing: Fix ftrace_boot_snapshot command line logic

[PATCH 0/2 v2] tracing: Fix ftrace_boot_snapshot command line
 2023-04-05  2:21 UTC  (3+ messages)
` [PATCH 1/2 v2] tracing: Have tracing_snapshot_instance_cond() write errors to the appropriate instance
` [PATCH 2/2 v2] tracing: Fix ftrace_boot_snapshot command line logic

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

[PATCH RFC] net: qrtr: correct types of trace event parameters
 2023-04-04  8:20 UTC  (4+ messages)

[PATCH v4 0/4] Add ftrace direct call for arm64
 2023-04-03 11:25 UTC  (6+ messages)
` [PATCH v4 1/4] arm64: ftrace: Add direct call support
` [PATCH v4 2/4] arm64: ftrace: Simplify get_ftrace_plt
` [PATCH v4 3/4] arm64: ftrace: Add direct call trampoline samples support
` [PATCH v4 4/4] selftests/bpf: Update the tests deny list on aarch64

[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  (22+ messages)
` [PATCH v2 1/2] ring-buffer: Introducing ring-buffer mapping functions

[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  (5+ 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  (4+ messages)
` [PATCH v8 7/8] LoongArch: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVAL


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