summaryrefslogtreecommitdiff
path: root/kernel/trace/trace_uprobe.c
AgeCommit message (Expand)Author
2018-10-10tracing/uprobes: Fix to return -EFAULT if copy_from_user failedMasami Hiramatsu
2018-10-10tracing: probeevent: Add $argN for accessing function argsMasami Hiramatsu
2018-10-10tracing: probeevent: Unify fetch_insn processing common partMasami Hiramatsu
2018-10-10tracing: probeevent: Append traceprobe_ for exported functionMasami Hiramatsu
2018-10-10tracing: probeevent: Return consumed bytes of dynamic areaMasami Hiramatsu
2018-10-10tracing: probeevent: Unify fetch type tablesMasami Hiramatsu
2018-10-10tracing: probeevent: Introduce new argument fetching codeMasami Hiramatsu
2018-10-10tracing: probeevent: Cleanup argument field definitionMasami Hiramatsu
2018-10-10tracing: probeevent: Cleanup print argument functionsMasami Hiramatsu
2018-10-10trace_uprobe: support reference counter in fd-based uprobeSong Liu
2018-09-24trace_uprobe/sdt: Prevent multiple reference counter for same uprobeRavi Bangoria
2018-09-24uprobes: Support SDT markers having reference count (semaphore)Ravi Bangoria
2018-08-16tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)
2018-08-10uprobes: Use synchronize_rcu() not synchronize_sched()Steven Rostedt (VMware)
2018-05-24bpf: introduce bpf subcommand BPF_TASK_FD_QUERYYonghong Song
2018-04-26tracing: Fix bad use of igrab in trace_uprobe.cSong Liu
2018-04-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-04-12Merge tag 'trace-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2018-04-11trace_uprobe: Simplify probes_seq_show()Ravi Bangoria
2018-04-11trace_uprobe: Use %lx to display offsetRavi Bangoria
2018-04-11tracing/uprobe: Add support for overlayfsHoward McLauchlan
2018-04-10tracing/uprobe_event: Fix strncpy corner caseMasami Hiramatsu
2018-02-17Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2018-02-06perf/core: Implement the 'perf_uprobe' PMUSong Liu
2018-01-23trace_uprobe: Display correct offset in uprobe_eventsRavi Bangoria
2017-11-17Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2017-10-25bpf: permit multiple bpf attachments for a single perf eventYonghong Song
2017-10-16perf/ftrace: Revert ("perf/ftrace: Fix double traces of perf on ftrace:functi...Peter Zijlstra
2017-10-04tracing: Make traceprobe parsing code reusableTom Zanussi
2017-08-29perf/ftrace: Fix double traces of perf on ftrace:functionZhou Chengming
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar
2017-02-15tracing/probe: Show subsystem name in messagesMasami Hiramatsu
2017-01-17uprobe: Find last occurrence of ':' when parsing uprobe PATH:OFFSETKenny Yu
2016-10-06Merge tag 'trace-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2016-09-01tracing/uprobe: Drop isdigit() check in create_trace_uprobeDmitry Safonov
2016-08-23ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal typesMasami Hiramatsu
2016-04-07perf: split perf_trace_buf_prepare into alloc and update partsAlexei Starovoitov
2016-03-22kernel/...: convert pr_warning to pr_warnJoe Perches
2015-08-26tracing/uprobes: Do not print '0x (null)' when offset is 0Wang Nan
2015-08-06tracing, perf: Implement BPF programs attached to uprobesWang Nan
2015-05-13tracing: Rename ftrace_trigger_soft_disabled() to trace_trigger_soft_disabled()Steven Rostedt (Red Hat)
2015-05-13tracing: Rename ftrace_event_name() to trace_event_name()Steven Rostedt (Red Hat)
2015-05-13tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Steven Rostedt (Red Hat)
2015-05-13tracing: Rename ftrace_event_file to trace_event_fileSteven Rostedt (Red Hat)
2015-05-13tracing: Rename (un)register_ftrace_event() to (un)register_trace_event()Steven Rostedt (Red Hat)
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-15VFS: kernel/: d_inode() annotationsDavid Howells
2015-04-14Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-03-27Merge branch 'perf/x86' into perf/core, because it's readyIngo Molnar
2015-03-25trace: Don't use __weak in header filesStephen Rothwell