linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-17 18:44:17 to 2023-05-31 21:50:20 UTC [more...]

[PATCH] ftrace: Allow inline functions not inlined to be traced
 2023-05-31 21:50 UTC  (2+ messages)

[PATCH 0/5] tracing/user_events: Add auto-del flag for events
 2023-05-31 21:44 UTC  (7+ messages)
` [PATCH 1/5] tracing/user_events: Store register flags on events
` [PATCH 2/5] tracing/user_events: Track refcount consistently via put/get
` [PATCH 3/5] tracing/user_events: Add flag to auto-delete events
` [PATCH 4/5] tracing/user_events: Add self-test for auto-del flag
` [PATCH 5/5] tracing/user_events: Add auto-del flag documentation

[PATCH] kprobe: use preempt_{disable, enable}_notrace in kprobe_busy_{begin, end}
 2023-05-31  9:44 UTC  (2+ messages)

[PATCH v6] f2fs: add async reset zone command support
 2023-05-30 23:40 UTC  (9+ messages)
    `  "
      ` (2) "
        `  "
          ` (2) "
  ` [f2fs-dev] "

[PATCH mm-unstable v2 00/10] mm/kvm: locklessly clear the accessed bit
 2023-05-30 20:06 UTC  (15+ messages)
` [PATCH mm-unstable v2 01/10] mm/kvm: add mmu_notifier_ops->test_clear_young()
` [PATCH mm-unstable v2 02/10] mm/kvm: use mmu_notifier_ops->test_clear_young()
` [PATCH mm-unstable v2 03/10] kvm/arm64: export stage2_try_set_pte() and macros
` [PATCH mm-unstable v2 04/10] kvm/arm64: make stage2 page tables RCU safe
` [PATCH mm-unstable v2 05/10] kvm/arm64: add kvm_arch_test_clear_young()
` [PATCH mm-unstable v2 06/10] kvm/powerpc: make radix page tables RCU safe
` [PATCH mm-unstable v2 07/10] kvm/powerpc: add kvm_arch_test_clear_young()
` [PATCH mm-unstable v2 08/10] kvm/x86: move tdp_mmu_enabled and shadow_accessed_mask
` [PATCH mm-unstable v2 09/10] kvm/x86: add kvm_arch_test_clear_young()
` [PATCH mm-unstable v2 10/10] mm: multi-gen LRU: use mmu_notifier_test_clear_young()

[PATCH V3] tracing/user_events: Prevent same name but different args event
 2023-05-30 18:10 UTC  (3+ messages)

[RFC PATCH v4 0/2] trace,smp: Add tracepoints for csd
 2023-05-30 10:36 UTC  (4+ messages)
` [RFC PATCH v4 1/2] trace,smp: Add tracepoints around remotelly called functions

[PATCH] tracing/rv/rtla: Update MAINTAINERS file to point to proper mailing list
 2023-05-29 11:25 UTC  (2+ messages)

[PATCH] tracing/user_events: Handle matching arguments that is null from dyn_events
 2023-05-29  8:21 UTC  (2+ messages)

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

[PATCH 0/5] tracing: Fix selftests softlockup issues
 2023-05-28  5:17 UTC  (6+ messages)
` [PATCH 1/5] tracing: Move setting of tracing_selftest_running out of register_tracer()
` [PATCH 2/5] tracing: Have tracer selftests call cond_resched() before running
` [PATCH 3/5] tracing: Make tracing_selftest_running/delete nops when not used
` [PATCH 4/5] tracing: Only make selftest conditionals affect the global_trace
` [PATCH 5/5] tracing: Have function_graph selftest call cond_resched()

[PATCH] ftrace: Replace all non-returning strlcpy with strscpy
 2023-05-26 17:45 UTC  (4+ messages)

[PATCH V2] tracing/user_events: Prevent same name but different args event
 2023-05-26 16:48 UTC  (2+ messages)

[PATCH AUTOSEL 6.3 07/67] selftests/ftrace: Improve integration with kselftest runner
 2023-05-26 15:23 UTC  (2+ messages)

[PATCH] tracing/user_events: Fix the order of the fields in the trace output
 2023-05-26  1:05 UTC  (3+ messages)

[PATCH AUTOSEL 5.10 02/31] selftests/ftrace: Improve integration with kselftest runner
 2023-05-25 18:40 UTC 

[PATCH AUTOSEL 5.15 04/43] selftests/ftrace: Improve integration with kselftest runner
 2023-05-25 18:38 UTC 

[PATCH AUTOSEL 6.1 05/57] selftests/ftrace: Improve integration with kselftest runner
 2023-05-25 18:35 UTC 

[PATCH] tracing/user_events: Prevent same name but different args event
 2023-05-25 17:02 UTC  (2+ messages)

[PATCH V2 0/3] osnoise/timerlat improvements
 2023-05-25 17:00 UTC  (10+ messages)
` [PATCH V2 1/3] tracing/osnoise: Switch from PF_NO_SETAFFINITY to migrate_disable
` [PATCH V2 2/3] tracing/osnoise: Skip running osnoise if all instances are off
` [PATCH V2 3/3] tracing/timerlat: Add user-space interface

[PATCH] tracing: avoid missing-prototype warnings
 2023-05-25 16:50 UTC  (2+ messages)

[PATCH] tracing: Modify print_fields() for fields output order
 2023-05-25  8:52 UTC 

LTP: tracing: RIP: 0010:security_inode_permission+0x5/0x70
 2023-05-25  4:47 UTC  (2+ messages)

[PATCH] tracing/selftests: Update synthetic event selftest to use common_stacktrace
 2023-05-25  2:24 UTC  (2+ messages)

[RESEND][PATCH v2] tracing: Rename stacktrace field to common_stacktrace
 2023-05-25  2:23 UTC  (2+ messages)

[PATCH] tracing/timer: Add missing hrtimer modes to decode_hrtimer_mode()
 2023-05-25  0:25 UTC  (4+ messages)

(no subject)
 2023-05-25  0:13 UTC  (15+ messages)
  ` 
          ` kprobes and rcu_is_watching()

linux-next: Tree for May 24 (arch/s390/purgatory/purgatory)
 2023-05-24 23:26 UTC  (2+ messages)

[PATCH 2/2] [v2] bpf: fix bpf_probe_read_kernel prototype mismatch
 2023-05-24 18:45 UTC  (4+ messages)

[PATCH modules-next v10 00/13] kallsyms: reliable symbol->address lookup with /proc/kallmodsyms
 2023-05-24 15:02 UTC  (5+ messages)

[PATCH v2] tracing: Rename stacktrace field to common_stacktrace
 2023-05-24  2:32 UTC 

[PATCH] tracing: Rename stacktrace field to common_stacktrace
 2023-05-24  2:24 UTC 

[PATCH] tracing/histograms: Allow variables to have some modifiers
 2023-05-24  2:11 UTC 

[PATCH v2 0/5] LoongArch: ftrace: Add direct call support and code simplification
 2023-05-23 14:34 UTC  (3+ messages)
` [PATCH v2 4/5] LoongArch: ftrace: Add direct call trampoline samples support

[PATCH v21 26/30] splice: Convert trace/seq to use copy_splice_read()
 2023-05-23 14:27 UTC  (5+ messages)

[PATCH v2] tracing: Replace all non-returning strlcpy with strscpy
 2023-05-22 19:39 UTC  (2+ messages)

[PATCH v20 23/32] splice: Convert trace/seq to use direct_splice_read()
 2023-05-22 18:38 UTC  (5+ messages)

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

[PATCH v2 0/3] Add basic tracing for uclamp and schedutil
 2023-05-22 14:41 UTC  (4+ messages)

[PATCH] racing/user_events: Prevent same address and bit per process
 2023-05-22 14:32 UTC  (2+ messages)

[PATCH v22 26/31] trace: Convert trace/seq to use copy_splice_read()
 2023-05-22 13:50 UTC 

[PATCH 00/16] ARM: address -Wmissing-prototype warnings
 2023-05-22  7:35 UTC  (5+ messages)
` [PATCH 06/16] ARM: tcm: move tcm_init() prototype to asm/tcm.h
` [PATCH 11/16] ARM: move setup functions to header

[PATCH V9 0/4] riscv: Optimize function trace
 2023-05-21 15:22 UTC  (5+ messages)
` [PATCH V9 3/4] riscv: ftrace: Add DYNAMIC_FTRACE_WITH_DIRECT_CALLS support

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

[PATCH v3 0/4] tracing/user_events: Use non-RCU context for enabler writes
 2023-05-20  2:15 UTC  (6+ messages)
` [PATCH v3 1/4] tracing/user_events: Split up mm alloc and attach
` [PATCH v3 2/4] tracing/user_events: Remove RCU lock while pinning pages
` [PATCH v3 3/4] tracing/user_events: Rename link fields for clarity
` [PATCH v3 4/4] tracing/user_events: Document user_event_mm one-shot list usage

[PATCH RESEND] tracing/user_events: Prevent same name event per process
 2023-05-19 23:38 UTC  (2+ messages)

[PATCH 00/20] x86: address -Wmissing-prototype warnings
 2023-05-19 12:09 UTC  (10+ messages)
` [PATCH 05/20] x86: head: add dummy prototype for mk_early_pgtbl_32
` [PATCH 10/20] x86: xen: add missing prototypes

[PATCH] tracing/user_events: Run BPF program if attached
 2023-05-18 17:28 UTC  (34+ messages)

[PATCH v3 0/2] selftests/ftrace: Add tests for kprobes and optimized probes
 2023-05-18  4:29 UTC  (7+ messages)
` [PATCH v3 2/2] selftests/ftrace: Add new test case which checks for "

[PATCH v3 0/3] Make fprobe + rethook immune to recursion
 2023-05-18  2:49 UTC  (8+ messages)
` [PATCH v3 1/4] rethook: use preempt_{disable, enable}_notrace in rethook_trampoline_handler
` [PATCH v3 2/4] fprobe: make fprobe_kprobe_handler recursion free

[PATCH] tracing: make ftrace_likely_update() declaration visible
 2023-05-17 18:44 UTC  (3+ 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).