aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_uprobe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-17Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-2/+2
2017-10-25bpf: permit multiple bpf attachments for a single perf eventYonghong Song1-2/+1
2017-10-16perf/ftrace: Revert ("perf/ftrace: Fix double traces of perf on ftrace:function")Peter Zijlstra1-1/+1
2017-10-04tracing: Make traceprobe parsing code reusableTom Zanussi1-1/+1
2017-08-29perf/ftrace: Fix double traces of perf on ftrace:functionZhou Chengming1-1/+1
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h> in <linux/sched.h>Ingo Molnar1-0/+1
2017-02-15tracing/probe: Show subsystem name in messagesMasami Hiramatsu1-0/+1
2017-01-17uprobe: Find last occurrence of ':' when parsing uprobe PATH:OFFSETKenny Yu1-1/+2
2016-10-06Merge tag 'trace-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-4/+0
2016-09-01tracing/uprobe: Drop isdigit() check in create_trace_uprobeDmitry Safonov1-4/+0
2016-08-23ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal typesMasami Hiramatsu1-0/+4
2016-04-07perf: split perf_trace_buf_prepare into alloc and update partsAlexei Starovoitov1-2/+3
2016-03-22kernel/...: convert pr_warning to pr_warnJoe Perches1-1/+1
2015-08-26tracing/uprobes: Do not print '0x (null)' when offset is 0Wang Nan1-1/+16
2015-08-06tracing, perf: Implement BPF programs attached to uprobesWang Nan1-0/+5
2015-05-13tracing: Rename ftrace_trigger_soft_disabled() to trace_trigger_soft_disabled()Steven Rostedt (Red Hat)1-1/+1
2015-05-13tracing: Rename ftrace_event_name() to trace_event_name()Steven Rostedt (Red Hat)1-7/+7
2015-05-13tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Steven Rostedt (Red Hat)1-6/+6
2015-05-13tracing: Rename ftrace_event_file to trace_event_fileSteven Rostedt (Red Hat)1-8/+8
2015-05-13tracing: Rename (un)register_ftrace_event() to (un)register_trace_event()Steven Rostedt (Red Hat)1-2/+2
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-04-15VFS: kernel/: d_inode() annotationsDavid Howells1-1/+1
2015-04-14Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+5
2015-03-27Merge branch 'perf/x86' into perf/core, because it's readyIngo Molnar1-5/+5
2015-03-25trace: Don't use __weak in header filesStephen Rothwell1-2/+3
2015-03-23perf: Remove type specific target pointersPeter Zijlstra1-5/+5
2015-02-12Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+1
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-1/+1
2014-11-19tracing: Deletion of an unnecessary check before iput()Markus Elfring1-2/+1
2014-11-19tracing/uprobes: Do not use return values of trace_seq_printf()Steven Rostedt (Red Hat)1-13/+10
2014-11-14trace: Replace single-character seq_puts with seq_putcRasmus Villemoes1-1/+1
2014-11-13tracing: Replace seq_printf by simpler equivalentsRasmus Villemoes1-1/+1
2014-07-16tracing/uprobes: Kill the dead TRACE_EVENT_FL_USE_CALL_FILTER logicOleg Nesterov1-2/+1
2014-06-30tracing/uprobes: Fix the usage of uprobe_buffer_enable() in probe_event_enable()Oleg Nesterov1-12/+19
2014-06-30tracing/uprobes: Kill the bogus UPROBE_HANDLER_REMOVE code in uprobe_dispatcher()Oleg Nesterov1-6/+0
2014-06-30tracing/uprobes: Revert "Support mix of ftrace and perf"Oleg Nesterov1-1/+8
2014-06-05Merge branch 'perf/kprobes' into perf/coreIngo Molnar1-10/+10
2014-04-30uprobes/tracing: Fix uprobe_perf_open() on uprobe_apply() failureOleg Nesterov1-5/+9
2014-04-30uprobes/tracing: Make uprobe_perf_close() visible to uprobe_perf_open()Oleg Nesterov1-18/+18
2014-04-24kprobes, ftrace: Allow probing on some functionsMasami Hiramatsu1-10/+10
2014-04-17tracing/uprobes: Fix uprobe_cpu_buffer memory leakzhangwei(Jovi)1-0/+6
2014-04-08tracepoint: Use struct pointer instead of name hash for reg/unreg tracepointsMathieu Desnoyers1-7/+13
2014-02-20tracing/uprobes: Support mix of ftrace and perfNamhyung Kim1-8/+1
2014-02-20tracing/uprobes: Support event triggeringNamhyung Kim1-2/+4
2014-02-20tracing/uprobes: Support ftrace_event_file base multibufferzhangwei(Jovi)1-21/+84
2014-02-20tracing/uprobes: Move argument fetching to uprobe_dispatcher()Namhyung Kim1-37/+56
2014-02-20tracing/uprobes: Rename uprobe_{trace,perf}_print() functionsNamhyung Kim1-6/+6
2014-01-03tracing/probes: Fix build break on !CONFIG_KPROBE_EVENTNamhyung Kim1-8/+0
2014-01-02tracing/uprobes: Add @+file_offset fetch methodNamhyung Kim1-0/+40