summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_kprobe.c
AgeCommit message (Expand)AuthorLines
2016-08-23ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal typesMasami Hiramatsu-0/+4
2016-06-20tracing: expose current->comm to [ku]probe eventsOmar Sandoval-0/+1
2016-04-07perf: split perf_trace_buf_prepare into alloc and update partsAlexei Starovoitov-4/+6
2016-03-22kernel/...: convert pr_warning to pr_warnJoe Perches-16/+11
2016-02-09kprobes: Optimize hot path by using percpu counter to collect 'nhit' statisticsMartin KaFai Lau-4/+15
2015-08-28lib: introduce strncpy_from_unsafe()Alexei Starovoitov-16/+4
2015-05-13tracing: Rename ftrace_trigger_soft_disabled() to trace_trigger_soft_disabled()Steven Rostedt (Red Hat)-2/+2
2015-05-13tracing: Rename ftrace_event_name() to trace_event_name()Steven Rostedt (Red Hat)-8/+8
2015-05-13tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Steven Rostedt (Red Hat)-9/+9
2015-05-13tracing: Rename ftrace_event_file to trace_event_fileSteven Rostedt (Red Hat)-16/+16
2015-05-13tracing: Rename (un)register_ftrace_event() to (un)register_trace_event()Steven Rostedt (Red Hat)-2/+2
2015-04-14Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+9
2015-04-14Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-2/+3
2015-04-14Merge tag 'trace-4.1-tracefs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-5/+5
2015-04-02tracing, perf: Implement BPF programs attached to kprobesAlexei Starovoitov-0/+8
2015-04-02tracing: Add kprobe flagAlexei Starovoitov-1/+1
2015-03-25trace: Don't use __weak in header filesStephen Rothwell-2/+3
2015-02-12Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-1/+1
2015-02-03tracing: Convert the tracing facility over to use tracefsSteven Rostedt (Red Hat)-5/+5
2015-01-22tracing: Use IS_ERR() check for return value of tracing_init_dentry()Steven Rostedt (Red Hat)-1/+1
2015-01-14perf: Avoid horrible stack usagePeter Zijlstra (Intel)-2/+2
2014-11-19kprobes/tracing: Use trace_seq_has_overflowed() for overflow checksSteven Rostedt (Red Hat)-26/+16
2014-11-14trace: Replace single-character seq_puts with seq_putcRasmus Villemoes-4/+4
2014-11-13tracing: Replace seq_printf by simpler equivalentsRasmus Villemoes-2/+2
2014-06-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-30/+41
2014-06-06tracing/kprobes: Avoid self tests if tracing is disabled on boot upYoshihiro YUNOMAE-0/+3
2014-04-24kprobes, ftrace: Use NOKPROBE_SYMBOL macro in ftraceMasami Hiramatsu-27/+39
2014-04-24kprobes, ftrace: Allow probing on some functionsMasami Hiramatsu-3/+2
2014-04-08tracepoint: Use struct pointer instead of name hash for reg/unreg tracepointsMathieu Desnoyers-8/+13
2014-02-20tracing/uprobes: Support ftrace_event_file base multibufferzhangwei(Jovi)-17/+0
2014-01-09tracing: Consolidate event trigger codeSteven Rostedt (Red Hat)-40/+8
2014-01-06tracing/kprobes: Add trace event trigger invocationsTom Zanussi-6/+36
2014-01-02tracing/uprobes: Add @+file_offset fetch methodNamhyung Kim-0/+8
2014-01-02tracing/probes: Implement 'memory' fetch method for uprobesNamhyung Kim-0/+77
2014-01-02tracing/probes: Move 'symbol' fetch method to kprobesNamhyung Kim-0/+59
2014-01-02tracing/probes: Implement 'stack' fetch method for uprobesNamhyung Kim-0/+15
2014-01-02tracing/probes: Split [ku]probes_fetch_type_tableNamhyung Kim-0/+20
2014-01-02tracing/probes: Integrate duplicate set_print_fmt()Namhyung Kim-62/+1
2014-01-02tracing/kprobes: Move common functions to trace_probe.hNamhyung Kim-48/+0
2014-01-02tracing/kprobes: Factor out struct trace_probeNamhyung Kim-285/+275
2013-11-05tracing: Update event filters for multibufferTom Zanussi-2/+2
2013-07-31tracing/kprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)-6/+15
2013-07-18tracing/kprobe: Wait for disabling all running kprobe handlersMasami Hiramatsu-6/+17
2013-07-18tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare()Oleg Nesterov-6/+0
2013-07-01tracing/kprobes: Don't pass addr=ip to perf_trace_buf_submit()Oleg Nesterov-4/+2
2013-07-01tracing/kprobes: Turn trace_probe->files into list_headOleg Nesterov-101/+37
2013-07-01tracing/kprobes: Kill probe_enable_lockOleg Nesterov-23/+20
2013-07-01tracing/kprobes: Avoid perf_trace_buf_*() if ->perf_events is emptyOleg Nesterov-4/+8
2013-06-19tracing/kprobes: Remove unnecessary checking of trace_probe_is_enabledzhangwei(Jovi)-2/+1
2013-05-15tracing/kprobes: Make print_*probe_event staticMasami Hiramatsu-2/+2