blob: 781182a3c0ffb2636c1030efb5ab142d087b9e2c [file] [log] [blame]
a42e3c4de964 ("tracing/probe: Add immediate string parameter support")
6218bf9f4d29 ("tracing/probe: Add immediate parameter support")
e65f7ae7f4da ("tracing/probe: Support user-space dereference")
88903c464321 ("tracing/probe: Add ustring type for user-space string")
3dd1f7f24f8c ("tracing: probeevent: Fix to make the type of $comm string")
4dd537aca25d ("tracing: uprobes: Re-enable $comm support for uprobe events")
ab105a4fb894 ("tracing: Use tracing error_log with probe events")
a039480e9e93 ("tracing/probe: Verify alloc_trace_*probe() result")
5b7a96220900 ("tracing/probe: Check event/group naming rule at parsing")
b4443c17a3c9 ("tracing/probe: Check the size of argument name and body")
dec65d79fd26 ("tracing/probe: Check event name length correctly")
287c038c0b99 ("tracing/probe: Check maxactive error cases")
0841625201b6 ("tracing/probes: Make reserved_field_names static")
91457c018f15 ("tracing: Annotate implicit fall through in parse_probe_arg()")
3d739c1f6156 ("tracing: Use the return of str_has_prefix() to remove open coded numbers")
b6b2735514bc ("tracing: Use str_has_prefix() instead of using fixed sizes")
0597c49c69d5 ("tracing/uprobes: Use dyn_event framework for uprobe events")
6212dd29683e ("tracing/kprobes: Use dyn_event framework for kprobe events")
d00bbea9456f ("tracing: Integrate similar probe argument parsers")
547cd9eacd1c ("tracing/uprobes: Add busy check when cleanup all uprobes")
bf173ca92da9 ("tracing: probeevent: Fix uninitialized used of offset in parse args")
a6682814f371 ("tracing/kprobes: Allow kprobe-events to record module symbol")
59158ec4aef7 ("tracing/kprobes: Check the probe on unloaded module correctly")
a1303af5d79e ("tracing: probeevent: Add $argN for accessing function args")
40b53b771806 ("tracing: probeevent: Add array type support")
60c2e0cebfd0 ("tracing: probeevent: Add symbol type")
9b960a38835f ("tracing: probeevent: Unify fetch_insn processing common part")
9178412ddf5a ("tracing: probeevent: Return consumed bytes of dynamic area")
f451bc89d835 ("tracing: probeevent: Unify fetch type tables")
533059281ee5 ("tracing: probeevent: Introduce new argument fetching code")
eeb07b061500 ("tracing: probeevent: Cleanup argument field definition")
56de76305279 ("tracing: probeevent: Cleanup print argument functions")
ccea8727dc27 ("trace_uprobe/sdt: Prevent multiple reference counter for same uprobe")
1cc33161a83d ("uprobes: Support SDT markers having reference count (semaphore)")
d6b183eda466 ("tracing/kprobe: Remove unneeded extra strchr() from create_trace_kprobe()")