aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace/trace_uprobe.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Gravatar Ingo Molnar 1-0/+1
2017-02-15tracing/probe: Show subsystem name in messagesGravatar Masami Hiramatsu 1-0/+1
2017-01-17uprobe: Find last occurrence of ':' when parsing uprobe PATH:OFFSETGravatar Kenny Yu 1-1/+2
2016-10-06Merge tag 'trace-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-4/+0
2016-09-01tracing/uprobe: Drop isdigit() check in create_trace_uprobeGravatar Dmitry Safonov 1-4/+0
2016-08-23ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal typesGravatar Masami Hiramatsu 1-0/+4
2016-04-07perf: split perf_trace_buf_prepare into alloc and update partsGravatar Alexei Starovoitov 1-2/+3
2016-03-22kernel/...: convert pr_warning to pr_warnGravatar Joe Perches 1-1/+1
2015-08-26tracing/uprobes: Do not print '0x (null)' when offset is 0Gravatar Wang Nan 1-1/+16
2015-08-06tracing, perf: Implement BPF programs attached to uprobesGravatar Wang Nan 1-0/+5
2015-05-13tracing: Rename ftrace_trigger_soft_disabled() to trace_trigger_soft_disabled()Gravatar Steven Rostedt (Red Hat) 1-1/+1
2015-05-13tracing: Rename ftrace_event_name() to trace_event_name()Gravatar Steven Rostedt (Red Hat) 1-7/+7
2015-05-13tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Gravatar Steven Rostedt (Red Hat) 1-6/+6
2015-05-13tracing: Rename ftrace_event_file to trace_event_fileGravatar Steven Rostedt (Red Hat) 1-8/+8
2015-05-13tracing: Rename (un)register_ftrace_event() to (un)register_trace_event()Gravatar Steven Rostedt (Red Hat) 1-2/+2
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2015-04-15VFS: kernel/: d_inode() annotationsGravatar David Howells 1-1/+1
2015-04-14Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-5/+5
2015-03-27Merge branch 'perf/x86' into perf/core, because it's readyGravatar Ingo Molnar 1-5/+5
2015-03-25trace: Don't use __weak in header filesGravatar Stephen Rothwell 1-2/+3
2015-03-23perf: Remove type specific target pointersGravatar Peter Zijlstra 1-5/+5
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-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-1/+1
2014-11-19tracing: Deletion of an unnecessary check before iput()Gravatar Markus Elfring 1-2/+1
2014-11-19tracing/uprobes: Do not use return values of trace_seq_printf()Gravatar Steven Rostedt (Red Hat) 1-13/+10
2014-11-14trace: Replace single-character seq_puts with seq_putcGravatar Rasmus Villemoes 1-1/+1
2014-11-13tracing: Replace seq_printf by simpler equivalentsGravatar Rasmus Villemoes 1-1/+1
2014-07-16tracing/uprobes: Kill the dead TRACE_EVENT_FL_USE_CALL_FILTER logicGravatar Oleg Nesterov 1-2/+1
2014-06-30tracing/uprobes: Fix the usage of uprobe_buffer_enable() in probe_event_enable()Gravatar Oleg Nesterov 1-12/+19
2014-06-30tracing/uprobes: Kill the bogus UPROBE_HANDLER_REMOVE code in uprobe_dispatch...Gravatar Oleg Nesterov 1-6/+0
2014-06-30tracing/uprobes: Revert "Support mix of ftrace and perf"Gravatar Oleg Nesterov 1-1/+8
2014-06-05Merge branch 'perf/kprobes' into perf/coreGravatar Ingo Molnar 1-10/+10
2014-04-30uprobes/tracing: Fix uprobe_perf_open() on uprobe_apply() failureGravatar Oleg Nesterov 1-5/+9
2014-04-30uprobes/tracing: Make uprobe_perf_close() visible to uprobe_perf_open()Gravatar Oleg Nesterov 1-18/+18
2014-04-24kprobes, ftrace: Allow probing on some functionsGravatar Masami Hiramatsu 1-10/+10
2014-04-17tracing/uprobes: Fix uprobe_cpu_buffer memory leakGravatar zhangwei(Jovi) 1-0/+6
2014-04-08tracepoint: Use struct pointer instead of name hash for reg/unreg tracepointsGravatar Mathieu Desnoyers 1-7/+13
2014-02-20tracing/uprobes: Support mix of ftrace and perfGravatar Namhyung Kim 1-8/+1
2014-02-20tracing/uprobes: Support event triggeringGravatar Namhyung Kim 1-2/+4
2014-02-20tracing/uprobes: Support ftrace_event_file base multibufferGravatar zhangwei(Jovi) 1-21/+84
2014-02-20tracing/uprobes: Move argument fetching to uprobe_dispatcher()Gravatar Namhyung Kim 1-37/+56
2014-02-20tracing/uprobes: Rename uprobe_{trace,perf}_print() functionsGravatar Namhyung Kim 1-6/+6
2014-01-03tracing/probes: Fix build break on !CONFIG_KPROBE_EVENTGravatar Namhyung Kim 1-8/+0
2014-01-02tracing/uprobes: Add @+file_offset fetch methodGravatar Namhyung Kim 1-0/+40
2014-01-02tracing/uprobes: Fetch args before reserving a ring bufferGravatar Namhyung Kim 1-14/+132
2014-01-02tracing/uprobes: Pass 'is_return' to traceprobe_parse_probe_arg()Gravatar Namhyung Kim 1-1/+1
2014-01-02tracing/probes: Implement 'memory' fetch method for uprobesGravatar Namhyung Kim 1-0/+52
2014-01-02tracing/probes: Move 'symbol' fetch method to kprobesGravatar Namhyung Kim 1-0/+8
2014-01-02tracing/probes: Implement 'stack' fetch method for uprobesGravatar Namhyung Kim 1-0/+41