Searched refs:event_call (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/kernel/trace/ |
D | trace_export.c | 76 ret = trace_define_field(event_call, #type, #item, \ 85 ret = trace_define_field(event_call, #type, #item, \ 98 ret = trace_define_field(event_call, type_str, #item, \ 109 ret = trace_define_field(event_call, #type "[" #len "]", #item, \ 119 ret = trace_define_field(event_call, #type, #item, \ 128 ftrace_define_fields_##name(struct ftrace_event_call *event_call) \
|
D | trace_events.c | 71 trace_get_fields(struct ftrace_event_call *event_call) in trace_get_fields() argument 73 if (!event_call->class->get_fields) in trace_get_fields() 74 return &event_call->class->fields; in trace_get_fields() 75 return event_call->class->get_fields(event_call); in trace_get_fields() 197 struct ftrace_event_call *event_call = ftrace_file->event_call; in ftrace_event_buffer_reserve() local 205 event_call->event.type, len, in ftrace_event_buffer_reserve() 219 struct ftrace_event_call *event_call; in output_printk() local 227 event_call = fbuffer->ftrace_file->event_call; in output_printk() 228 if (!event_call || !event_call->event.funcs || in output_printk() 229 !event_call->event.funcs->trace) in output_printk() [all …]
|
D | trace_events_filter.c | 648 if (file->event_call->flags & TRACE_EVENT_FL_USE_CALL_FILTER) in event_filter() 649 return file->event_call->filter; in event_filter() 785 struct ftrace_event_call *call = file->event_call; in filter_disable() 842 struct ftrace_event_call *call = file->event_call; in __remove_filter() 865 struct ftrace_event_call *call = file->event_call; in __free_subsystem_filter() 1682 struct ftrace_event_call *call = file->event_call; in event_set_filtered_flag() 1693 struct ftrace_event_call *call = file->event_call; in event_set_filter() 1703 struct ftrace_event_call *call = file->event_call; in event_clear_filter() 1714 struct ftrace_event_call *call = file->event_call; in event_set_no_set_filter_flag() 1725 struct ftrace_event_call *call = file->event_call; in event_clear_no_set_filter_flag() [all …]
|
D | trace_kprobe.c | 929 WARN_ON(call != ftrace_file->event_call); in __kprobe_trace_func() 977 WARN_ON(call != ftrace_file->event_call); in __kretprobe_trace_func() 1084 static int kprobe_event_define_fields(struct ftrace_event_call *event_call) in kprobe_event_define_fields() argument 1088 struct trace_kprobe *tk = (struct trace_kprobe *)event_call->data; in kprobe_event_define_fields() 1095 ret = trace_define_field(event_call, parg->type->fmttype, in kprobe_event_define_fields() 1107 static int kretprobe_event_define_fields(struct ftrace_event_call *event_call) in kretprobe_event_define_fields() argument 1111 struct trace_kprobe *tk = (struct trace_kprobe *)event_call->data; in kretprobe_event_define_fields() 1119 ret = trace_define_field(event_call, parg->type->fmttype, in kretprobe_event_define_fields() 1373 if (file->event_call == &tk->tp.call) in find_trace_probe_file()
|
D | trace_events_trigger.c | 724 ret = create_event_filter(file->event_call, filter_str, false, &filter); in set_trigger_filter() 1097 enable_data->file->event_call->class->system, in event_enable_trigger_print() 1098 ftrace_event_name(enable_data->file->event_call)); in event_enable_trigger_print() 1126 module_put(enable_data->file->event_call->mod); in event_enable_trigger_free() 1257 ret = try_module_get(event_enable_file->event_call->mod); in event_enable_trigger_func() 1285 module_put(event_enable_file->event_call->mod); in event_enable_trigger_func()
|
D | trace_uprobe.c | 782 WARN_ON(call != ftrace_file->event_call); in __uprobe_trace_func() 970 static int uprobe_event_define_fields(struct ftrace_event_call *event_call) in uprobe_event_define_fields() argument 974 struct trace_uprobe *tu = event_call->data; in uprobe_event_define_fields() 988 ret = trace_define_field(event_call, parg->type->fmttype, in uprobe_event_define_fields()
|
D | trace_probe.h | 56 ret = trace_define_field(event_call, #type, name, \
|
/linux-4.1.27/include/trace/ |
D | ftrace.h | 359 ret = trace_define_field(event_call, #type, #item, \ 368 ret = trace_define_field(event_call, #type, #item, \ 386 ret = trace_define_field(event_call, type_str, #item, \ 396 ret = trace_define_field(event_call, "__data_loc " #type "[]", #item, \ 410 ftrace_define_fields_##call(struct ftrace_event_call *event_call) \ 803 struct ftrace_event_call *event_call = __data; \ 816 head = this_cpu_ptr(event_call->perf_events); \ 826 event_call->event.type, &__regs, &rctx); \
|
/linux-4.1.27/include/linux/ |
D | ftrace_event.h | 365 struct ftrace_event_call *event_call; member
|