Home
last modified time | relevance | path

Searched refs:export (Results 1 – 1 of 1) sorted by relevance

/kernel/trace/
Dtrace.c2636 trace_process_export(struct trace_export *export, in trace_process_export() argument
2644 export->write(export, entry, size); in trace_process_export()
2665 struct trace_export *export; in ftrace_exports() local
2669 export = rcu_dereference_raw_check(ftrace_exports_list); in ftrace_exports()
2670 while (export) { in ftrace_exports()
2671 trace_process_export(export, event); in ftrace_exports()
2672 export = rcu_dereference_raw_check(export->next); in ftrace_exports()
2679 add_trace_export(struct trace_export **list, struct trace_export *export) in add_trace_export() argument
2681 rcu_assign_pointer(export->next, *list); in add_trace_export()
2688 rcu_assign_pointer(*list, export); in add_trace_export()
[all …]