Lines Matching refs:call

321 trace_uprobe_primary_from_call(struct trace_event_call *call)  in trace_uprobe_primary_from_call()  argument
325 tp = trace_probe_primary_from_call(call); in trace_uprobe_primary_from_call()
1020 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_trace_func() local
1022 WARN_ON(call != trace_file->event_call); in __uprobe_trace_func()
1154 static int probe_event_enable(struct trace_event_call *call, in probe_event_enable() argument
1162 tp = trace_probe_primary_from_call(call); in probe_event_enable()
1214 static void probe_event_disable(struct trace_event_call *call, in probe_event_disable() argument
1219 tp = trace_probe_primary_from_call(call); in probe_event_disable()
1331 static int uprobe_perf_close(struct trace_event_call *call, in uprobe_perf_close() argument
1338 tp = trace_probe_primary_from_call(call); in uprobe_perf_close()
1355 static int uprobe_perf_open(struct trace_event_call *call, in uprobe_perf_open() argument
1362 tp = trace_probe_primary_from_call(call); in uprobe_perf_open()
1373 uprobe_perf_close(call, event); in uprobe_perf_open()
1408 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_perf_func() local
1417 if (bpf_prog_array_valid(call)) { in __uprobe_perf_func()
1422 array = rcu_dereference_check(call->prog_array, rcu_read_lock_trace_held()); in __uprobe_perf_func()
1439 head = this_cpu_ptr(call->perf_events); in __uprobe_perf_func()
1461 perf_trace_buf_submit(entry, size, rctx, call->event.type, 1, regs, in __uprobe_perf_func()
1616 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in init_trace_event_call() local
1617 call->event.funcs = &uprobe_funcs; in init_trace_event_call()
1618 call->class->fields_array = uprobe_fields_array; in init_trace_event_call()
1620 call->flags = TRACE_EVENT_FL_UPROBE | TRACE_EVENT_FL_CAP_ANY; in init_trace_event_call()
1621 call->class->reg = trace_uprobe_register; in init_trace_event_call()