summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_kprobe.c
Commit message (Expand)AuthorAgeFilesLines
* sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar2017-03-021-0/+1
* Merge tag 'trace-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-02-271-0/+1
|\
| * tracing/probe: Show subsystem name in messagesMasami Hiramatsu2017-02-151-0/+1
* | tracing/kprobes: Fix __init annotationArnd Bergmann2017-02-021-1/+1
|/
* kprobes/trace: Fix kprobe selftest for newer gccMarcin Nowakowski2016-12-121-5/+23
* tracing/kprobes: Add a helper method to return number of probe hitsMarcin Nowakowski2016-12-121-6/+13
* ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal typesMasami Hiramatsu2016-08-231-0/+4
* tracing: expose current->comm to [ku]probe eventsOmar Sandoval2016-06-201-0/+1
* perf: split perf_trace_buf_prepare into alloc and update partsAlexei Starovoitov2016-04-071-4/+6
* kernel/...: convert pr_warning to pr_warnJoe Perches2016-03-221-16/+11
* kprobes: Optimize hot path by using percpu counter to collect 'nhit' statisticsMartin KaFai Lau2016-02-091-4/+15
* lib: introduce strncpy_from_unsafe()Alexei Starovoitov2015-08-281-16/+4
* tracing: Rename ftrace_trigger_soft_disabled() to trace_trigger_soft_disabled()Steven Rostedt (Red Hat)2015-05-131-2/+2
* tracing: Rename ftrace_event_name() to trace_event_name()Steven Rostedt (Red Hat)2015-05-131-8/+8
* tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Steven Rostedt (Red Hat)2015-05-131-9/+9
* tracing: Rename ftrace_event_file to trace_event_fileSteven Rostedt (Red Hat)2015-05-131-16/+16
* tracing: Rename (un)register_ftrace_event() to (un)register_trace_event()Steven Rostedt (Red Hat)2015-05-131-2/+2
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-141-1/+9
|\
| * tracing, perf: Implement BPF programs attached to kprobesAlexei Starovoitov2015-04-021-0/+8
| * tracing: Add kprobe flagAlexei Starovoitov2015-04-021-1/+1
* | Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-04-141-2/+3
|\ \
| * | trace: Don't use __weak in header filesStephen Rothwell2015-03-251-2/+3
| |/
* | Merge tag 'trace-4.1-tracefs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-04-141-5/+5
|\ \ | |/ |/|
| * tracing: Convert the tracing facility over to use tracefsSteven Rostedt (Red Hat)2015-02-031-5/+5
* | Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2015-02-121-1/+1
|\|
| * tracing: Use IS_ERR() check for return value of tracing_init_dentry()Steven Rostedt (Red Hat)2015-01-221-1/+1
* | perf: Avoid horrible stack usagePeter Zijlstra (Intel)2015-01-141-2/+2
|/
* kprobes/tracing: Use trace_seq_has_overflowed() for overflow checksSteven Rostedt (Red Hat)2014-11-191-26/+16
* trace: Replace single-character seq_puts with seq_putcRasmus Villemoes2014-11-141-4/+4
* tracing: Replace seq_printf by simpler equivalentsRasmus Villemoes2014-11-131-2/+2
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-121-30/+41
|\
| * kprobes, ftrace: Use NOKPROBE_SYMBOL macro in ftraceMasami Hiramatsu2014-04-241-27/+39
| * kprobes, ftrace: Allow probing on some functionsMasami Hiramatsu2014-04-241-3/+2
* | tracing/kprobes: Avoid self tests if tracing is disabled on boot upYoshihiro YUNOMAE2014-06-061-0/+3
|/
* tracepoint: Use struct pointer instead of name hash for reg/unreg tracepointsMathieu Desnoyers2014-04-081-8/+13
* tracing/uprobes: Support ftrace_event_file base multibufferzhangwei(Jovi)2014-02-201-17/+0
* tracing: Consolidate event trigger codeSteven Rostedt (Red Hat)2014-01-091-40/+8
* tracing/kprobes: Add trace event trigger invocationsTom Zanussi2014-01-061-6/+36
* tracing/uprobes: Add @+file_offset fetch methodNamhyung Kim2014-01-021-0/+8
* tracing/probes: Implement 'memory' fetch method for uprobesNamhyung Kim2014-01-021-0/+77
* tracing/probes: Move 'symbol' fetch method to kprobesNamhyung Kim2014-01-021-0/+59
* tracing/probes: Implement 'stack' fetch method for uprobesNamhyung Kim2014-01-021-0/+15
* tracing/probes: Split [ku]probes_fetch_type_tableNamhyung Kim2014-01-021-0/+20
* tracing/probes: Integrate duplicate set_print_fmt()Namhyung Kim2014-01-021-62/+1
* tracing/kprobes: Move common functions to trace_probe.hNamhyung Kim2014-01-021-48/+0
* tracing/kprobes: Factor out struct trace_probeNamhyung Kim2014-01-021-285/+275
* tracing: Update event filters for multibufferTom Zanussi2013-11-051-2/+2
* tracing/kprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)2013-07-311-6/+15
* tracing/kprobe: Wait for disabling all running kprobe handlersMasami Hiramatsu2013-07-181-6/+17
* tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare()Oleg Nesterov2013-07-181-6/+0