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