linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-16 16:20:52 to 2023-06-28 00:51:13 UTC [more...]

Please help, I want kprobe.multi support on arm64, but regs is replaced by args
 2023-06-28  0:50 UTC  (2+ messages)

[bug report] tracing: probeevent: Add array type support
 2023-06-28  0:09 UTC  (2+ messages)

[PATCH] fprobe: Release rethook after the ftrace_ops is unregistered
 2023-06-27 16:23 UTC  (5+ messages)

[PATCH V11 0/5] riscv: Optimize function trace
 2023-06-27 11:16 UTC  (6+ messages)
` [PATCH V11 1/5] riscv: select FTRACE_MCOUNT_USE_PATCHABLE_FUNCTION_ENTRY
` [PATCH V11 2/5] riscv: ftrace: Add ftrace_graph_func
` [PATCH V11 3/5] riscv: ftrace: Add DYNAMIC_FTRACE_WITH_DIRECT_CALLS support
` [PATCH V11 4/5] samples: ftrace: Add riscv support for SAMPLE_FTRACE_DIRECT[_MULTI]
` [PATCH V11 5/5] samples: ftrace: Make the riscv samples support RV32I

[RFC] tracing: Cleanup the correct ep in enable_trace_eprobe()
 2023-06-27  5:21 UTC  (3+ messages)

[PATCH v2 00/12] mm: jit/text allocator
 2023-06-26 17:48 UTC  (64+ messages)
` [PATCH v2 01/12] nios2: define virtual address space for modules
` [PATCH v2 02/12] mm: introduce execmem_text_alloc() and jit_text_alloc()
` [PATCH v2 03/12] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v2 04/12] mm/execmem, arch: convert remaining "
` [PATCH v2 05/12] modules, execmem: drop module_alloc
` [PATCH v2 06/12] mm/execmem: introduce execmem_data_alloc()
` [PATCH v2 07/12] arm64, execmem: extend execmem_params for generated code definitions
` [PATCH v2 08/12] riscv: extend execmem_params for kprobes allocations
` [PATCH v2 09/12] powerpc: "
` [PATCH v2 10/12] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v2 11/12] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v2 12/12] kprobes: remove dependcy on CONFIG_MODULES

[PATCH] tracing/probes: Delete dead code in trace_eprobe_tp_update_arg()
 2023-06-26 13:35 UTC 

[PATCH] selftests/ftrace: Correctly enable event in instance-event.tc
 2023-06-26 10:12 UTC  (3+ messages)

[PATCH 00/24 v2] Documentation: correct lots of spelling errors (series 1)
 2023-06-26  6:56 UTC  (2+ messages)

[PATCH v3 0/3] tracing/user_events: Fix incorrect return value for
 2023-06-26  6:15 UTC  (4+ messages)
` [PATCH v3 1/3] tracing/user_events: Fix incorrect return value for writing operation when events are disable

[PATCH V10 4/4] samples: ftrace: Add riscv support for SAMPLE_FTRACE_DIRECT[_MULTI]
 2023-06-25 20:32 UTC  (2+ messages)

[PATCH v5 bpf-next 00/11] bpf: Support ->fill_link_info for kprobe_multi and perf_event links
 2023-06-25 14:35 UTC  (25+ messages)
` [PATCH v5 bpf-next 01/11] bpf: Support ->fill_link_info for kprobe_multi
` [PATCH v5 bpf-next 02/11] bpftool: Dump the kernel symbol's module name
` [PATCH v5 bpf-next 03/11] bpftool: Show kprobe_multi link info
` [PATCH v5 bpf-next 04/11] bpf: Protect probed address based on kptr_restrict setting
` [PATCH v5 bpf-next 05/11] bpf: Clear the probe_addr for uprobe
` [PATCH v5 bpf-next 06/11] bpf: Expose symbol's respective address
` [PATCH v5 bpf-next 07/11] bpf: Add a common helper bpf_copy_to_user()
` [PATCH v5 bpf-next 08/11] bpf: Add bpf_perf_link_fill_common()
` [PATCH v5 bpf-next 09/11] bpf: Support ->fill_link_info for perf_event
` [PATCH v5 bpf-next 10/11] bpftool: Add perf event names
` [PATCH v5 bpf-next 11/11] bpftool: Show perf link info

[PATCH -next] x86/ftrace: Remove unsued extern declaration ftrace_regs_caller_ret()
 2023-06-25  6:01 UTC  (2+ messages)

[PATCH 08/11] sysctl: Add size to register_sysctl_init
 2023-06-23 15:20 UTC  (14+ messages)
  ` [PATCH 09/11] sysctl: Remove the end element in sysctl table arrays

[PATCH 65/79] tracefs: switch to new ctime accessors
 2023-06-23 12:41 UTC  (3+ messages)
    ` [PATCH 01/79] fs: add ctime accessors infrastructure
    ` [PATCH 00/79] fs: new accessors for inode->i_ctime

[PATCH v3 3/3] selftests/user_events: Add test cases when event is diabled
 2023-06-22 20:50 UTC  (4+ messages)

[PATCH v3 2/3] selftests/user_events: Enable the event before write_fault test in ftrace self-test
 2023-06-22 20:24 UTC  (2+ messages)

[PATCH v3 00/10] tracing: introducing eventfs
 2023-06-22  3:31 UTC  (5+ messages)

[PATCH] tracing/probes: Fix tracepoint event with $arg* to fetch correct argument
 2023-06-22  0:56 UTC  (5+ messages)

[PATCH v4 bpf-next 00/11] bpf: Support ->fill_link_info for kprobe_multi and perf_event links
 2023-06-22  0:54 UTC  (16+ messages)
` [PATCH v4 bpf-next 01/11] bpf: Support ->fill_link_info for kprobe_multi
` [PATCH v4 bpf-next 02/11] bpftool: Dump the kernel symbol's module name
` [PATCH v4 bpf-next 03/11] bpftool: Show kprobe_multi link info
` [PATCH v4 bpf-next 04/11] bpf: Protect probed address based on kptr_restrict setting
` [PATCH v4 bpf-next 05/11] bpf: Clear the probe_addr for uprobe
` [PATCH v4 bpf-next 06/11] bpf: Expose symbol's respective address
` [PATCH v4 bpf-next 07/11] bpf: Add a common helper bpf_copy_to_user()
` [PATCH v4 bpf-next 08/11] bpf: Add bpf_perf_link_fill_common()
` [PATCH v4 bpf-next 09/11] bpf: Support ->fill_link_info for perf_event
` [PATCH v4 bpf-next 10/11] bpftool: Add perf event names
` [PATCH v4 bpf-next 11/11] bpftool: Show perf link info

[PATCH 5.15] tracing: Add tracing_reset_all_online_cpus_unlocked() function
 2023-06-21 18:41 UTC  (2+ messages)

[PATCH 1/2] tracing/probes: Fix to return NULL and keep using current argc
 2023-06-21 16:45 UTC  (4+ messages)
` [PATCH 2/2] Documentation: Fix typo of reference file name

[RESEND][PATCH v2 0/3] Add basic tracing for uclamp and schedutil
 2023-06-21  3:25 UTC  (9+ 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 mm-unstable v2 00/10] mm/kvm: locklessly clear the accessed bit
 2023-06-21  2:51 UTC  (18+ messages)
` [PATCH mm-unstable v2 01/10] mm/kvm: add mmu_notifier_ops->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()
` kvm/arm64: Spark benchmark
` kvm/x86: multichase benchmark

[PATCH v3 bpf-next 00/10] bpf: Support ->fill_link_info for kprobe_multi and perf_event links
 2023-06-21  1:29 UTC  (23+ messages)
` [PATCH v3 bpf-next 01/10] bpf: Support ->fill_link_info for kprobe_multi
` [PATCH v3 bpf-next 02/10] bpftool: Dump the kernel symbol's module name
` [PATCH v3 bpf-next 03/10] bpftool: Show probed function in kprobe_multi link info
` [PATCH v3 bpf-next 08/10] bpf: Support ->fill_link_info for perf_event
` [PATCH v3 bpf-next 10/10] bpftool: Show probed function in perf_event link info

[PATCH v2] tracing/boot: Replace strlcpy with strscpy
 2023-06-20 20:35 UTC  (5+ messages)

[PATCH v11 5/8] riscv: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVAL
 2023-06-20 19:54 UTC  (2+ messages)

[PATCH v2 0/3] tracing/user_events: Fix incorrect return value for
 2023-06-20 15:13 UTC  (7+ messages)
` [PATCH v2 1/3] tracing/user_events: Fix incorrect return value for writing operation when events are disabled

[PATCH 5.10] tracing: Add tracing_reset_all_online_cpus_unlocked() function
 2023-06-19 13:38 UTC  (3+ messages)

[PATCH 5.4] tracing: Add tracing_reset_all_online_cpus_unlocked() function
 2023-06-20  1:31 UTC 

[PATCH 5.10] tracing: Add tracing_reset_all_online_cpus_unlocked() function
 2023-06-20  1:31 UTC 

[PATCH v2 0/9] tracing: introducing eventfs
 2023-06-19  5:24 UTC  (5+ messages)
` [PATCH v2 2/9] eventfs: adding eventfs dir add functions

[PATCH 0/5] tracing: Improbe BTF support on probe events
 2023-06-17  9:47 UTC  (6+ messages)
` [PATCH 1/5] tracing/probes: Support BTF based data structure field access
` [PATCH 2/5] tracing/probes: Support BTF field access from retval
` [PATCH 3/5] tracing/probes: Add string type check with BTF
` [PATCH 4/5] selftests/ftrace: Add BTF fields access testcases
` [PATCH 5/5] Documentation: tracing: Update fprobe event example with BTF field


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