linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-09 12:37:30 to 2023-05-17 10:47:49 UTC [more...]

[PATCH v3 0/3] Make fprobe + rethook immune to recursion
 2023-05-17 10:47 UTC  (6+ 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 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] tracing/user_events: Run BPF program if attached
 2023-05-17  3:03 UTC  (17+ messages)

[PATCH 00/16] ARM: address -Wmissing-prototype warnings
 2023-05-17  1:29 UTC  (19+ 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 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 00/20] x86: address -Wmissing-prototype warnings
 2023-05-16 21:44 UTC  (22+ 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 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  (20+ messages)

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

[PATCH V10 0/4] riscv: Optimize function trace
 2023-05-16  9:50 UTC  (10+ messages)
` [PATCH V10 1/4] riscv: select FTRACE_MCOUNT_USE_PATCHABLE_FUNCTION_ENTRY
` [PATCH V10 2/4] riscv: ftrace: Add ftrace_graph_func
` [PATCH V10 3/4] riscv: ftrace: Add DYNAMIC_FTRACE_WITH_DIRECT_CALLS support
` [PATCH V10 4/4] samples: ftrace: Add riscv support for SAMPLE_FTRACE_DIRECT[_MULTI]

[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

[RFC PATCH v4 0/2] trace,smp: Add tracepoints for csd
 2023-05-15 18:47 UTC  (4+ messages)
` [RFC PATCH v4 1/2] trace,smp: Add tracepoints around remotelly called functions
` [RFC PATCH v4 2/2] trace,smp: Add tracepoints for scheduling "

[RFC PATCH v3 1/1] trace,smp: Add tracepoints around remotelly called functions
 2023-05-15 17:56 UTC  (3+ messages)

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

[PATCH v2 8/9] eventfs: moving tracing/events to eventfs
 2023-05-15 11:35 UTC  (7+ messages)

[PATCH 1/4] rethook: use preempt_{disable, enable}_notrace in rethook_trampoline_handler
 2023-05-15  3:13 UTC  (4+ messages)
` [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

[PATCH v9.1 00/11] tracing: Add fprobe/tracepoint events
 2023-05-14  4:11 UTC  (16+ 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 05/11] tracing/probes: Move event parameter fetching code to common parser
` [PATCH v9.1 07/11] tracing/probes: Add $$args meta argument for all function args
` [PATCH v9.1 11/11] Documentation: tracing/probes: Add fprobe event tracing document

[PATCH] kprobe: use preempt_{disable, enable}_notrace in kprobe_busy_{begin, end}
 2023-05-13  9:05 UTC 

[PATCH] rethook: use preempt_{disable, enable}_notrace in rethook_trampoline_handler
 2023-05-13  8:23 UTC 

[PATCH] rethook: use preempt_{disable, enable}_notrace in rethook_trampoline_handler
 2023-05-13  8:16 UTC 

[PATCH V8 0/4] riscv: Optimize function trace
 2023-05-13  2:57 UTC  (5+ messages)
` [PATCH V8 1/4] riscv: select FTRACE_MCOUNT_USE_PATCHABLE_FUNCTION_ENTRY
` [PATCH V8 4/4] samples: ftrace: Add riscv support for SAMPLE_FTRACE_DIRECT[_MULTI]

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

(no subject)
 2023-05-11 16:46 UTC  (4+ messages)
` [PATCH 1/2] tracing/osnoise: Switch from PF_NO_SETAFFINITY to migrate_disable
` [PATCH 2/2] tracing/osnoise: Skip running osnoise if all instances are off
` Subject: [PATCH 0/2] osnoise improvements

[PATCH] tracing/timerlat: Always wakeup the timerlat thread
 2023-05-11 16:32 UTC 

[PATCH V9 0/4] riscv: Optimize function trace
 2023-05-11 13:30 UTC  (10+ messages)
` [PATCH V9 1/4] riscv: select FTRACE_MCOUNT_USE_PATCHABLE_FUNCTION_ENTRY
` [PATCH V9 2/4] riscv: ftrace: Add ftrace_graph_func
` [PATCH V9 3/4] riscv: ftrace: Add DYNAMIC_FTRACE_WITH_DIRECT_CALLS support
` [PATCH V9 4/4] samples: ftrace: Add riscv support for SAMPLE_FTRACE_DIRECT[_MULTI]

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

[PATCH v6] f2fs: add async reset zone command support
 2023-05-11  5:24 UTC  (3+ messages)
    `  "

[RFC PATCH v2 1/1] trace,smp: Add tracepoints around remotelly called functions
 2023-05-10 23:05 UTC  (2+ messages)

[PATCH v2 0/9] tracing: introducing eventfs
 2023-05-10 11:25 UTC  (4+ messages)
` [PATCH v2 2/9] eventfs: adding eventfs dir add functions

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


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