index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_uprobe.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-02
tracing/uprobes: Fail to unregister if probe event files are in use
Steven Rostedt (Red Hat)
1
-13
/
+38
2013-07-19
tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare()
Oleg Nesterov
1
-2
/
+0
2013-07-03
uprobes: Fix return value in error handling path
zhangwei(Jovi)
1
-1
/
+3
2013-04-15
uprobes/perf: Avoid perf_trace_buf_prepare/submit if ->perf_events is empty
Oleg Nesterov
1
-1
/
+4
2013-04-13
uprobes/tracing: Don't pass addr=ip to perf_trace_buf_submit()
Oleg Nesterov
1
-5
/
+3
2013-04-13
uprobes/tracing: Change create_trace_uprobe() to support uretprobes
Oleg Nesterov
1
-4
/
+7
2013-04-13
uprobes/tracing: Make seq_printf() code uretprobe-friendly
Oleg Nesterov
1
-4
/
+13
2013-04-13
uprobes/tracing: Make register_uprobe_event() paths uretprobe-friendly
Oleg Nesterov
1
-4
/
+15
2013-04-13
uprobes/tracing: Make uprobe_{trace,perf}_print() uretprobe-friendly
Oleg Nesterov
1
-9
/
+25
2013-04-13
uprobes/tracing: Introduce is_ret_probe() and uretprobe_dispatcher()
Oleg Nesterov
1
-2
/
+40
2013-04-13
uprobes/tracing: Introduce uprobe_{trace,perf}_print() helpers
Oleg Nesterov
1
-9
/
+20
2013-04-13
uprobes/tracing: Generalize struct uprobe_trace_entry_head
Oleg Nesterov
1
-26
/
+36
2013-04-13
uprobes/tracing: Kill the pointless local_save_flags/preempt_count calls
Oleg Nesterov
1
-7
/
+3
2013-04-13
uprobes/tracing: Kill the pointless seq_print_ip_sym() call
Oleg Nesterov
1
-7
/
+1
2013-04-13
uprobes/tracing: Kill the pointless task_pt_regs() calls
Oleg Nesterov
1
-2
/
+2
2013-02-08
uprobes/perf: Avoid uprobe_apply() whenever possible
Oleg Nesterov
1
-6
/
+36
2013-02-08
uprobes/perf: Teach trace_uprobe/perf code to use UPROBE_HANDLER_REMOVE
Oleg Nesterov
1
-7
/
+14
2013-02-08
uprobes/perf: Teach trace_uprobe/perf code to pre-filter
Oleg Nesterov
1
-3
/
+43
2013-02-08
uprobes/perf: Teach trace_uprobe/perf code to track the active perf_event's
Oleg Nesterov
1
-0
/
+55
2013-02-08
uprobes/perf: Always increment trace_uprobe->nhit
Oleg Nesterov
1
-2
/
+1
2013-02-08
uprobes/tracing: Kill uprobe_trace_consumer, embed uprobe_consumer into trace...
Oleg Nesterov
1
-29
/
+6
2013-02-08
uprobes/tracing: Introduce is_trace_uprobe_enabled()
Oleg Nesterov
1
-2
/
+7
2013-02-08
uprobes/tracing: Ensure inode != NULL in create_trace_uprobe()
Oleg Nesterov
1
-3
/
+3
2013-02-08
uprobes/tracing: Fully initialize uprobe_trace_consumer before uprobe_register()
Oleg Nesterov
1
-6
/
+7
2013-02-08
uprobes/tracing: Fix dentry/mount leak in create_trace_uprobe()
Oleg Nesterov
1
-4
/
+6
2013-02-08
uprobes: Change handle_swbp() to expose bp_vaddr to handler_chain()
Oleg Nesterov
1
-2
/
+2
2013-02-08
uprobes: Kill uprobe_consumer->filter()
Oleg Nesterov
1
-1
/
+0
2013-01-21
tracing: Verify target file before registering a uprobe event
Jovi Zhang
1
-1
/
+5
2012-12-18
trace: use kbasename()
Andy Shevchenko
1
-4
/
+4
2012-12-08
Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Ingo Molnar
1
-1
/
+1
2012-11-01
tracing: Replace strict_strto* with kstrto*
Daniel Walter
1
-1
/
+1
2012-10-25
uprobes: Fix misleading log entry
Jovi Zhang
1
-1
/
+1
2012-07-31
perf/trace: Add ability to set a target task for events
Andrew Vagin
1
-1
/
+1
2012-05-07
tracing: Provide trace events interface for uprobes
Srikar Dronamraju
1
-0
/
+788