• Home
  • Raw
  • Download

Lines Matching refs:data

199 			    old[iter_probes].data == tp_func->data)  in func_add()
248 old[nr_probes].data == tp_func->data) || in func_remove()
271 old[i].data != tp_func->data) && in func_remove()
284 old[i].data == tp_func->data) in func_remove()
378 if (tp_funcs[0].data != old[0].data) in tracepoint_add_func()
437 if (tp_funcs[0].data != old[0].data) in tracepoint_remove_func()
451 if (tp_funcs[0].data != old[0].data) in tracepoint_remove_func()
473 void *data, int prio) in tracepoint_probe_register_prio_may_exist() argument
480 tp_func.data = data; in tracepoint_probe_register_prio_may_exist()
502 void *data, int prio) in tracepoint_probe_register_prio() argument
509 tp_func.data = data; in tracepoint_probe_register_prio()
529 int tracepoint_probe_register(struct tracepoint *tp, void *probe, void *data) in tracepoint_probe_register() argument
531 return tracepoint_probe_register_prio(tp, probe, data, TRACEPOINT_DEFAULT_PRIO); in tracepoint_probe_register()
543 int tracepoint_probe_unregister(struct tracepoint *tp, void *probe, void *data) in tracepoint_probe_unregister() argument
550 tp_func.data = data; in tracepoint_probe_unregister()
702 unsigned long val, void *data) in tracepoint_module_notify() argument
704 struct module *mod = data; in tracepoint_module_notify()
811 tp->funcs[i].data = func->data; in rvh_func_add()
840 int android_rvh_probe_register(struct tracepoint *tp, void *probe, void *data) in android_rvh_probe_register() argument
854 if (WARN_ON(static_key_enabled(&tp->key) && data)) in android_rvh_probe_register()
859 tp_func.data = data; in android_rvh_probe_register()