aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace/trace_kprobe.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-12kprobes/trace: Fix kprobe selftest for newer gccGravatar Marcin Nowakowski 1-5/+23
2016-12-12tracing/kprobes: Add a helper method to return number of probe hitsGravatar Marcin Nowakowski 1-6/+13
2016-08-23ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal typesGravatar Masami Hiramatsu 1-0/+4
2016-06-20tracing: expose current->comm to [ku]probe eventsGravatar Omar Sandoval 1-0/+1
2016-04-07perf: split perf_trace_buf_prepare into alloc and update partsGravatar Alexei Starovoitov 1-4/+6
2016-03-22kernel/...: convert pr_warning to pr_warnGravatar Joe Perches 1-16/+11
2016-02-09kprobes: Optimize hot path by using percpu counter to collect 'nhit' statisticsGravatar Martin KaFai Lau 1-4/+15
2015-08-28lib: introduce strncpy_from_unsafe()Gravatar Alexei Starovoitov 1-16/+4
2015-05-13tracing: Rename ftrace_trigger_soft_disabled() to trace_trigger_soft_disabled()Gravatar Steven Rostedt (Red Hat) 1-2/+2
2015-05-13tracing: Rename ftrace_event_name() to trace_event_name()Gravatar Steven Rostedt (Red Hat) 1-8/+8
2015-05-13tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Gravatar Steven Rostedt (Red Hat) 1-9/+9
2015-05-13tracing: Rename ftrace_event_file to trace_event_fileGravatar Steven Rostedt (Red Hat) 1-16/+16
2015-05-13tracing: Rename (un)register_ftrace_event() to (un)register_trace_event()Gravatar Steven Rostedt (Red Hat) 1-2/+2
2015-04-14Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+9
2015-04-14Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-2/+3
2015-04-14Merge tag 'trace-4.1-tracefs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-5/+5
2015-04-02tracing, perf: Implement BPF programs attached to kprobesGravatar Alexei Starovoitov 1-0/+8
2015-04-02tracing: Add kprobe flagGravatar Alexei Starovoitov 1-1/+1
2015-03-25trace: Don't use __weak in header filesGravatar Stephen Rothwell 1-2/+3
2015-02-12Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-1/+1
2015-02-03tracing: Convert the tracing facility over to use tracefsGravatar Steven Rostedt (Red Hat) 1-5/+5
2015-01-22tracing: Use IS_ERR() check for return value of tracing_init_dentry()Gravatar Steven Rostedt (Red Hat) 1-1/+1
2015-01-14perf: Avoid horrible stack usageGravatar Peter Zijlstra (Intel) 1-2/+2
2014-11-19kprobes/tracing: Use trace_seq_has_overflowed() for overflow checksGravatar Steven Rostedt (Red Hat) 1-26/+16
2014-11-14trace: Replace single-character seq_puts with seq_putcGravatar Rasmus Villemoes 1-4/+4
2014-11-13tracing: Replace seq_printf by simpler equivalentsGravatar Rasmus Villemoes 1-2/+2
2014-06-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-30/+41
2014-06-06tracing/kprobes: Avoid self tests if tracing is disabled on boot upGravatar Yoshihiro YUNOMAE 1-0/+3
2014-04-24kprobes, ftrace: Use NOKPROBE_SYMBOL macro in ftraceGravatar Masami Hiramatsu 1-27/+39
2014-04-24kprobes, ftrace: Allow probing on some functionsGravatar Masami Hiramatsu 1-3/+2
2014-04-08tracepoint: Use struct pointer instead of name hash for reg/unreg tracepointsGravatar Mathieu Desnoyers 1-8/+13
2014-02-20tracing/uprobes: Support ftrace_event_file base multibufferGravatar zhangwei(Jovi) 1-17/+0
2014-01-09tracing: Consolidate event trigger codeGravatar Steven Rostedt (Red Hat) 1-40/+8
2014-01-06tracing/kprobes: Add trace event trigger invocationsGravatar Tom Zanussi 1-6/+36
2014-01-02tracing/uprobes: Add @+file_offset fetch methodGravatar Namhyung Kim 1-0/+8
2014-01-02tracing/probes: Implement 'memory' fetch method for uprobesGravatar Namhyung Kim 1-0/+77
2014-01-02tracing/probes: Move 'symbol' fetch method to kprobesGravatar Namhyung Kim 1-0/+59
2014-01-02tracing/probes: Implement 'stack' fetch method for uprobesGravatar Namhyung Kim 1-0/+15
2014-01-02tracing/probes: Split [ku]probes_fetch_type_tableGravatar Namhyung Kim 1-0/+20
2014-01-02tracing/probes: Integrate duplicate set_print_fmt()Gravatar Namhyung Kim 1-62/+1
2014-01-02tracing/kprobes: Move common functions to trace_probe.hGravatar Namhyung Kim 1-48/+0
2014-01-02tracing/kprobes: Factor out struct trace_probeGravatar Namhyung Kim 1-285/+275
2013-11-05tracing: Update event filters for multibufferGravatar Tom Zanussi 1-2/+2
2013-07-31tracing/kprobes: Fail to unregister if probe event files are in useGravatar Steven Rostedt (Red Hat) 1-6/+15
2013-07-18tracing/kprobe: Wait for disabling all running kprobe handlersGravatar Masami Hiramatsu 1-6/+17
2013-07-18tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare()Gravatar Oleg Nesterov 1-6/+0
2013-07-01tracing/kprobes: Don't pass addr=ip to perf_trace_buf_submit()Gravatar Oleg Nesterov 1-4/+2
2013-07-01tracing/kprobes: Turn trace_probe->files into list_headGravatar Oleg Nesterov 1-101/+37
2013-07-01tracing/kprobes: Kill probe_enable_lockGravatar Oleg Nesterov 1-23/+20
2013-07-01tracing/kprobes: Avoid perf_trace_buf_*() if ->perf_events is emptyGravatar Oleg Nesterov 1-4/+8