summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_uprobe.c
AgeCommit message (Expand)AuthorLines
2016-10-06Merge tag 'trace-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-4/+0
2016-09-01tracing/uprobe: Drop isdigit() check in create_trace_uprobeDmitry Safonov-4/+0
2016-08-23ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal typesMasami Hiramatsu-0/+4
2016-04-07perf: split perf_trace_buf_prepare into alloc and update partsAlexei Starovoitov-2/+3
2016-03-22kernel/...: convert pr_warning to pr_warnJoe Perches-1/+1
2015-08-26tracing/uprobes: Do not print '0x (null)' when offset is 0Wang Nan-1/+16
2015-08-06tracing, perf: Implement BPF programs attached to uprobesWang Nan-0/+5
2015-05-13tracing: Rename ftrace_trigger_soft_disabled() to trace_trigger_soft_disabled()Steven Rostedt (Red Hat)-1/+1
2015-05-13tracing: Rename ftrace_event_name() to trace_event_name()Steven Rostedt (Red Hat)-7/+7
2015-05-13tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Steven Rostedt (Red Hat)-6/+6
2015-05-13tracing: Rename ftrace_event_file to trace_event_fileSteven Rostedt (Red Hat)-8/+8
2015-05-13tracing: Rename (un)register_ftrace_event() to (un)register_trace_event()Steven Rostedt (Red Hat)-2/+2
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2015-04-15VFS: kernel/: d_inode() annotationsDavid Howells-1/+1
2015-04-14Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-5/+5
2015-03-27Merge branch 'perf/x86' into perf/core, because it's readyIngo Molnar-5/+5
2015-03-25trace: Don't use __weak in header filesStephen Rothwell-2/+3
2015-03-23perf: Remove type specific target pointersPeter Zijlstra-5/+5
2015-02-12Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-1/+1
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)-1/+1
2014-11-19tracing: Deletion of an unnecessary check before iput()Markus Elfring-2/+1
2014-11-19tracing/uprobes: Do not use return values of trace_seq_printf()Steven Rostedt (Red Hat)-13/+10
2014-11-14trace: Replace single-character seq_puts with seq_putcRasmus Villemoes-1/+1
2014-11-13tracing: Replace seq_printf by simpler equivalentsRasmus Villemoes-1/+1
2014-07-16tracing/uprobes: Kill the dead TRACE_EVENT_FL_USE_CALL_FILTER logicOleg Nesterov-2/+1
2014-06-30tracing/uprobes: Fix the usage of uprobe_buffer_enable() in probe_event_enable()Oleg Nesterov-12/+19
2014-06-30tracing/uprobes: Kill the bogus UPROBE_HANDLER_REMOVE code in uprobe_dispatch...Oleg Nesterov-6/+0
2014-06-30tracing/uprobes: Revert "Support mix of ftrace and perf"Oleg Nesterov-1/+8
2014-06-05Merge branch 'perf/kprobes' into perf/coreIngo Molnar-10/+10
2014-04-30uprobes/tracing: Fix uprobe_perf_open() on uprobe_apply() failureOleg Nesterov-5/+9
2014-04-30uprobes/tracing: Make uprobe_perf_close() visible to uprobe_perf_open()Oleg Nesterov-18/+18
2014-04-24kprobes, ftrace: Allow probing on some functionsMasami Hiramatsu-10/+10
2014-04-17tracing/uprobes: Fix uprobe_cpu_buffer memory leakzhangwei(Jovi)-0/+6
2014-04-08tracepoint: Use struct pointer instead of name hash for reg/unreg tracepointsMathieu Desnoyers-7/+13
2014-02-20tracing/uprobes: Support mix of ftrace and perfNamhyung Kim-8/+1
2014-02-20tracing/uprobes: Support event triggeringNamhyung Kim-2/+4
2014-02-20tracing/uprobes: Support ftrace_event_file base multibufferzhangwei(Jovi)-21/+84
2014-02-20tracing/uprobes: Move argument fetching to uprobe_dispatcher()Namhyung Kim-37/+56
2014-02-20tracing/uprobes: Rename uprobe_{trace,perf}_print() functionsNamhyung Kim-6/+6
2014-01-03tracing/probes: Fix build break on !CONFIG_KPROBE_EVENTNamhyung Kim-8/+0
2014-01-02tracing/uprobes: Add @+file_offset fetch methodNamhyung Kim-0/+40
2014-01-02tracing/uprobes: Fetch args before reserving a ring bufferNamhyung Kim-14/+132
2014-01-02tracing/uprobes: Pass 'is_return' to traceprobe_parse_probe_arg()Namhyung Kim-1/+1
2014-01-02tracing/probes: Implement 'memory' fetch method for uprobesNamhyung Kim-0/+52
2014-01-02tracing/probes: Move 'symbol' fetch method to kprobesNamhyung Kim-0/+8
2014-01-02tracing/probes: Implement 'stack' fetch method for uprobesNamhyung Kim-0/+41
2014-01-02tracing/probes: Split [ku]probes_fetch_type_tableNamhyung Kim-0/+20
2014-01-02tracing/probes: Integrate duplicate set_print_fmt()Namhyung Kim-54/+1
2014-01-02tracing/uprobes: Convert to struct trace_probeNamhyung Kim-80/+79