Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
b55ce203a8f327b623688c8fb551ac3f9781edea
/
kernel
/
trace
/
trace_probe.h
b55ce203
tracing/probe: Add probe event name and group name accesses APIs
by Masami Hiramatsu
· 6 years ago
747774d
tracing/probe: Add trace flag access APIs for trace_probe
by Masami Hiramatsu
· 6 years ago
b5f935e
tracing/probe: Add trace_event_file access APIs for trace_probe
by Masami Hiramatsu
· 6 years ago
46e5376
tracing/probe: Add trace_event_call register API for trace_probe
by Masami Hiramatsu
· 6 years ago
455b289
tracing/probe: Add trace_probe init and free functions
by Masami Hiramatsu
· 6 years ago
e65f7ae
tracing/probe: Support user-space dereference
by Masami Hiramatsu
· 6 years ago
88903c4
tracing/probe: Add ustring type for user-space string
by Masami Hiramatsu
· 6 years ago
4dd537a
tracing: uprobes: Re-enable $comm support for uprobe events
by Masami Hiramatsu
· 6 years ago
ab105a4
tracing: Use tracing error_log with probe events
by Masami Hiramatsu
· 6 years ago
b4443c1
tracing/probe: Check the size of argument name and body
by Masami Hiramatsu
· 6 years ago
6212dd2
tracing/kprobes: Use dyn_event framework for kprobe events
by Masami Hiramatsu
· 6 years ago
d00bbea9
tracing: Integrate similar probe argument parsers
by Masami Hiramatsu
· 6 years ago
a668281
tracing/kprobes: Allow kprobe-events to record module symbol
by Masami Hiramatsu
· 6 years ago
a1303af
tracing: probeevent: Add $argN for accessing function args
by Masami Hiramatsu
· 7 years ago
40b53b7
tracing: probeevent: Add array type support
by Masami Hiramatsu
· 7 years ago
60c2e0c
tracing: probeevent: Add symbol type
by Masami Hiramatsu
· 7 years ago
0a46c85
tracing: probeevent: Append traceprobe_ for exported function
by Masami Hiramatsu
· 7 years ago
9178412
tracing: probeevent: Return consumed bytes of dynamic area
by Masami Hiramatsu
· 7 years ago
f451bc8
tracing: probeevent: Unify fetch type tables
by Masami Hiramatsu
· 7 years ago
5330592
tracing: probeevent: Introduce new argument fetching code
by Masami Hiramatsu
· 7 years ago
eeb07b0
tracing: probeevent: Cleanup argument field definition
by Masami Hiramatsu
· 7 years ago
56de763
tracing: probeevent: Cleanup print argument functions
by Masami Hiramatsu
· 7 years ago
a6ca88b
trace_uprobe: support reference counter in fd-based uprobe
by Song Liu
· 6 years ago
bcea3f9
tracing: Add SPDX License format tags to tracing files
by Steven Rostedt (VMware)
· 6 years ago
2d07491
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 7 years ago
c5d343b
tracing: probeevent: Fix to support minus offset from symbol
by Masami Hiramatsu
· 7 years ago
7057bb9
Merge branch 'perf/urgent' into perf/core, to pick up fixes
by Ingo Molnar
· 7 years ago
33ea4b2
perf/core: Implement the 'perf_uprobe' PMU
by Song Liu
· 7 years ago
e12f03d
perf/core: Implement the 'perf_kprobe' PMU
by Song Liu
· 7 years ago
b4da334
tracing/kprobe: bpf: Check error injectable event is on function entry
by Masami Hiramatsu
· 7 years ago
9802d86
bpf: add a bpf_override_function helper
by Josef Bacik
· 7 years ago
7e465ba
tracing: Make traceprobe parsing code reusable
by Tom Zanussi
· 7 years ago
6b0b755
perf/core: Rename CONFIG_[UK]PROBE_EVENT to CONFIG_[UK]PROBE_EVENTS
by Anton Blanchard
· 8 years ago
bdca79c2
ftrace: kprobe: uprobe: Show u8/u16/u32/u64 types in decimal
by Masami Hiramatsu
· 8 years ago
17ce3dc
ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal types
by Masami Hiramatsu
· 8 years ago
35abb67
tracing: expose current->comm to [ku]probe events
by Omar Sandoval
· 9 years ago
f0132c4
kernel/trace_probe: is_good_name can be boolean
by Yaowei Bai
· 9 years ago
2425bcb
tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}
by Steven Rostedt (Red Hat)
· 10 years ago
7f1d2f8
tracing: Rename ftrace_event_file to trace_event_file
by Steven Rostedt (Red Hat)
· 10 years ago
eeee78c
Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 10 years ago
d9a16d3
trace: Don't use __weak in header files
by Stephen Rothwell
· 10 years ago
8434dc9
tracing: Convert the tracing facility over to use tracefs
by Steven Rostedt (Red Hat)
· 10 years ago
3da0f18
kprobes, ftrace: Use NOKPROBE_SYMBOL macro in ftrace
by Masami Hiramatsu
· 11 years ago
70ed91c
tracing/uprobes: Support ftrace_event_file base multibuffer
by zhangwei(Jovi)
· 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
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
b26c74e
tracing/probes: Move fetch function helpers to trace_probe.h
by Namhyung Kim
· 11 years ago
5bf652a
tracing/probes: Integrate duplicate set_print_fmt()
by Namhyung Kim
· 11 years ago
2dc1018
tracing/kprobes: Move common functions to trace_probe.h
by Namhyung Kim
· 11 years ago
c31ffb3
tracing/kprobes: Factor out struct trace_probe
by Namhyung Kim
· 11 years ago
b64b007
uprobes/tracing: Introduce is_trace_uprobe_enabled()
by Oleg Nesterov
· 12 years ago
f3f096c
tracing: Provide trace events interface for uprobes
by Srikar Dronamraju
· 13 years ago
8ab83f5
tracing: Extract out common code for kprobes/uprobes trace events
by Srikar Dronamraju
· 13 years ago