linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-25 09:16:52 to 2023-05-09 12:37:30 UTC [more...]

[PATCH] selftests/ftrace: Test toplevel-enable for instance
 2023-05-09 20:36 UTC 

[PATCH v2 0/9] tracing: introducing eventfs
 2023-05-09 12:29 UTC  (18+ messages)
` [PATCH v2 1/9] eventfs: introducing struct tracefs_inode
` [PATCH v2 2/9] eventfs: adding eventfs dir add functions
` [PATCH v2 3/9] eventfs: adding eventfs file "
` [PATCH v2 4/9] eventfs: adding eventfs file, directory remove function
` [PATCH v2 5/9] eventfs: adding functions to create eventfs files and directories
` [PATCH v2 6/9] eventfs: adding eventfs lookup, read, open functions
` [PATCH v2 7/9] eventfs: creating tracefs_inode_cache
` [PATCH v2 8/9] eventfs: moving tracing/events to eventfs
` [PATCH v2 9/9] test: ftrace: fix kprobe test for eventfs

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

[PATCH modules-next v10 00/13] kallsyms: reliable symbol->address lookup with /proc/kallmodsyms
 2023-05-08 22:06 UTC  (2+ messages)

[PATCH v3 0/2] selftests/ftrace: Add tests for kprobes and optimized probes
 2023-05-08 17:36 UTC  (5+ messages)
` [PATCH v3 1/2] selftests/ftrace: Add new test case which adds multiple consecutive probes in a function
` [PATCH v3 2/2] selftests/ftrace: Add new test case which checks for optimized probes

[PATCH v2] selftests/ftrace: Improve integration with kselftest runner
 2023-05-08 17:18 UTC  (2+ messages)

[PATCH] tracing/user_events: Run BPF program if attached
 2023-05-08 16:37 UTC 

[PATCH v6] f2fs: add async reset zone command support
 2023-05-08  8:10 UTC 

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

[PATCH] tracing/user_events: Use long vs int for atomic bit ops
 2023-05-05 20:58 UTC 

[PATCH v3 1/3] kasan: switch kunit tests to console tracepoints
 2023-05-05 13:58 UTC  (6+ messages)

[PATCH v5] f2fs: add async reset zone command support
 2023-05-05 11:49 UTC  (2+ messages)

[PATCH] ftrace: Add MODIFIED flag to show if IPMODIFY or direct was attached
 2023-05-05  3:16 UTC  (2+ messages)

[bug report] tracing/user_events: Add ioctl for disabling addresses
 2023-05-04 17:31 UTC  (2+ messages)

[RFC PATCH 1/1] smp: Add tracepoints for functions called with smp_call_function*()
 2023-05-04 15:01 UTC  (9+ messages)

[PATCH v4] f2fs: add async reset zone command support
 2023-05-04  2:22 UTC  (4+ messages)
    `  "
      ` (2) "

[PATCH] tracing: Fix permissions for the buffer_percent file
 2023-05-03 16:46 UTC  (2+ messages)

Estimating Services
 2023-05-03 15:10 UTC 

[PATCH] ftrace: Allow inline functions not inlined to be traced
 2023-05-02 22:25 UTC  (2+ messages)

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

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

[PATCH RFC 21/43] x86/ftrace: Adapt assembly for PIE support
 2023-04-29  3:43 UTC  (6+ messages)
` [PATCH RFC 22/43] x86/ftrace: Adapt ftrace nop patching "

[PATCH v2 tracing 0/6] tracing: additional filter predicates
 2023-04-28 15:34 UTC  (7+ messages)
` [PATCH v2 tracing 1/6] tracing: support > 8 byte array "
` [PATCH v2 tracing 2/6] tracing: support IPv4 address filter predicate
` [PATCH v2 tracing 3/6] tracing: support IPv6 filter predicates
` [PATCH v2 tracing 4/6] tracing: support MAC address "
` [PATCH v2 tracing 5/6] selftests/ftrace: add test coverage for "
` [PATCH v2 tracing 6/6] tracing: document IPv4, IPv6, MAC address and > 8 byte numeric filtering support

[PATCH v3] f2fs: add async reset zone command support
 2023-04-28 13:24 UTC  (3+ messages)

[PATCH tracing 0/3] tracing: support > 8 byte filter predicates
 2023-04-28  1:37 UTC  (12+ messages)
` [PATCH tracing 1/3] tracing: support > 8 byte array "
` [PATCH tracing 2/3] selftests/ftrace: add test coverage for "
` [PATCH tracing 3/3] tracing: document > 8 byte numeric filtering support

[PATCH] tracing: ring-buffer: sync IRQ works before buffer destruction
 2023-04-27 15:59 UTC 

[PATCH bpf-next 0/6] bpf: Tracing recursion prevention mechanism improvement
 2023-04-27 15:46 UTC  (18+ messages)
` [PATCH bpf-next 5/6] bpf: Improve tracing recursion prevention mechanism

[PATCH 0/2] Ftrace direct call samples improvements
 2023-04-27 14:07 UTC  (3+ messages)
` [PATCH 1/2] samples: ftrace: Save required argument registers in sample trampolines
` [PATCH 2/2] arm64: ftrace: Add direct call trampoline samples support

[PATCH v2 0/5] LoongArch: ftrace: Add direct call support and code simplification
 2023-04-27  6:47 UTC  (8+ messages)
` [PATCH v2 1/5] LoongArch: Fix build error if CONFIG_DYNAMIC_FTRACE_WITH_REGS is not set
` [PATCH v2 2/5] LoongArch: ftrace: Implement ftrace_find_callable_addr() to simplify code
` [PATCH v2 3/5] LoongArch: ftrace: Add direct call support
` [PATCH v2 4/5] LoongArch: ftrace: Add direct call trampoline samples support
` [PATCH v2 5/5] LoongArch: Abstract DYNAMIC_FTRACE_WITH_ARGS accesses

[RFC][PATCH 0/6] KEYS: Introduce user mode key and signature parsers
 2023-04-26 18:27 UTC  (13+ messages)
` [RFC][PATCH 1/6] KEYS: asymmetric: Introduce UMD-based asymmetric key parser
` [RFC][PATCH 2/6] KEYS: asymmetric: Introduce UMD-based asymmetric key signature parser
` [RFC][PATCH 3/6] verification: Introduce verify_umd_signature() and verify_umd_message_sig()
` [RFC][PATCH 4/6] bpf: Introduce bpf_verify_umd_signature() kfunc
` [RFC][PATCH 5/6] selftests/bpf: Prepare a test for UMD-parsed signatures
` [RFC][PATCH 6/6] KEYS: asymmetric: Add UMD handler

[PATCH 0/5] LoongArch: ftrace: Add direct call support code simplification
 2023-04-26 14:30 UTC  (8+ messages)
` [PATCH 1/5] LoongArch: Fix build error if CONFIG_DYNAMIC_FTRACE_WITH_REGS is not set
` [PATCH 2/5] LoongArch: ftrace: Implement ftrace_find_callable_addr() to simplify code
` [PATCH 3/5] LoongArch: ftrace: Add direct call support
` [PATCH 4/5] LoongArch: ftrace: Add direct call trampoline samples support
` [PATCH 5/5] LoongArch: Abstract DYNAMIC_FTRACE_WITH_ARGS accesses

[PATCH v2 0/2] selftests/ftrace: Add tests for kprobes and optimized probes
 2023-04-26 11:01 UTC  (6+ messages)
` [PATCH v2 2/2] selftests/ftrace: Add new test case which checks for "

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

[PATCH v5] ring-buffer: Ensure proper resetting of atomic variables in ring_buffer_reset_online_cpus
 2023-04-26  6:39 UTC  (4+ messages)

[PATCH v5] ring-buffer: Ensure proper resetting of atomic variables in ring_buffer_reset_online_cpus
 2023-04-26  6:20 UTC 

[PATCH] tracing: Add missing spaces in trace_print_hex_seq()
 2023-04-26  3:22 UTC 

[PATCH v6 00/10] tracing: Add fprobe events
 2023-04-25 23:55 UTC  (4+ messages)
` [PATCH v6 06/10] tracing/probes: Support function parameters if BTF is available

[PATCH v2 0/4] tracing/user_events: Fixes and improvements for 6.4
 2023-04-25 22:51 UTC  (5+ messages)
` [PATCH v2 1/4] tracing/user_events: Ensure write index cannot be negative
` [PATCH v2 2/4] tracing/user_events: Ensure bit is cleared on unregister
` [PATCH v2 3/4] tracing/user_events: Prevent same address and bit per process
` [PATCH v2 4/4] tracing/user_events: Limit max fault-in attempts

[PATCH v1] trace: add the necessary dependencies of configuration options
 2023-04-25 19:02 UTC  (2+ messages)

[PATCH] trace/recordmcount: add the necessary dependencies
 2023-04-25 19:01 UTC  (2+ messages)

[PATCH v2] selftests/ftrace: Improve integration with kselftest runner
 2023-04-25 18:52 UTC 

[PATCH 0/3] tracing/user_events: Fixes and improvements for 6.4
 2023-04-25 17:56 UTC  (7+ 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 RESEND] selftests/ftrace: Improve integration with kselftest runner
 2023-04-25 16:01 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).