linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-16 03:03:06 to 2023-05-22 01:37:05 UTC [more...]

(no subject)
 2023-05-22  1:36 UTC  (8+ messages)
  ` 

[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 v21 26/30] splice: Convert trace/seq to use copy_splice_read()
 2023-05-21 12:50 UTC  (4+ messages)

[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 modules-next v10 00/13] kallsyms: reliable symbol->address lookup with /proc/kallmodsyms
 2023-05-19 15:50 UTC  (3+ messages)

[PATCH 00/20] x86: address -Wmissing-prototype warnings
 2023-05-19 12:09 UTC  (29+ messages)
` [PATCH 01/20] x86: move prepare_ftrace_return prototype to header
` [PATCH 02/20] x86: ce4100: Mark local functions as 'static'
` [PATCH 03/20] x86: apic: hide unused safe_smp_processor_id on UP
` [PATCH 04/20] x86: avoid unneeded __div64_32 function definition
` [PATCH 05/20] x86: head: add dummy prototype for mk_early_pgtbl_32
` [PATCH 06/20] x86: math-emu: include asm/fpu/regset.h
` [PATCH 07/20] x86: doublefault: avoid missing-prototype warnings
` [PATCH 08/20] x86: highmem: include asm/numa.h for set_highmem_pages_init
` [PATCH 09/20] x86: platform_quirks: include linux/pnp.h for arch_pnpbios_disabled
` [PATCH 10/20] x86: xen: add missing prototypes
` [PATCH 11/20] x86: entry: add do_SYSENTER_32() prototype
` [PATCH 12/20] x86: qspinlock-paravirt: fix mising-prototype warnings
` [PATCH 13/20] x86: hibernate: declare global functions in suspend.h
` [PATCH 14/20] x86: fbdev: include asm/fb.h as needed
` [PATCH 15/20] x86: mce: add copy_mc_fragile_handle_tail prototype
` [PATCH 16/20] x86: vdso: include vdso/processor.h
` [PATCH 17/20] x86: usercopy: include arch_wb_cache_pmem declaration
` [PATCH 18/20] x86: ioremap: add early_memremap_pgprot_adjust prototype
` [PATCH 19/20] x86: purgatory: include header for warn() declaration
` [PATCH 20/20] x86: olpc: avoid missing-prototype warnings

[PATCH] racing/user_events: Prevent same address and bit per process
 2023-05-19  8:10 UTC 

[PATCH v20 23/32] splice: Convert trace/seq to use direct_splice_read()
 2023-05-19  7:40 UTC 

[PATCH] tracing/user_events: Run BPF program if attached
 2023-05-18 17:28 UTC  (35+ 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  (13+ 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 v3 3/4] fprobe: add recursion detection in fprobe_exit_handler
` [PATCH v3 4/4] rethook, fprobe: do not trace rethook related functions

[PATCH v6] f2fs: add async reset zone command support
 2023-05-18  2:08 UTC  (5+ messages)
    `  "
      ` (2) "
        `  "

[PATCH] ftrace: Replace all non-returning strlcpy with strscpy
 2023-05-17 22:28 UTC  (3+ messages)

[PATCH] tracing: make ftrace_likely_update() declaration visible
 2023-05-17 18:44 UTC  (3+ messages)

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

[PATCH v2 8/9] eventfs: moving tracing/events to eventfs
 2023-05-17 14:14 UTC  (3+ messages)

[PATCH] tracing: avoid missing-prototype warnings
 2023-05-17 12:51 UTC 

[PATCH 00/16] ARM: address -Wmissing-prototype warnings
 2023-05-17 11:13 UTC  (20+ messages)
` [PATCH 01/16] ARM: dma-mapping: hide unused dma_contiguous_early_fixup function
` [PATCH 02/16] ARM: traps: hide unused functions on NOMMU
` [PATCH 03/16] ARM: vfp: include asm/neon.h in vfpmodule.c
` [PATCH 04/16] ARM: vdso: add missing prototypes
` [PATCH 05/16] ARM: kprobes: avoid missing-declaration warnings
` [PATCH 06/16] ARM: tcm: move tcm_init() prototype to asm/tcm.h
` [PATCH 07/16] ARM: add prototype for function called only from asm
` [PATCH 08/16] ARM: add clear/copy_user_highpage declarations
` [PATCH 09/16] ARM: cacheflush: avoid __flush_anon_page() missing-prototype warning
` [PATCH 10/16] ARM: nommu: include asm/idmap.h
` [PATCH 11/16] ARM: move setup functions to header
` [PATCH 12/16] ARM: fiq: include asm/mach/irq.h for prototypes
` [PATCH 13/16] ARM: vfp: add vfp_entry prototype
` [PATCH 14/16] ARM: add missing syscall prototypes
` [PATCH 15/16] ARM: decompressor: move function prototypes to misc.h
` [PATCH 16/16] ARM: xip-kernel: add __inflate_kernel_data prototype

[PATCH V10 0/4] riscv: Optimize function trace
 2023-05-17 11:09 UTC  (6+ messages)
` [PATCH V10 4/4] samples: ftrace: Add riscv support for SAMPLE_FTRACE_DIRECT[_MULTI]

[PATCH v2 0/4] Make fprobe + rethook immune to recursion
 2023-05-17  4:51 UTC  (21+ messages)
` [PATCH v2 1/4] rethook: use preempt_{disable, enable}_notrace in rethook_trampoline_handler
` [PATCH v2 2/4] fprobe: make fprobe_kprobe_handler recursion free
` [PATCH v2 3/4] fprobe: add recursion detection in fprobe_exit_handler
` [PATCH v2 4/4] rehook, fprobe: do not trace rethook related functions

[PATCH v2] tracing/user_events: Use non-RCU context for enabler writes
 2023-05-17  0:14 UTC 

[PATCH] tracing/user_events: Use non-RCU context for enabler writes
 2023-05-16 23:58 UTC 

[PATCH v2] tracing: Replace all non-returning strlcpy with strscpy
 2023-05-16 20:11 UTC  (3+ messages)

[PATCH] bpf: reject blacklisted symbols in kprobe_multi to avoid recursive trap
 2023-05-16 15:16 UTC  (14+ messages)

[PATCH] tracing: Replace all non-returning strlcpy with strscpy
 2023-05-16 14:45 UTC  (3+ messages)

[PATCH 0/4] Make fpobe + rethook immune to recursion
 2023-05-16  7:26 UTC  (12+ messages)
` [PATCH 1/4] rethook: use preempt_{disable, enable}_notrace in rethook_trampoline_handler
` [PATCH 2/4] fprobe: make fprobe_kprobe_handler recursion free
` [PATCH 3/4] fprobe: add recursion detection in fprobe_exit_handler
` [PATCH 4/4] rehook, fprobe: mark rethook related functions notrace


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