aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_kprobe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-14Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+9
2015-04-14Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-2/+3
2015-04-14Merge tag 'trace-4.1-tracefs' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-5/+5
2015-04-02tracing, perf: Implement BPF programs attached to kprobesAlexei Starovoitov1-0/+8
2015-04-02tracing: Add kprobe flagAlexei Starovoitov1-1/+1
2015-03-25trace: Don't use __weak in header filesStephen Rothwell1-2/+3
2015-02-12Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+1
2015-02-03tracing: Convert the tracing facility over to use tracefsSteven Rostedt (Red Hat)1-5/+5
2015-01-22tracing: Use IS_ERR() check for return value of tracing_init_dentry()Steven Rostedt (Red Hat)1-1/+1
2015-01-14perf: Avoid horrible stack usagePeter Zijlstra (Intel)1-2/+2
2014-11-19kprobes/tracing: Use trace_seq_has_overflowed() for overflow checksSteven Rostedt (Red Hat)1-26/+16
2014-11-14trace: Replace single-character seq_puts with seq_putcRasmus Villemoes1-4/+4
2014-11-13tracing: Replace seq_printf by simpler equivalentsRasmus Villemoes1-2/+2
2014-06-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-30/+41
2014-06-06tracing/kprobes: Avoid self tests if tracing is disabled on boot upYoshihiro YUNOMAE1-0/+3
2014-04-24kprobes, ftrace: Use NOKPROBE_SYMBOL macro in ftraceMasami Hiramatsu1-27/+39
2014-04-24kprobes, ftrace: Allow probing on some functionsMasami Hiramatsu1-3/+2
2014-04-08tracepoint: Use struct pointer instead of name hash for reg/unreg tracepointsMathieu Desnoyers1-8/+13
2014-02-20tracing/uprobes: Support ftrace_event_file base multibufferzhangwei(Jovi)1-17/+0
2014-01-09tracing: Consolidate event trigger codeSteven Rostedt (Red Hat)1-40/+8
2014-01-06tracing/kprobes: Add trace event trigger invocationsTom Zanussi1-6/+36
2014-01-02tracing/uprobes: Add @+file_offset fetch methodNamhyung Kim1-0/+8
2014-01-02tracing/probes: Implement 'memory' fetch method for uprobesNamhyung Kim1-0/+77
2014-01-02tracing/probes: Move 'symbol' fetch method to kprobesNamhyung Kim1-0/+59
2014-01-02tracing/probes: Implement 'stack' fetch method for uprobesNamhyung Kim1-0/+15
2014-01-02tracing/probes: Split [ku]probes_fetch_type_tableNamhyung Kim1-0/+20
2014-01-02tracing/probes: Integrate duplicate set_print_fmt()Namhyung Kim1-62/+1
2014-01-02tracing/kprobes: Move common functions to trace_probe.hNamhyung Kim1-48/+0
2014-01-02tracing/kprobes: Factor out struct trace_probeNamhyung Kim1-285/+275
2013-11-05tracing: Update event filters for multibufferTom Zanussi1-2/+2
2013-07-31tracing/kprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)1-6/+15
2013-07-18tracing/kprobe: Wait for disabling all running kprobe handlersMasami Hiramatsu1-6/+17
2013-07-18tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare()Oleg Nesterov1-6/+0
2013-07-01tracing/kprobes: Don't pass addr=ip to perf_trace_buf_submit()Oleg Nesterov1-4/+2
2013-07-01tracing/kprobes: Turn trace_probe->files into list_headOleg Nesterov1-101/+37
2013-07-01tracing/kprobes: Kill probe_enable_lockOleg Nesterov1-23/+20
2013-07-01tracing/kprobes: Avoid perf_trace_buf_*() if ->perf_events is emptyOleg Nesterov1-4/+8
2013-06-19tracing/kprobes: Remove unnecessary checking of trace_probe_is_enabledzhangwei(Jovi)1-2/+1
2013-05-15tracing/kprobes: Make print_*probe_event staticMasami Hiramatsu1-2/+2
2013-05-15tracing/kprobes: Fix a sparse warning for incorrect type in assignmentMasami Hiramatsu1-1/+1
2013-05-15tracing/kprobes: Use rcu_dereference_raw for tp->filesMasami Hiramatsu1-10/+37
2013-05-09tracing/kprobes: Support soft-mode disablingMasami Hiramatsu1-0/+6
2013-05-09tracing/kprobes: Support ftrace_event_file base multibufferMasami Hiramatsu1-36/+214
2013-05-09tracing/kprobes: Pass trace_probe directly from dispatcherMasami Hiramatsu1-17/+16
2013-05-09tracing/kprobes: Increment probe hit-count even if it is used by perfMasami Hiramatsu1-4/+4
2013-05-09tracing/kprobes: Use bool for retprobe checkerMasami Hiramatsu1-1/+1
2013-05-09tracing/kprobes: Fix to increment return event probe hit-countMasami Hiramatsu1-0/+2
2012-11-02tracing: Use irq_work for wake ups and remove *_nowake_*() functionsSteven Rostedt1-4/+4
2012-10-31tracing: Replace strict_strto* with kstrto*Daniel Walter1-1/+1
2012-07-31perf/trace: Add ability to set a target task for eventsAndrew Vagin1-2/+4