index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_kprobe.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
trace_kprobes: Fix a memory leak bug and check kstrdup() return value
Masami Hiramatsu
2009-12-01
1
-7
/
+19
*
trace_kprobes: Don't output zero offset
Lai Jiangshan
2009-11-27
1
-3
/
+9
*
trace_kprobes: Always show group name
Lai Jiangshan
2009-11-27
1
-1
/
+1
*
trace_kprobes: Fix memory leak
Lai Jiangshan
2009-11-27
1
-1
/
+3
*
perf_events: Undo some recursion damage
Peter Zijlstra
2009-11-23
1
-6
/
+8
*
tracing: Use the perf recursion protection from trace event
Frederic Weisbecker
2009-11-22
1
-30
/
+18
*
tracing, perf_events: Protect the buffer from recursion in perf
Frederic Weisbecker
2009-11-08
1
-8
/
+42
*
tracing/kprobes: Rename Kprobe-tracer to kprobe-event
Masami Hiramatsu
2009-11-04
1
-4
/
+2
*
kprobe-tracer: Compare both of event-name and event-group to find probe
Masami Hiramatsu
2009-10-29
1
-3
/
+5
*
tracing/kprobes: Add failure messages for debugging
Masami Hiramatsu
2009-10-17
1
-8
/
+27
*
tracing/kprobes: Update kprobe-tracer selftest against new syntax
Masami Hiramatsu
2009-10-17
1
-2
/
+2
*
tracing/kprobes: Robustify fixed field names against variable field names con...
Masami Hiramatsu
2009-10-12
1
-4
/
+4
*
tracing/kprobes: Avoid field name confliction
Masami Hiramatsu
2009-10-12
1
-12
/
+53
*
tracing/kprobes: Make special variable names more self-explainable
Masami Hiramatsu
2009-10-12
1
-28
/
+24
*
tracing/kprobes: Remove '$ra' special variable
Masami Hiramatsu
2009-10-12
1
-11
/
+0
*
tracing/kprobes: Add $ prefix to special variables
Masami Hiramatsu
2009-10-12
1
-23
/
+37
*
tracing/kprobes: Use global event perf buffers in kprobe tracer
Masami Hiramatsu
2009-10-03
1
-42
/
+73
*
Merge commit 'linus/master' into tracing/kprobes
Frederic Weisbecker
2009-09-23
1
-9
/
+6
*
tracing/kprobes: Disable kprobe events by default after creation
Masami Hiramatsu
2009-09-17
1
-2
/
+2
*
tracing/kprobes: Fix profiling alignment for perf_counter buffer
Masami Hiramatsu
2009-09-17
1
-5
/
+12
*
tracing/kprobes: Add probe handler dispatcher to support perf and ftrace conc...
Masami Hiramatsu
2009-09-17
1
-22
/
+63
*
tracing/kprobes: Fix trace_probe registration order
Masami Hiramatsu
2009-09-17
1
-23
/
+19
*
tracing/kprobes: Support custom subsystem for each kprobe event
Masami Hiramatsu
2009-09-17
1
-6
/
+27
*
tracing/kprobes: Show event name in trace output
Masami Hiramatsu
2009-09-11
1
-5
/
+11
*
tracing/kprobes: Add argument name support
Masami Hiramatsu
2009-09-11
1
-64
/
+64
*
tracing/kprobes: Add event profiling support
Masami Hiramatsu
2009-09-11
1
-2
/
+108
*
tracing/kprobes: Cleanup kprobe tracer code.
Masami Hiramatsu
2009-09-11
1
-47
/
+34
*
tracing/kprobes: Fix probe offset to be unsigned
Masami Hiramatsu
2009-09-11
1
-12
/
+7
*
Merge commit 'tracing/core' into tracing/kprobes
Frederic Weisbecker
2009-09-11
1
-7
/
+9
*
tracing/kprobes: Change trace_arg to probe_arg
Masami Hiramatsu
2009-08-27
1
-9
/
+9
*
tracing/kprobes: Fix format typo in trace_kprobes
Masami Hiramatsu
2009-08-27
1
-1
/
+1
*
tracing: Add kprobes event profiling interface
Masami Hiramatsu
2009-08-27
1
-0
/
+43
*
tracing: Kprobe tracer assigns new event ids for each event
Masami Hiramatsu
2009-08-27
1
-36
/
+15
*
tracing: Generate names for each kprobe event automatically
Masami Hiramatsu
2009-08-27
1
-31
/
+33
*
tracing: Kprobe-tracer supports more than 6 arguments
Masami Hiramatsu
2009-08-27
1
-8
/
+13
*
tracing: Add kprobe-based event tracer
Masami Hiramatsu
2009-08-27
1
-0
/
+1202