blob: a176eaf90e8b1ed509b0680ece24fb9fb7a9649c [file] [log] [blame]
46e5376d404d ("tracing/probe: Add trace_event_call register API for trace_probe")
455b289973f7 ("tracing/probe: Add trace_probe init and free functions")
b4d4b96be894 ("tracing/uprobe: Set print format when parsing command")
f730e0f2da4d ("tracing/kprobe: Set print format right after parsed command")
5b7a96220900 ("tracing/probe: Check event/group naming rule at parsing")
7e1413edd619 ("tracing: Consolidate trace_add/remove_event_call back to the nolock functions")
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")
fc800a10be26 ("tracing: Lock event_mutex before synth_event_mutex")
547cd9eacd1c ("tracing/uprobes: Add busy check when cleanup all uprobes")
a1303af5d79e ("tracing: probeevent: Add $argN for accessing function args")
60c2e0cebfd0 ("tracing: probeevent: Add symbol type")
0a46c8549f8c ("tracing: probeevent: Append traceprobe_ for exported function")
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()")