Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
70ed91c6ec7f8bf20369634017d887d48ac979d2
/
kernel
/
trace
/
trace_uprobe.c
70ed91c
tracing/uprobes: Support ftrace_event_file base multibuffer
by zhangwei(Jovi)
· 11 years ago
dd9fa55
tracing/uprobes: Move argument fetching to uprobe_dispatcher()
by Namhyung Kim
· 11 years ago
a43b970
tracing/uprobes: Rename uprobe_{trace,perf}_print() functions
by Namhyung Kim
· 11 years ago
e0d18fe
tracing/probes: Fix build break on !CONFIG_KPROBE_EVENT
by Namhyung Kim
· 11 years ago
b7e0bf3
tracing/uprobes: Add @+file_offset fetch method
by Namhyung Kim
· 11 years ago
dcad1a2
tracing/uprobes: Fetch args before reserving a ring buffer
by Namhyung Kim
· 12 years ago
a473414
tracing/uprobes: Pass 'is_return' to traceprobe_parse_probe_arg()
by Namhyung Kim
· 11 years ago
5baaa59
tracing/probes: Implement 'memory' fetch method for uprobes
by Namhyung Kim
· 11 years ago
1301a44
tracing/probes: Move 'symbol' fetch method to kprobes
by Namhyung Kim
· 11 years ago
3fd996a
tracing/probes: Implement 'stack' fetch method for uprobes
by Namhyung Kim
· 11 years ago
34fee3a
tracing/probes: Split [ku]probes_fetch_type_table
by Namhyung Kim
· 11 years ago
5bf652a
tracing/probes: Integrate duplicate set_print_fmt()
by Namhyung Kim
· 12 years ago
14577c3
tracing/uprobes: Convert to struct trace_probe
by Namhyung Kim
· 12 years ago
306cfe2
tracing/uprobes: Fix documentation of uprobe registration syntax
by Namhyung Kim
· 12 years ago
f306cc8
tracing: Update event filters for multibuffer
by Tom Zanussi
· 11 years ago
c6c2401
tracing/uprobes: Fail to unregister if probe event files are in use
by Steven Rostedt (Red Hat)
· 12 years ago
cd92bf6
tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare()
by Oleg Nesterov
· 12 years ago
fa44063
uprobes: Fix return value in error handling path
by zhangwei(Jovi)
· 12 years ago
515619f
uprobes/perf: Avoid perf_trace_buf_prepare/submit if ->perf_events is empty
by Oleg Nesterov
· 12 years ago
32520b2
uprobes/tracing: Don't pass addr=ip to perf_trace_buf_submit()
by Oleg Nesterov
· 12 years ago
4ee5a52
uprobes/tracing: Change create_trace_uprobe() to support uretprobes
by Oleg Nesterov
· 12 years ago
3ede82d
uprobes/tracing: Make seq_printf() code uretprobe-friendly
by Oleg Nesterov
· 12 years ago
4d1298e
uprobes/tracing: Make register_uprobe_event() paths uretprobe-friendly
by Oleg Nesterov
· 12 years ago
393a736
uprobes/tracing: Make uprobe_{trace,perf}_print() uretprobe-friendly
by Oleg Nesterov
· 12 years ago
c1ae5c7
uprobes/tracing: Introduce is_ret_probe() and uretprobe_dispatcher()
by Oleg Nesterov
· 12 years ago
a51cc60
uprobes/tracing: Introduce uprobe_{trace,perf}_print() helpers
by Oleg Nesterov
· 12 years ago
457d177
uprobes/tracing: Generalize struct uprobe_trace_entry_head
by Oleg Nesterov
· 12 years ago
0e3853d
uprobes/tracing: Kill the pointless local_save_flags/preempt_count calls
by Oleg Nesterov
· 12 years ago
456fdbc
uprobes/tracing: Kill the pointless seq_print_ip_sym() call
by Oleg Nesterov
· 12 years ago
07720b6
uprobes/tracing: Kill the pointless task_pt_regs() calls
by Oleg Nesterov
· 12 years ago
b2fe8ba
uprobes/perf: Avoid uprobe_apply() whenever possible
by Oleg Nesterov
· 12 years ago
f42d24a
uprobes/perf: Teach trace_uprobe/perf code to use UPROBE_HANDLER_REMOVE
by Oleg Nesterov
· 12 years ago
31ba334
uprobes/perf: Teach trace_uprobe/perf code to pre-filter
by Oleg Nesterov
· 12 years ago
736288b
uprobes/perf: Teach trace_uprobe/perf code to track the active perf_event's
by Oleg Nesterov
· 12 years ago
1b47aef
uprobes/perf: Always increment trace_uprobe->nhit
by Oleg Nesterov
· 12 years ago
a932b73
uprobes/tracing: Kill uprobe_trace_consumer, embed uprobe_consumer into trace_uprobe
by Oleg Nesterov
· 12 years ago
b64b007
uprobes/tracing: Introduce is_trace_uprobe_enabled()
by Oleg Nesterov
· 12 years ago
7e4e28c
uprobes/tracing: Ensure inode != NULL in create_trace_uprobe()
by Oleg Nesterov
· 12 years ago
4161824
uprobes/tracing: Fully initialize uprobe_trace_consumer before uprobe_register()
by Oleg Nesterov
· 12 years ago
84d7ed7
uprobes/tracing: Fix dentry/mount leak in create_trace_uprobe()
by Oleg Nesterov
· 12 years ago
74e59df
uprobes: Change handle_swbp() to expose bp_vaddr to handler_chain()
by Oleg Nesterov
· 12 years ago
fe20d71
uprobes: Kill uprobe_consumer->filter()
by Oleg Nesterov
· 12 years ago
d24d7db
tracing: Verify target file before registering a uprobe event
by Jovi Zhang
· 12 years ago
b2e902f
trace: use kbasename()
by Andy Shevchenko
· 12 years ago
7e0dd57
Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc into perf/core
by Ingo Molnar
· 12 years ago
bcd83ea
tracing: Replace strict_strto* with kstrto*
by Daniel Walter
· 12 years ago
0d13ac9
uprobes: Fix misleading log entry
by Jovi Zhang
· 12 years ago
e6dab5f
perf/trace: Add ability to set a target task for events
by Andrew Vagin
· 13 years ago
f3f096c
tracing: Provide trace events interface for uprobes
by Srikar Dronamraju
· 13 years ago