index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
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
*
perf/trace: Add ability to set a target task for events
Andrew Vagin
2012-07-31
1
-2
/
+4
*
tracing: Provide trace events interface for uprobes
Srikar Dronamraju
2012-05-07
1
-1
/
+1
*
tracing: Extract out common code for kprobes/uprobes trace events
Srikar Dronamraju
2012-05-07
1
-871
/
+18
*
tracing: Modify is_delete, is_return from int to bool
Srikar Dronamraju
2012-05-07
1
-8
/
+8
*
ftrace, perf: Add add/del tracepoint perf registration actions
Jiri Olsa
2012-02-21
1
-0
/
+2
*
ftrace, perf: Add open/close tracepoint perf registration actions
Jiri Olsa
2012-02-21
1
-1
/
+5
*
ftrace/kprobes: Fix not to delete probes if in use
Masami Hiramatsu
2011-10-10
1
-9
/
+49
*
tracing/kprobe: Update symbol reference when loading module
Masami Hiramatsu
2011-07-15
1
-1
/
+36
*
tracing/kprobes: Support module init function probing
Masami Hiramatsu
2011-07-15
1
-26
/
+138
*
tracing/kprobes: Merge trace probe enable/disable functions
Masami Hiramatsu
2011-07-15
1
-56
/
+36
*
tracing/kprobes: Rename probe_* to trace_probe_*
Masami Hiramatsu
2011-07-14
1
-21
/
+22
*
Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Ingo Molnar
2011-07-05
1
-2
/
+4
|
\
|
*
tracing/kprobes: Fix kprobe-tracer to support stack trace
Masami Hiramatsu
2011-06-14
1
-2
/
+4
*
|
kprobes/trace: Fix kprobe selftest for gcc 4.6
Steven Rostedt
2011-06-07
1
-2
/
+6
|
/
*
sched: Get rid of lock_depth
Jonathan Corbet
2011-04-24
1
-1
/
+0
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-1
/
+1
*
tracing/kprobe: Fix NULL pointer deref check
Masami Hiramatsu
2011-02-14
1
-1
/
+1
*
tracing/kprobes: Add bitfield type
Masami Hiramatsu
2011-02-07
1
-1
/
+103
*
tracing/kprobes: Support longer (>128 bytes) command
Masami Hiramatsu
2011-02-07
1
-1
/
+1
*
tracing/kprobes: Cleanup strict_strtol() using code
Masami Hiramatsu
2011-02-07
1
-3
/
+2
*
Remove duplicate includes from many files
Zimny Lech
2010-10-27
1
-1
/
+0
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
2010-10-24
1
-1
/
+1
|
\
|
*
Merge branch 'master' into for-next
Jiri Kosina
2010-08-10
1
-87
/
+296
|
|
\
|
*
|
fix printk typo 'faild'
Paul Bolle
2010-08-09
1
-1
/
+1
*
|
|
tracing/kprobe: Fix handling of C-unlike argument names
Masami Hiramatsu
2010-09-08
1
-8
/
+12
*
|
|
tracing/kprobes: Fix handling of argument names
Masami Hiramatsu
2010-09-08
1
-7
/
+10
*
|
|
tracing/kprobe: Fix a memory leak in error case
Masami Hiramatsu
2010-09-08
1
-3
/
+3
|
|
/
|
/
|
*
|
tracing/kprobes: unregister_trace_probe needs to be called under mutex
Srikar Dronamraju
2010-08-04
1
-0
/
+3
*
|
tracing/kprobes: Support "string" type
Masami Hiramatsu
2010-07-05
1
-78
/
+292
*
|
tracing: Remove redundant raw_init callbacks
Li Zefan
2010-06-28
1
-9
/
+1
|
/
*
perf_events, trace: Fix probe unregister race
Peter Zijlstra
2010-05-31
1
-2
/
+2
*
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...
Steven Rostedt
2010-05-21
1
-9
/
+8
|
\
|
*
perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to tr...
Peter Zijlstra
2010-05-21
1
-3
/
+6
|
*
perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoin...
Peter Zijlstra
2010-05-21
1
-6
/
+4
|
*
perf/ftrace: Optimize perf/tracepoint interaction for single events
Peter Zijlstra
2010-05-18
1
-2
/
+2
*
|
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...
Steven Rostedt
2010-05-18
1
-206
/
+329
|
\
\
|
|
/
|
*
tracing/kprobes: Support basic types on dynamic events
Masami Hiramatsu
2010-04-14
1
-206
/
+329
*
|
tracing: Combine event filter_active and enable into single flags field
Steven Rostedt
2010-05-14
1
-1
/
+1
*
|
tracing: Remove duplicate id information in event structure
Steven Rostedt
2010-05-14
1
-8
/
+10
*
|
tracing: Move print functions into event class
Steven Rostedt
2010-05-14
1
-8
/
+6
*
|
tracing: Allow events to share their print functions
Steven Rostedt
2010-05-14
1
-8
/
+14
*
|
tracing: Move raw_init from events to class
Steven Rostedt
2010-05-14
1
-3
/
+3
*
|
tracing: Move fields from event to class structure
Steven Rostedt
2010-05-14
1
-4
/
+4
*
|
tracing: Remove per event trace registering
Steven Rostedt
2010-05-14
1
-9
/
+25
*
|
tracing: Create class struct for events
Steven Rostedt
2010-05-14
1
-6
/
+6
|
/
*
perf: Drop the obsolete profile naming for trace events
Frederic Weisbecker
2010-03-10
1
-14
/
+14
*
perf: Take a hot regs snapshot for trace events
Frederic Weisbecker
2010-03-10
1
-2
/
+3
*
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2010-02-28
1
-123
/
+73
|
\
|
*
tracing/kprobe: Cleanup unused return value of tracing functions
Xiao Guangrong
2010-01-29
1
-17
/
+10
|
*
perf: Factorize trace events raw sample buffer operations
Xiao Guangrong
2010-01-29
1
-76
/
+10
[next]