linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-25 02:36:53 to 2024-06-01 19:20:11 UTC [more...]

[PATCH 00/20] function_graph: Allow multiple users for function graph tracing
 2024-06-01 19:19 UTC  (36+ messages)
` [PATCH 01/20] function_graph: Convert ret_stack to a series of longs
` [PATCH 02/20] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
` [PATCH 03/20] function_graph: Add an array structure that will allow multiple callbacks
` [PATCH 04/20] function_graph: Allow multiple users to attach to function graph
` [PATCH 05/20] function_graph: Handle tail calls for stack unwinding
` [PATCH 06/20] function_graph: Remove logic around ftrace_graph_entry and return
` [PATCH 07/20] ftrace/function_graph: Pass fgraph_ops to function graph callbacks
` [PATCH 08/20] ftrace: Allow function_graph tracer to be enabled in instances
` [PATCH 09/20] ftrace: Allow ftrace startup flags to exist without dynamic ftrace
` [PATCH 10/20] function_graph: Have the instances use their own ftrace_ops for filtering
` [PATCH 11/20] function_graph: Use a simple LRU for fgraph_array index number
` [PATCH 12/20] function_graph: Add "task variables" per task for fgraph_ops
` [PATCH 13/20] function_graph: Move set_graph_function tests to shadow stack global var
` [PATCH 14/20] function_graph: Move graph depth stored data "
` [PATCH 15/20] function_graph: Move graph notrace bit "
` [PATCH 16/20] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
` [PATCH 17/20] function_graph: Add selftest for passing local variables
` [PATCH 18/20] ftrace: Add multiple fgraph storage selftest
` [PATCH 19/20] function_graph: Use for_each_set_bit() in __ftrace_return_to_handler()
` [PATCH 20/20] function_graph: Use bitmask to loop on fgraph entry

[PATCH net-next v10 00/14] Device Memory TCP
 2024-06-01 13:09 UTC  (18+ messages)
` [PATCH net-next v10 01/14] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
` [PATCH net-next v10 03/14] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v10 04/14] netdev: support binding dma-buf to netdevice
` [PATCH net-next v10 05/14] netdev: netdevice devmem allocator
` [PATCH net-next v10 06/14] page_pool: convert to use netmem
` [PATCH net-next v10 07/14] page_pool: devmem support
` [PATCH net-next v10 08/14] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v10 09/14] net: support non paged skb frags
` [PATCH net-next v10 10/14] net: add support for skbs with unreadable frags
` [PATCH net-next v10 11/14] tcp: RX path for devmem TCP
` [PATCH net-next v10 12/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v10 13/14] net: add devmem TCP documentation
` [PATCH net-next v10 14/14] selftests: add ncdevmem, netcat for devmem TCP

[PATCH v2 0/3] tracing/probes: Support tracepoint events on modules
 2024-06-01  8:22 UTC  (4+ messages)
` [PATCH v2 1/3] tracepoint: Support iterating over tracepoints "
` [PATCH v2 2/3] tracing/fprobe: Support raw tracepoint events "
` [PATCH v2 3/3] sefltests/tracing: Add a test for "

[PATCH] tracing/fprobe: Support raw tracepoint events on modules
 2024-06-01  1:35 UTC  (3+ messages)

[PATCH RFC 0/4] static key support for error injection functions
 2024-05-31 23:50 UTC  (11+ messages)
` [PATCH RFC 1/4] fault-inject: add support for static keys around fault injection sites
` [PATCH RFC 2/4] error-injection: support static keys around injectable functions
` [PATCH RFC 3/4] mm, slab: add static key for should_failslab()
` [PATCH RFC 4/4] mm, page_alloc: add static key for should_fail_alloc_page()

[PATCH] mctp i2c: Add rx trace
 2024-05-31 22:13 UTC  (5+ messages)

[PATCH v11 00/21] GenieZone hypervisor drivers
 2024-05-31 20:36 UTC  (23+ messages)
` [PATCH v11 01/21] virt: geniezone: enable gzvm-ko in defconfig
` [PATCH v11 02/21] docs: geniezone: Introduce GenieZone hypervisor
` [PATCH v11 03/21] dt-bindings: hypervisor: Add MediaTek "
` [PATCH v11 04/21] virt: geniezone: Add GenieZone hypervisor driver
` [PATCH v11 05/21] virt: geniezone: Add vm support
` [PATCH v11 06/21] virt: geniezone: Add set_user_memory_region for vm
` [PATCH v11 07/21] virt: geniezone: Add vm capability check
` [PATCH v11 08/21] virt: geniezone: Add vcpu support
` [PATCH v11 09/21] virt: geniezone: Add irqchip support for virtual interrupt injection
` [PATCH v11 10/21] virt: geniezone: Add irqfd support
` [PATCH v11 11/21] virt: geniezone: Add ioeventfd support
` [PATCH v11 12/21] virt: geniezone: Add memory region purpose for hypervisor
` [PATCH v11 13/21] virt: geniezone: Add dtb config support
` [PATCH v11 14/21] virt: geniezone: Optimize performance of protected VM memory
` [PATCH v11 15/21] virt: geniezone: Add memory pin/unpin support
` [PATCH v11 16/21] virt: geniezone: Add demand paging support
` [PATCH v11 17/21] virt: geniezone: Add block-based "
` [PATCH v11 18/21] virt: geniezone: Add memory relinquish support
` [PATCH v11 19/21] virt: geniezone: Provide individual VM memory statistics within debugfs
` [PATCH v11 20/21] virt: geniezone: Add tracing support for hyp call and vcpu exit_reason
` [PATCH v11 21/21] virt: geniezone: Enable PTP for synchronizing time between host and guest VMs

[PATCHv7 bpf-next 0/9] uprobe: uretprobe speed up
 2024-05-31 17:52 UTC  (2+ messages)

[PATCH 0/2] selftests/tracing: Fix ftracetest testcase issues
 2024-05-31 15:00 UTC  (6+ messages)
` [PATCH 1/2] selftests/tracing: Fix event filter test to retry up to 10 times
` [PATCH 2/2] selftests/tracing: Fix to check the required syscall event

[PATCH 0/3] tracing: Fix some selftest issues
 2024-05-31 14:20 UTC  (11+ messages)
` [PATCH 1/3] tracing: Build event generation tests only as modules
` [PATCH 2/3] tracing/kprobe: Remove unneeded WARN_ON_ONCE() in selftests
` [PATCH 3/3] tracing/kprobe: Remove cleanup code unrelated to selftest

[syzbot] Monthly trace report (May 2024)
 2024-05-31  6:50 UTC 

[PATCH v2] sched/rt: Clean up usage of rt_task()
 2024-05-31  6:30 UTC  (10+ messages)

[PATCHv6 bpf-next 0/9] uprobe: uretprobe speed up
 2024-05-30 23:04 UTC  (3+ messages)
` [PATCHv6 bpf-next 1/9] x86/shstk: Make return uprobe work with shadow stack

[PATCH 0/4] MCE wrapper and support for new SMCA syndrome MSRs
 2024-05-30 21:16 UTC  (5+ messages)
` [PATCH 1/4] x86/mce: Add wrapper for struct mce to export vendor specific info
` [PATCH 2/4] x86/mce, EDAC/mce_amd: Add support for new MCA_SYND{1,2} registers
` [PATCH 3/4] x86/mce/apei: Handle variable register array size
` [PATCH 4/4] EDAC/mce_amd: Add support for FRU Text in MCA

Bug in Kernel 6.8.x, 6.9.x Causing Trace/Panic During Shutdown/Reboot
 2024-05-30 13:59 UTC  (15+ messages)

How to trace kvm:kvm_exit using fprobe?
 2024-05-30 12:57 UTC 

[PATCH net-next v9 00/14] Device Memory TCP
 2024-05-29 19:49 UTC  (9+ messages)
` [PATCH net-next v9 04/14] netdev: support binding dma-buf to netdevice
` [PATCH net-next v9 11/14] tcp: RX path for devmem TCP

[PATCH v3 0/3] Clean up usage of rt_task()
 2024-05-29 10:26 UTC  (6+ messages)
` [PATCH v3 1/3] sched/rt: "
` [PATCH v3 2/3] hrtimer: Convert realtime_task() to realtime_task_policy()
` [PATCH v3 3/3] sched/rt, dl: Convert functions to return bool

[linus:master] [net] e9669a00bb: aim9.udp_test.ops_per_sec 2.7% improvement
 2024-05-29  2:35 UTC 

[PATCH 0/2] Objpool performance improvements
 2024-05-28 20:30 UTC  (8+ messages)
` [PATCH 1/2] objpool: enable inlining objpool_push() and objpool_pop() operations
` [PATCH 2/2] objpool: cache nr_possible_cpus() and avoid caching nr_cpu_ids

[PATCH] rv: Update rv_en(dis)able_monitor doc to match kernel-doc
 2024-05-28 13:17 UTC  (2+ messages)

[PATCH] [v5] kallsyms: rework symbol lookup return codes
 2024-05-28 13:03 UTC  (2+ messages)

[linus:master] [mm] d99e3140a4: BUG:KCSAN:data-race_in_folio_remove_rmap_ptes/print_report
 2024-05-28  8:42 UTC  (4+ messages)

ARM Ftrace Function Graph Fails With UNWINDER_FRAME_POINTER
 2024-05-28  4:52 UTC  (6+ messages)

[PATCH v3] ftrace: Hide one more entry in stack trace when ftrace_pid is enabled
 2024-05-28  3:24 UTC 

[PATCH v2] ftrace: Fix stack trace entry generated by ftrace_pid_func()
 2024-05-28  2:55 UTC  (3+ messages)

[PATCH v2 0/2] tracing/user_events: Fix non-spaced field matching
 2024-05-28  2:08 UTC  (3+ messages)
` [PATCH v2 2/2] selftests/user_events: Add non-spacing separator check

[PATCH 0/6] Cleanup cpumask.h inclusion in core headers
 2024-05-28  0:56 UTC  (7+ messages)
` [PATCH 1/6] MAINTAINERS: add linux/nodemask_types.h to BITMAP API
` [PATCH 2/6] sched: avoid using ilog2() in sched.h
` [PATCH 3/6] cpumask: split out include/linux/cpumask_types.h
` [PATCH 4/6] sched: drop sched.h dependency on cpumask
` [PATCH 5/6] cpumask: cleanup core headers inclusion
` [PATCH 6/6] cpumask: make core headers including cpumask_types.h where possible

[PATCH] ftrace: adding the missing parameter descriptions of unregister_ftrace_direct
 2024-05-28  0:50 UTC 

[PATCH 0/2] ring-buffer: Fix a race between readers and resize checks
 2024-05-27 23:43 UTC  (5+ messages)
` [PATCH 2/2] "

[PATCH v2] tracing/probes: fix error check in parse_btf_field()
 2024-05-27 12:31 UTC  (2+ messages)

[PATCH 0/2] Improve dump_page() output for slab pages
 2024-05-27 10:48 UTC  (6+ messages)
` [PATCH 2/2] mm: debug: print correct information for slab folios

[PATCH] ftrace: Fix stack trace entry generated by ftrace_pid_func()
 2024-05-27  5:47 UTC  (4+ messages)

[PATCH] tracing/probes: fix error check in parse_btf_field()
 2024-05-26 23:13 UTC  (4+ messages)

[PATCH v10 00/36] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-05-25  9:48 UTC  (6+ messages)
` [PATCH v10 07/36] function_graph: Allow multiple users to attach to function graph

[PATCH 0/2] selftests/ftrace: Fix config related issues
 2024-05-25  4:28 UTC  (5+ messages)
` [PATCH 1/2] selftests/ftrace: Fix to check required event file
` [PATCH 2/2] selftests/ftrace: Update required config


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 NNTP newsgroup(s).