LinuxLists
Users
About
zhangwei(Jovi) (
[email protected]
)
Number of posts: 141 (0.35 per day)
First post: 2013-03-04 10:13:17
Last post: 2014-04-17 08:06:50
Next Page
Date
List
Subject
2014-04-17 08:06:50
linux-kernel
[PATCH] tracing/uprobes: fix uprobe_cpu_buffer memory leak
2014-01-20 02:11:57
linux-kernel
Re: [PATCHSET 0/5] tracing/uprobes: Support multi buffer and event trigger
2013-09-03 11:12:17
linux-kernel
Re: [PATCH 10/13] tracing/uprobes: Fetch args before reserving a ring buffer
2013-08-22 23:57:49
linux-kernel
Re: [PATCH 10/13] tracing/uprobes: Fetch args before reserving a ring buffer
2013-08-13 07:13:00
linux-kernel
Re: Reading perf counters at ftrace trace boundaries
2013-08-12 10:02:20
linux-kernel
Re: [PATCH] ftrace: Add initialization check in trace_printk for *puts paths
2013-08-12 02:25:21
linux-kernel
Re: Reading perf counters at ftrace trace boundaries
2013-08-08 10:45:48
linux-kernel
[RFC] ktap: enable scripting for Linux tracing subsystem
2013-08-05 03:07:45
linux-kernel
Re: [PATCH 1/3] tracing: add ftrace_trace_stack into __trace_puts/__trace_bputs
2013-08-05 03:05:54
linux-kernel
Re: [PATCH] tracing: fix wrong output of the __array field type string
2013-07-31 10:39:32
linux-kernel
Re: [PATCH] relay: fix timer madness
2013-07-31 10:01:39
linux-kernel
[PATCH] relay: fix timer madness
2013-07-31 02:39:40
linux-kernel
[ANNOUNCE] ktap 0.2 released
2013-07-27 07:06:40
linux-kernel
[PATCH] relay: fix timer madness v3
2013-07-27 06:44:42
linux-kernel
[PATCH] tracing: fix wrong output of the __array field type string
2013-07-19 01:41:06
linux-kernel
Re: [PATCH 2/3] tracing: use trace_seq_puts()/trace_seq_putc() where possible
2013-07-18 08:35:17
linux-kernel
[PATCH 3/3 V2] tracing: guard tracing_selftest_disabled by CONFIG_FTRACE_STARTUP_TEST
2013-07-18 08:33:15
linux-kernel
[PATCH 1/3] tracing: add ftrace_trace_stack into __trace_puts/__trace_bputs
2013-07-18 08:32:36
linux-kernel
[PATCH 2/3] tracing: add TRACE_ITER_PRINTK flag check in __trace_puts/__trace_bputs
2013-07-15 08:41:38
linux-kernel
[PATCH 1/3] tracing: use correct config guard CONFIG_STACK_TRACER
2013-07-15 08:34:39
linux-kernel
[PATCH 3/3] tracing: typo fix on ring buffer comments
2013-07-15 08:33:50
linux-kernel
[PATCH 0/3] tracing: some minor fix
2013-07-15 08:33:28
linux-kernel
[PATCH 2/3] tracing: use trace_seq_puts()/trace_seq_putc() where possible
2013-07-10 02:20:37
linux-kernel
[PATCH V2] relay: fix timer madness
2013-07-04 11:12:38
linux-kernel
[PATCH 0/2 v6] tracing/uprobes: Support multibuffer and soft-mode disabling
2013-07-04 11:08:55
linux-kernel
[PATCH 2/2 v6] tracing/uprobes: Support soft-mode disabling
2013-07-04 11:07:09
linux-kernel
[PATCH 1/2 v6] tracing/uprobes: Support ftrace_event_file base multibuffer
2013-07-04 08:03:15
linux-kernel
Re: [PATCH 1/2 v5 typo updated] tracing/uprobes: Support ftrace_event_file base multibuffer
2013-07-04 07:03:52
linux-kernel
[PATCH 1/2 v5 typo updated] tracing/uprobes: Support ftrace_event_file base multibuffer
2013-07-04 06:56:49
linux-kernel
[PATCH 0/2 v5] tracing/uprobes: Support multibuffer and soft-mode disabling
2013-07-04 06:54:30
linux-kernel
[PATCH 1/2 v5] tracing/uprobes: Support ftrace_event_file base multibuffer
2013-07-04 06:54:18
linux-kernel
[PATCH 2/2 v5] tracing/uprobes: Support soft-mode disabling
2013-07-03 04:12:54
linux-kernel
Re: [PATCH v3 11/12] tracing: guard tracing_selftest_disabled by CONFIG_FTRACE_STARTUP_TEST
2013-07-03 04:02:52
linux-kernel
Re: [PATCH v3 01/12] tracing: move trace_array definition into include/linux/trace_array.h
2013-07-03 04:00:54
linux-kernel
Re: [PATCH v3 03/12] tracing: expose event tracing infrastructure
2013-07-02 07:04:58
linux-kernel
Re: [PATCH v4] tracing/uprobes: Support ftrace_event_file base multibuffer
2013-07-02 06:54:38
linux-kernel
Re: [PATCH v4] tracing/uprobes: Support ftrace_event_file base multibuffer
2013-07-02 04:55:43
linux-kernel
Re: [PATCH v2 00/11] tracing: trace event triggers
2013-07-02 03:59:20
linux-kernel
Re: [PATCH v2 00/11] tracing: trace event triggers
2013-06-29 09:30:57
linux-kernel
Re: [PATCH v2 00/11] tracing: trace event triggers
2013-06-29 07:52:13
linux-kernel
[PATCH v4] tracing/uprobes: Support ftrace_event_file base multibuffer
2013-06-29 06:27:26
linux-kernel
Re: [PATCH v2 03/11] tracing: add soft disable for syscall events
2013-06-28 10:59:28
linux-kernel
Re: [PATCH 1/2 v3] tracing/uprobes: Support ftrace_event_file base multibuffer
2013-06-25 10:39:22
linux-kernel
Re: [PATCH 1/2] tracing/kprobes: move free_trace_probe into unregister_trace_probe
2013-06-25 08:17:39
linux-kernel
[PATCH 1/2] tracing/kprobes: move free_trace_probe into unregister_trace_probe
2013-06-25 08:16:42
linux-kernel
[PATCH 2/2] tracing/uprobes: disallow unregister trace_uprobe when trace_uprobe is in use
2013-06-25 08:16:20
linux-kernel
[PATCH 0/2] tracing/kprobes&uprobes: some change on unregister logic
2013-06-25 03:37:36
linux-kernel
[PATCH 0/2 v3] tracing/uprobes: Support multibuffer and soft-mode disabling
2013-06-25 03:30:59
linux-kernel
[PATCH 2/2 v3] tracing/uprobes: Support soft-mode disabling
2013-06-25 03:30:57
linux-kernel
[PATCH 1/2 v3] tracing/uprobes: Support ftrace_event_file base multibuffer
2013-06-25 03:25:13
linux-kernel
Re: [PATCH v2] tracing/uprobes: Support ftrace_event_file base multibuffer