Home
last modified time | relevance | path

Searched defs:field (Results 1 – 12 of 12) sorted by relevance

/kernel/trace/
Dtrace_output.c44 struct bputs_entry *field; in trace_print_bputs_msg_only() local
60 struct bprint_entry *field; in trace_print_bprintk_msg_only() local
76 struct print_entry *field; in trace_print_printk_msg_only() local
972 struct ftrace_entry *field; local
1000 struct ftrace_entry *field; local
1015 struct ftrace_entry *field; local
1029 struct ftrace_entry *field; local
1057 struct ftrace_graph_ent_entry *field; local
1076 struct ftrace_graph_ent_entry *field; local
1091 struct ftrace_graph_ent_entry *field; local
[all …]
Dtrace_mmiotrace.c176 struct trace_mmiotrace_rw *field; in mmio_print_rw() local
223 struct trace_mmiotrace_map *field; in mmio_print_map() local
Dtrace_events_filter.c881 static bool is_function_field(struct ftrace_event_field *field) in is_function_field()
886 static bool is_string_field(struct ftrace_event_field *field) in is_string_field()
893 static int is_legal_op(struct ftrace_event_field *field, int op) in is_legal_op()
948 struct ftrace_event_field *field, in init_pred()
1303 struct ftrace_event_field *field; in create_pred() local
2014 struct ftrace_event_field *field = pred->field; in ftrace_function_check_pred() local
2207 struct ftrace_event_field *field = pred->field; in test_pred_visited_fn() local
2221 struct ftrace_event_field *field = pred->field; in test_walk_pred_cb() local
Dtrace_kprobe.c969 struct kprobe_trace_entry_head *field; in print_kprobe_event() local
1005 struct kretprobe_trace_entry_head *field; in print_kretprobe_event() local
1047 struct kprobe_trace_entry_head field; in kprobe_event_define_fields() local
1068 struct kretprobe_trace_entry_head field; in kretprobe_event_define_fields() local
Dtrace_events.c68 struct ftrace_event_field *field; in __find_event_field() local
81 struct ftrace_event_field *field; in trace_find_event_field() local
96 struct ftrace_event_field *field; in __trace_define_field() local
163 struct ftrace_event_field *field, *next; in trace_destroy_fields() local
773 struct ftrace_event_field *field; in f_next() local
831 struct ftrace_event_field *field; in f_show() local
Dtrace_functions_graph.c1042 print_graph_entry(struct ftrace_graph_ent_entry *field, struct trace_seq *s, in print_graph_entry()
1234 struct ftrace_graph_ent_entry *field; in print_graph_function_flags() local
1279 struct ftrace_graph_ret_entry *field; in print_graph_function_flags() local
Dtrace_branch.c150 struct trace_branch *field; in trace_branch_print() local
Dtrace_uprobe.c640 struct uprobe_trace_entry_head field; in uprobe_event_define_fields() local
Dtrace.h983 struct ftrace_event_field *field; member
Dring_buffer.c421 struct buffer_data_page field; in ring_buffer_print_page_header() local
/kernel/sched/
Dstats.h32 # define schedstat_inc(rq, field) do { (rq)->field++; } while (0) argument
33 # define schedstat_add(rq, field, amt) do { (rq)->field += (amt); } while (0) argument
45 # define schedstat_inc(rq, field) do { } while (0) argument
46 # define schedstat_add(rq, field, amt) do { } while (0) argument
/kernel/
Dmodule.c591 #define MODINFO_ATTR(field) \ argument