index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_uprobe.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-21
tracing/uprobes: Support perf-style return probe
Masami Hiramatsu
1
-1
/
+14
2020-09-18
tracing: make tracing_init_dentry() returns an integer instead of a d_entry pointer
Wei Yang
1
-5
/
+4
2020-08-03
tracing/uprobe: Remove dead code in trace_uprobe_register()
Peng Fan
1
-1
/
+0
2020-06-09
tracing/probe: Fix bpf_task_fd_query() for kprobes and uprobes
Jean-Philippe Brucker
1
-1
/
+1
2020-02-24
bpf: disable preemption for bpf progs attached to uprobe
Alexei Starovoitov
1
-2
/
+9
2020-02-06
Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
1
-1
/
+1
2020-01-28
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+7
2020-01-22
tracing/uprobe: Fix to make trace_uprobe_filter alignment safe
Masami Hiramatsu
1
-22
/
+7
2020-01-14
tracing/uprobe: Fix double perf_event linking on multiprobe uprobe
Masami Hiramatsu
1
-44
/
+80
2020-01-13
tracing: Make struct ring_buffer less ambiguous
Steven Rostedt (VMware)
1
-1
/
+1
2019-11-27
ftrace: Rework event_create_dir()
Peter Zijlstra
1
-2
/
+7
2019-10-12
tracing: Add locked_down checks to the open calls of files created for tracefs
Steven Rostedt (VMware)
1
-0
/
+11
2019-09-25
tracing/probe: Fix same probe event argument matching
Srikar Dronamraju
1
-2
/
+3
2019-09-19
tracing/probe: Reject exactly same probe event
Masami Hiramatsu
1
-8
/
+44
2019-08-31
tracing/probe: Add immediate string parameter support
Masami Hiramatsu
1
-0
/
+3
2019-08-31
tracing/uprobe: Add per-probe delete from event
Masami Hiramatsu
1
-1
/
+30
2019-08-31
tracing/uprobe: Add multi-probe per uprobe event support
Masami Hiramatsu
1
-18
/
+42
2019-08-31
tracing/dynevent: Pass extra arguments to match operation
Masami Hiramatsu
1
-2
/
+2
2019-08-31
tracing/probe: Split trace_event related data from trace_probe
Masami Hiramatsu
1
-42
/
+123
2019-07-18
Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
1
-110
/
+70
2019-07-16
tracing/probe: Add trace_event_call accesses APIs
Masami Hiramatsu
1
-7
/
+8
2019-07-16
tracing/probe: Add probe event name and group name accesses APIs
Masami Hiramatsu
1
-11
/
+11
2019-07-16
tracing/probe: Add trace flag access APIs for trace_probe
Masami Hiramatsu
1
-9
/
+9
2019-07-16
tracing/probe: Add trace_event_file access APIs for trace_probe
Masami Hiramatsu
1
-29
/
+13
2019-07-16
tracing/probe: Add trace_event_call register API for trace_probe
Masami Hiramatsu
1
-19
/
+3
2019-07-16
tracing/probe: Add trace_probe init and free functions
Masami Hiramatsu
1
-22
/
+5
2019-07-16
tracing/uprobe: Set print format when parsing command
Masami Hiramatsu
1
-18
/
+7
2019-06-24
Merge tag 'v5.2-rc6' into perf/core, to refresh branch
Ingo Molnar
1
-5
/
+10
2019-06-14
tracing/uprobe: Fix obsolete comment on trace_uprobe_create()
Eiichi Tsukata
1
-2
/
+0
2019-06-14
tracing/uprobe: Fix NULL pointer dereference in trace_uprobe_create()
Eiichi Tsukata
1
-3
/
+10
2019-06-03
perf/core: Allow non-privileged uprobe for user processes
Song Liu
1
-1
/
+1
2019-05-25
tracing/probe: Support user-space dereference
Masami Hiramatsu
1
-0
/
+7
2019-05-25
tracing/probe: Add ustring type for user-space string
Masami Hiramatsu
1
-0
/
+12
2019-05-08
tracing: uprobes: Re-enable $comm support for uprobe events
Masami Hiramatsu
1
-2
/
+11
2019-04-02
tracing: Use tracing error_log with probe events
Masami Hiramatsu
1
-13
/
+31
2019-03-15
Merge tag 'trace-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
1
-5
/
+3
2019-03-14
tracing/probe: Verify alloc_trace_*probe() result
Masami Hiramatsu
1
-1
/
+2
2019-03-14
tracing/probe: Check event/group naming rule at parsing
Masami Hiramatsu
1
-4
/
+1
2019-01-17
tracing/uprobes: Fix output for multiple string arguments
Andreas Ziegler
1
-0
/
+7
2019-01-17
tracing: uprobes: Fix typo in pr_fmt string
Andreas Ziegler
1
-1
/
+1
2018-12-10
tracing: Consolidate trace_add/remove_event_call back to the nolock functions
Steven Rostedt (VMware)
1
-2
/
+2
2018-12-08
tracing/uprobes: Use dyn_event framework for uprobe events
Masami Hiramatsu
1
-130
/
+148
2018-12-08
tracing: Integrate similar probe argument parsers
Masami Hiramatsu
1
-42
/
+2
2018-12-08
tracing/uprobes: Add busy check when cleanup all uprobes
Masami Hiramatsu
1
-0
/
+7
2018-10-10
tracing/uprobes: Fix to return -EFAULT if copy_from_user failed
Masami Hiramatsu
1
-1
/
+1
2018-10-10
tracing: probeevent: Add $argN for accessing function args
Masami Hiramatsu
1
-1
/
+1
2018-10-10
tracing: probeevent: Unify fetch_insn processing common part
Masami Hiramatsu
1
-41
/
+2
2018-10-10
tracing: probeevent: Append traceprobe_ for exported function
Masami Hiramatsu
1
-2
/
+2
2018-10-10
tracing: probeevent: Return consumed bytes of dynamic area
Masami Hiramatsu
1
-31
/
+30
2018-10-10
tracing: probeevent: Unify fetch type tables
Masami Hiramatsu
1
-26
/
+1
[next]