linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-05 18:04:14 to 2023-04-25 03:55:17 UTC [more...]

[PATCH v11 0/8] function_graph: Support recording and printing the return value of function
 2023-04-25  3:55 UTC  (14+ 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 RESEND] selftests/ftrace: Improve integration with kselftest runner
 2023-04-25  1:42 UTC  (2+ messages)

[PATCH 0/3] tracing/user_events: Fixes and improvements for 6.4
 2023-04-25  1:41 UTC  (6+ 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 v2 0/2] selftests/ftrace: Add tests for kprobes and optimized probes
 2023-04-25  0:12 UTC  (6+ messages)
` [PATCH v2 1/2] selftests/ftrace: Add new test case which adds multiple consecutive probes in a function
` [PATCH v2 2/2] selftests/ftrace: Add new test case which checks for optimized probes

[PATCH] tracing/timer: Add missing hrtimer modes to decode_hrtimer_mode()
 2023-04-24 21:44 UTC  (3+ messages)

[PATCH bpf-next 0/6] bpf: Tracing recursion prevention mechanism improvement
 2023-04-24 21:40 UTC  (14+ messages)
` [PATCH bpf-next 1/6] bpf: Add __rcu_read_{lock,unlock} into btf id deny list
` [PATCH bpf-next 2/6] tracing: Add generic test_recursion_try_acquire()
` [PATCH bpf-next 3/6] tracing: Add the comment for allowing one single recursion in process context
` [PATCH bpf-next 4/6] selftests/bpf: Allow one single recursion in fentry recursion test
` [PATCH bpf-next 5/6] bpf: Improve tracing recursion prevention mechanism
` [PATCH bpf-next 6/6] bpf: Remove some denied functions from the btf id deny list

[PATCH v4] ring-buffer: Ensure proper resetting of atomic variables in ring_buffer_reset_online_cpus
 2023-04-24 20:11 UTC  (2+ messages)

[PATCH v6 0/5] Add ftrace direct call for arm64
 2023-04-24 20:09 UTC  (15+ messages)
` [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 modules-next v10 00/13] kallsyms: reliable symbol->address lookup with /proc/kallmodsyms
 2023-04-24 19:47 UTC  (4+ messages)

[PATCH v6 00/10] tracing: Add fprobe events
 2023-04-24 14:47 UTC  (11+ messages)
` [PATCH v6 01/10] fprobe: Pass return address to the handlers
` [PATCH v6 02/10] tracing/probes: Add fprobe events for tracing function entry and exit
` [PATCH v6 03/10] selftests/ftrace: Add fprobe related testcases
` [PATCH v6 04/10] tracing/probes: Add tracepoint support on fprobe_events
` [PATCH v6 05/10] tracing/probes: Move event parameter fetching code to common parser
` [PATCH v6 06/10] tracing/probes: Support function parameters if BTF is available
` [PATCH v6 07/10] tracing/probes: Add $$args meta argument for all function args
` [PATCH v6 08/10] selftests/ftrace: Add tracepoint probe test case
` [PATCH v6 09/10] selftests/ftrace: Add BTF arguments test cases
` [PATCH v6 10/10] Documentation: tracing/probes: Add fprobe event tracing document

[PATCH v5 0/9] tracing: Add fprobe events
 2023-04-24  7:38 UTC  (23+ messages)
` [PATCH v5 1/9] fprobe: Pass return address to the handlers
` [PATCH v5 2/9] tracing/probes: Add fprobe events for tracing function entry and exit
` [PATCH v5 3/9] selftests/ftrace: Add fprobe related testcases
` [PATCH v5 4/9] tracing/probes: Add tracepoint support on fprobe_event
` [PATCH v5 5/9] tracing/probes: Move event parameter fetching code to common parser
` [PATCH v5 6/9] tracing/probes: Support function parameters if BTF is available
` [PATCH v5 7/9] tracing/probes: Add $$args meta argument for all function args
` [PATCH v5 8/9] selftests/ftrace: Add tracepoint probe test case
` [PATCH v5 9/9] selftests/ftrace: Add BTF arguments test cases

[PATCH] docs: trace: Fix typo in ftrace.rst
 2023-04-20 16:13 UTC  (4+ messages)

[PATCH v2] stm: class: Add MIPI OST protocol support
 2023-04-20 10:02 UTC  (3+ messages)

[PATCH] f2fs: add async reset zone command support
 2023-04-20  7:52 UTC  (3+ messages)
    `  "

[linus:master] [ftrace] b56c68f705: WARNING:at_samples/ftrace/ftrace-ops.c:#ops_alloc_init
 2023-04-20  7:03 UTC 

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

[PATCH 0/2] tracing: Fix print_fields() and use best filter
 2023-04-19 21:41 UTC  (3+ messages)
` [PATCH 1/2] tracing/user_events: Set event filter_type from type
` [PATCH 2/2] tracing: Fix print_fields() for __dyn_loc/__rel_loc

[PATCH V8 0/4] riscv: Optimize function trace
 2023-04-19 15:00 UTC  (2+ messages)

[RFC PATCH 1/1] smp: Add tracepoints for functions called with smp_call_function*()
 2023-04-19  4:04 UTC  (7+ messages)

[PATCH] tracing: Add generic test_recursion_try_acquire()
 2023-04-16  2:42 UTC  (5+ messages)

[PATCH v5 00/17] Introduce Copy-On-Write to Page Table
 2023-04-14 14:23 UTC  (18+ messages)
` [PATCH v5 01/17] mm: Split out the present cases from zap_pte_range()
` [PATCH v5 02/17] mm: Allow user to control COW PTE via prctl
` [PATCH v5 03/17] mm: Add Copy-On-Write PTE to fork()
` [PATCH v5 04/17] mm: Add break COW PTE fault and helper functions
` [PATCH v5 05/17] mm: Handle COW-ed PTE during zapping
` [PATCH v5 06/17] mm/rmap: Break COW PTE in rmap walking
` [PATCH v5 07/17] mm/khugepaged: Break COW PTE before scanning pte
` [PATCH v5 08/17] mm/ksm: Break COW PTE before modify shared PTE
` [PATCH v5 09/17] mm/madvise: Handle COW-ed PTE with madvise()
` [PATCH v5 10/17] mm/gup: Trigger break COW PTE before calling follow_pfn_pte()
` [PATCH v5 11/17] mm/mprotect: Break COW PTE before changing protection
` [PATCH v5 12/17] mm/userfaultfd: Support COW PTE
` [PATCH v5 13/17] mm/migrate_device: "
` [PATCH v5 14/17] fs/proc: Support COW PTE with clear_refs_write
` [PATCH v5 15/17] events/uprobes: Break COW PTE before replacing page
` [PATCH v5 16/17] mm: fork: Enable COW PTE to fork system call
` [PATCH v5 17/17] mm: Check the unexpected modification of COW-ed PTE

[PATCH v1] trace: add the necessary dependencies of configuration options
 2023-04-14  8:27 UTC 

[PATCH] ring-buffer: Clearly check null ptr returned by rb_set_head_page()
 2023-04-14  7:17 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 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] trace/recordmcount: add the necessary dependencies
 2023-04-12 10:18 UTC 

[PATCH v4 0/3] tracing: Add fprobe events
 2023-04-10  0:11 UTC  (3+ messages)
` [PATCH v4 2/3] tracing/probes: Add fprobe events for tracing function entry and exit

[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] tracing/synthetic: Make lastcmd_mutex static
 2023-04-06 15:33 UTC  (2+ 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  (6+ messages)
` [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  (2+ messages)

[PATCH] tracing: Free error logs of tracing instances
 2023-04-06  1:46 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 read-only IMAP folder(s) and NNTP newsgroup(s).