/Linux-v4.19/include/trace/ |
D | perf.h | 35 struct trace_event_call *event_call = __data; \ 48 head = this_cpu_ptr(event_call->perf_events); \ 49 if (!bpf_prog_array_valid(event_call) && \ 69 event_call, __count, __regs, \
|
D | trace_events.h | 398 ret = trace_define_field(event_call, #type, #item, \ 407 ret = trace_define_field(event_call, #type, #item, \ 426 ret = trace_define_field(event_call, type_str, #item, \ 436 ret = trace_define_field(event_call, "__data_loc " #type "[]", #item, \ 450 trace_event_define_fields_##call(struct trace_event_call *event_call) \
|
/Linux-v4.19/kernel/trace/ |
D | trace_export.c | 84 ret = trace_define_field(event_call, #type, #item, \ 93 ret = trace_define_field(event_call, #type, #item, \ 106 ret = trace_define_field(event_call, type_str, #item, \ 117 ret = trace_define_field(event_call, #type "[" #len "]", #item, \ 127 ret = trace_define_field(event_call, #type "[]", #item, \ 136 ftrace_define_fields_##name(struct trace_event_call *event_call) \
|
D | trace_events.c | 74 trace_get_fields(struct trace_event_call *event_call) in trace_get_fields() argument 76 if (!event_call->class->get_fields) in trace_get_fields() 77 return &event_call->class->fields; in trace_get_fields() 78 return event_call->class->get_fields(event_call); in trace_get_fields() 257 struct trace_event_call *event_call = trace_file->event_call; in trace_event_buffer_reserve() local 277 event_call->event.type, len, in trace_event_buffer_reserve() 372 struct trace_event_call *call = file->event_call; in __ftrace_event_enable_disable() 750 call = file->event_call; in __ftrace_set_clr_event_nolock() 912 call = file->event_call; in t_next() 978 struct trace_event_call *call = file->event_call; in t_show() [all …]
|
D | trace_kprobe.c | 1043 WARN_ON(call != trace_file->event_call); in __kprobe_trace_func() 1091 WARN_ON(call != trace_file->event_call); in __kretprobe_trace_func() 1198 static int kprobe_event_define_fields(struct trace_event_call *event_call) in kprobe_event_define_fields() argument 1202 struct trace_kprobe *tk = (struct trace_kprobe *)event_call->data; in kprobe_event_define_fields() 1209 ret = trace_define_field(event_call, parg->type->fmttype, in kprobe_event_define_fields() 1221 static int kretprobe_event_define_fields(struct trace_event_call *event_call) in kretprobe_event_define_fields() argument 1225 struct trace_kprobe *tk = (struct trace_kprobe *)event_call->data; in kretprobe_event_define_fields() 1233 ret = trace_define_field(event_call, parg->type->fmttype, in kretprobe_event_define_fields() 1534 void destroy_local_trace_kprobe(struct trace_event_call *event_call) in destroy_local_trace_kprobe() argument 1538 tk = container_of(event_call, struct trace_kprobe, tp.call); in destroy_local_trace_kprobe() [all …]
|
D | trace_probe.h | 43 ret = trace_define_field(event_call, #type, name, \ 412 extern void destroy_local_trace_kprobe(struct trace_event_call *event_call); 416 extern void destroy_local_trace_uprobe(struct trace_event_call *event_call);
|
D | trace_events_trigger.c | 734 ret = create_event_filter(file->event_call, filter_str, false, &filter); in set_trigger_filter() 1273 enable_data->file->event_call->class->system, in event_enable_trigger_print() 1274 trace_event_name(enable_data->file->event_call)); in event_enable_trigger_print() 1301 module_put(enable_data->file->event_call->mod); in event_enable_trigger_free() 1443 ret = try_module_get(event_enable_file->event_call->mod); in event_enable_trigger_func() 1472 module_put(event_enable_file->event_call->mod); in event_enable_trigger_func()
|
D | trace_uprobe.c | 769 WARN_ON(call != trace_file->event_call); in __uprobe_trace_func() 959 static int uprobe_event_define_fields(struct trace_event_call *event_call) in uprobe_event_define_fields() argument 963 struct trace_uprobe *tu = event_call->data; in uprobe_event_define_fields() 977 ret = trace_define_field(event_call, parg->type->fmttype, in uprobe_event_define_fields() 1389 void destroy_local_trace_uprobe(struct trace_event_call *event_call) in destroy_local_trace_uprobe() argument 1393 tu = container_of(event_call, struct trace_uprobe, tp.call); in destroy_local_trace_uprobe()
|
D | trace_events_hist.c | 639 event = trace_file->event_call->data; in trace_event_raw_event_synth() 2407 call = hist_data->event_file->event_call; in local_field_var_ref() 2492 field = trace_find_event_field(file->event_call, field_name); in parse_field() 3068 call = file->event_call; in find_target_event_var() 3250 call = file->event_call; in create_target_field_var() 5461 se_name = trace_event_name(file->event_call); in hist_unreg_all() 5583 se_name = trace_event_name(file->event_call); in event_hist_trigger_func() 5625 se_name = trace_event_name(file->event_call); in event_hist_trigger_func()
|
D | trace.c | 2320 struct trace_event_call *event_call; in output_printk() local 2329 event_call = fbuffer->trace_file->event_call; in output_printk() 2330 if (!event_call || !event_call->event.funcs || in output_printk() 2331 !event_call->event.funcs->trace) in output_printk() 2334 event = &fbuffer->trace_file->event_call->event; in output_printk() 2339 event_call->event.funcs->trace(iter, 0, event); in output_printk()
|
D | trace_events_filter.c | 1587 err = process_preds(file->event_call, filter_string, filter, pe); in process_system_preds() 1767 struct trace_event_call *call = file->event_call; in apply_event_filter()
|
/Linux-v4.19/include/linux/ |
D | trace_events.h | 368 struct trace_event_call *event_call; member
|