index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_kprobe.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2015-04-14
1
-1
/
+9
|
\
|
*
tracing, perf: Implement BPF programs attached to kprobes
Alexei Starovoitov
2015-04-02
1
-0
/
+8
|
*
tracing: Add kprobe flag
Alexei Starovoitov
2015-04-02
1
-1
/
+1
*
|
Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2015-04-14
1
-2
/
+3
|
\
\
|
*
|
trace: Don't use __weak in header files
Stephen Rothwell
2015-03-25
1
-2
/
+3
|
|
/
*
|
Merge tag 'trace-4.1-tracefs' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2015-04-14
1
-5
/
+5
|
\
\
|
|
/
|
/
|
|
*
tracing: Convert the tracing facility over to use tracefs
Steven Rostedt (Red Hat)
2015-02-03
1
-5
/
+5
*
|
Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2015-02-12
1
-1
/
+1
|
\
\
|
|
/
|
*
tracing: Use IS_ERR() check for return value of tracing_init_dentry()
Steven Rostedt (Red Hat)
2015-01-22
1
-1
/
+1
*
|
perf: Avoid horrible stack usage
Peter Zijlstra (Intel)
2015-01-14
1
-2
/
+2
|
/
*
kprobes/tracing: Use trace_seq_has_overflowed() for overflow checks
Steven Rostedt (Red Hat)
2014-11-19
1
-26
/
+16
*
trace: Replace single-character seq_puts with seq_putc
Rasmus Villemoes
2014-11-14
1
-4
/
+4
*
tracing: Replace seq_printf by simpler equivalents
Rasmus Villemoes
2014-11-13
1
-2
/
+2
*
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2014-06-12
1
-30
/
+41
|
\
|
*
kprobes, ftrace: Use NOKPROBE_SYMBOL macro in ftrace
Masami Hiramatsu
2014-04-24
1
-27
/
+39
|
*
kprobes, ftrace: Allow probing on some functions
Masami Hiramatsu
2014-04-24
1
-3
/
+2
*
|
tracing/kprobes: Avoid self tests if tracing is disabled on boot up
Yoshihiro YUNOMAE
2014-06-06
1
-0
/
+3
|
/
*
tracepoint: Use struct pointer instead of name hash for reg/unreg tracepoints
Mathieu Desnoyers
2014-04-08
1
-8
/
+13
*
tracing/uprobes: Support ftrace_event_file base multibuffer
zhangwei(Jovi)
2014-02-20
1
-17
/
+0
*
tracing: Consolidate event trigger code
Steven Rostedt (Red Hat)
2014-01-09
1
-40
/
+8
*
tracing/kprobes: Add trace event trigger invocations
Tom Zanussi
2014-01-06
1
-6
/
+36
*
tracing/uprobes: Add @+file_offset fetch method
Namhyung Kim
2014-01-02
1
-0
/
+8
*
tracing/probes: Implement 'memory' fetch method for uprobes
Namhyung Kim
2014-01-02
1
-0
/
+77
*
tracing/probes: Move 'symbol' fetch method to kprobes
Namhyung Kim
2014-01-02
1
-0
/
+59
*
tracing/probes: Implement 'stack' fetch method for uprobes
Namhyung Kim
2014-01-02
1
-0
/
+15
*
tracing/probes: Split [ku]probes_fetch_type_table
Namhyung Kim
2014-01-02
1
-0
/
+20
*
tracing/probes: Integrate duplicate set_print_fmt()
Namhyung Kim
2014-01-02
1
-62
/
+1
*
tracing/kprobes: Move common functions to trace_probe.h
Namhyung Kim
2014-01-02
1
-48
/
+0
*
tracing/kprobes: Factor out struct trace_probe
Namhyung Kim
2014-01-02
1
-285
/
+275
*
tracing: Update event filters for multibuffer
Tom Zanussi
2013-11-05
1
-2
/
+2
*
tracing/kprobes: Fail to unregister if probe event files are in use
Steven Rostedt (Red Hat)
2013-07-31
1
-6
/
+15
*
tracing/kprobe: Wait for disabling all running kprobe handlers
Masami Hiramatsu
2013-07-18
1
-6
/
+17
*
tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare()
Oleg Nesterov
2013-07-18
1
-6
/
+0
*
tracing/kprobes: Don't pass addr=ip to perf_trace_buf_submit()
Oleg Nesterov
2013-07-01
1
-4
/
+2
*
tracing/kprobes: Turn trace_probe->files into list_head
Oleg Nesterov
2013-07-01
1
-101
/
+37
*
tracing/kprobes: Kill probe_enable_lock
Oleg Nesterov
2013-07-01
1
-23
/
+20
*
tracing/kprobes: Avoid perf_trace_buf_*() if ->perf_events is empty
Oleg Nesterov
2013-07-01
1
-4
/
+8
*
tracing/kprobes: Remove unnecessary checking of trace_probe_is_enabled
zhangwei(Jovi)
2013-06-19
1
-2
/
+1
*
tracing/kprobes: Make print_*probe_event static
Masami Hiramatsu
2013-05-15
1
-2
/
+2
*
tracing/kprobes: Fix a sparse warning for incorrect type in assignment
Masami Hiramatsu
2013-05-15
1
-1
/
+1
*
tracing/kprobes: Use rcu_dereference_raw for tp->files
Masami Hiramatsu
2013-05-15
1
-10
/
+37
*
tracing/kprobes: Support soft-mode disabling
Masami Hiramatsu
2013-05-09
1
-0
/
+6
*
tracing/kprobes: Support ftrace_event_file base multibuffer
Masami Hiramatsu
2013-05-09
1
-36
/
+214
*
tracing/kprobes: Pass trace_probe directly from dispatcher
Masami Hiramatsu
2013-05-09
1
-17
/
+16
*
tracing/kprobes: Increment probe hit-count even if it is used by perf
Masami Hiramatsu
2013-05-09
1
-4
/
+4
*
tracing/kprobes: Use bool for retprobe checker
Masami Hiramatsu
2013-05-09
1
-1
/
+1
*
tracing/kprobes: Fix to increment return event probe hit-count
Masami Hiramatsu
2013-05-09
1
-0
/
+2
*
tracing: Use irq_work for wake ups and remove *_nowake_*() functions
Steven Rostedt
2012-11-02
1
-4
/
+4
*
tracing: Replace strict_strto* with kstrto*
Daniel Walter
2012-10-31
1
-1
/
+1
*
perf/trace: Add ability to set a target task for events
Andrew Vagin
2012-07-31
1
-2
/
+4
[next]