summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_uprobe.c
AgeCommit message (Expand)AuthorLines
2019-06-14tracing/uprobe: Fix obsolete comment on trace_uprobe_create()Eiichi Tsukata-2/+0
2019-06-14tracing/uprobe: Fix NULL pointer dereference in trace_uprobe_create()Eiichi Tsukata-3/+10
2019-05-08tracing: uprobes: Re-enable $comm support for uprobe eventsMasami Hiramatsu-2/+11
2019-04-02tracing: Use tracing error_log with probe eventsMasami Hiramatsu-13/+31
2019-03-15Merge tag 'trace-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds-5/+3
2019-03-14tracing/probe: Verify alloc_trace_*probe() resultMasami Hiramatsu-1/+2
2019-03-14tracing/probe: Check event/group naming rule at parsingMasami Hiramatsu-4/+1
2019-01-17tracing/uprobes: Fix output for multiple string argumentsAndreas Ziegler-0/+7
2019-01-17tracing: uprobes: Fix typo in pr_fmt stringAndreas Ziegler-1/+1
2018-12-10tracing: Consolidate trace_add/remove_event_call back to the nolock functionsSteven Rostedt (VMware)-2/+2
2018-12-08tracing/uprobes: Use dyn_event framework for uprobe eventsMasami Hiramatsu-130/+148
2018-12-08tracing: Integrate similar probe argument parsersMasami Hiramatsu-42/+2
2018-12-08tracing/uprobes: Add busy check when cleanup all uprobesMasami Hiramatsu-0/+7
2018-10-10tracing/uprobes: Fix to return -EFAULT if copy_from_user failedMasami Hiramatsu-1/+1
2018-10-10tracing: probeevent: Add $argN for accessing function argsMasami Hiramatsu-1/+1
2018-10-10tracing: probeevent: Unify fetch_insn processing common partMasami Hiramatsu-41/+2
2018-10-10tracing: probeevent: Append traceprobe_ for exported functionMasami Hiramatsu-2/+2
2018-10-10tracing: probeevent: Return consumed bytes of dynamic areaMasami Hiramatsu-31/+30
2018-10-10tracing: probeevent: Unify fetch type tablesMasami Hiramatsu-26/+1
2018-10-10tracing: probeevent: Introduce new argument fetching codeMasami Hiramatsu-42/+85
2018-10-10tracing: probeevent: Cleanup argument field definitionMasami Hiramatsu-13/+2
2018-10-10tracing: probeevent: Cleanup print argument functionsMasami Hiramatsu-7/+2
2018-10-10trace_uprobe: support reference counter in fd-based uprobeSong Liu-1/+3
2018-09-24trace_uprobe/sdt: Prevent multiple reference counter for same uprobeRavi Bangoria-2/+35
2018-09-24uprobes: Support SDT markers having reference count (semaphore)Ravi Bangoria-3/+35
2018-08-16tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)-13/+1
2018-08-10uprobes: Use synchronize_rcu() not synchronize_sched()Steven Rostedt (VMware)-1/+1
2018-05-24bpf: introduce bpf subcommand BPF_TASK_FD_QUERYYonghong Song-0/+22
2018-04-26tracing: Fix bad use of igrab in trace_uprobe.cSong Liu-21/+14
2018-04-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+2
2018-04-12Merge tag 'trace-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds-19/+4
2018-04-11trace_uprobe: Simplify probes_seq_show()Ravi Bangoria-18/+3
2018-04-11trace_uprobe: Use %lx to display offsetRavi Bangoria-1/+1
2018-04-11tracing/uprobe: Add support for overlayfsHoward McLauchlan-1/+1
2018-04-10tracing/uprobe_event: Fix strncpy corner caseMasami Hiramatsu-0/+2
2018-02-17Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar-1/+1
2018-02-06perf/core: Implement the 'perf_uprobe' PMUSong Liu-8/+78
2018-01-23trace_uprobe: Display correct offset in uprobe_eventsRavi Bangoria-1/+1
2017-11-17Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-2/+2
2017-10-25bpf: permit multiple bpf attachments for a single perf eventYonghong Song-2/+1
2017-10-16perf/ftrace: Revert ("perf/ftrace: Fix double traces of perf on ftrace:functi...Peter Zijlstra-1/+1
2017-10-04tracing: Make traceprobe parsing code reusableTom Zanussi-1/+1
2017-08-29perf/ftrace: Fix double traces of perf on ftrace:functionZhou Chengming-1/+1
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar-0/+1
2017-02-15tracing/probe: Show subsystem name in messagesMasami Hiramatsu-0/+1
2017-01-17uprobe: Find last occurrence of ':' when parsing uprobe PATH:OFFSETKenny Yu-1/+2
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