Home
last modified time | relevance | path

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

/kernel/trace/
Dtrace_output.c27 struct bputs_entry *field; in trace_print_bputs_msg_only() local
40 struct bprint_entry *field; in trace_print_bprintk_msg_only() local
53 struct print_entry *field; in trace_print_printk_msg_only() local
787 struct ftrace_entry *field; in trace_fn_trace() local
807 struct ftrace_entry *field; in trace_fn_raw() local
821 struct ftrace_entry *field; in trace_fn_hex() local
835 struct ftrace_entry *field; in trace_fn_bin() local
863 struct ftrace_graph_ent_entry *field; in trace_graph_ent_trace() local
884 struct ftrace_graph_ent_entry *field; in trace_graph_ent_raw() local
900 struct ftrace_graph_ent_entry *field; in trace_graph_ent_hex() local
[all …]
Dtrace_mmiotrace.c173 struct trace_mmiotrace_rw *field; in mmio_print_rw() local
218 struct trace_mmiotrace_map *field; in mmio_print_map() local
Dtrace_events_filter.c967 static bool is_function_field(struct ftrace_event_field *field) in is_function_field()
972 static bool is_string_field(struct ftrace_event_field *field) in is_string_field()
979 static bool is_legal_op(struct ftrace_event_field *field, int op) in is_legal_op()
1034 struct ftrace_event_field *field, in init_pred()
1402 struct ftrace_event_field *field; in create_pred() local
2215 struct ftrace_event_field *field = pred->field; in ftrace_function_check_pred() local
2408 struct ftrace_event_field *field = pred->field; in test_pred_visited_fn() local
2422 struct ftrace_event_field *field = pred->field; in test_walk_pred_cb() local
Dtrace_kprobe.c1013 struct kprobe_trace_entry_head *field; in print_kprobe_event() local
1044 struct kretprobe_trace_entry_head *field; in print_kretprobe_event() local
1081 struct kprobe_trace_entry_head field; in kprobe_event_define_fields() local
1104 struct kretprobe_trace_entry_head field; in kretprobe_event_define_fields() local
Dtrace_functions_graph.c1010 print_graph_entry(struct ftrace_graph_ent_entry *field, struct trace_seq *s, in print_graph_entry()
1181 struct ftrace_graph_ent_entry *field; in print_graph_function_flags() local
1226 struct ftrace_graph_ret_entry *field; in print_graph_function_flags() local
Dtrace_branch.c141 struct trace_branch *field; in trace_branch_print() local
Dtrace_events.c84 struct ftrace_event_field *field; in __find_event_field() local
97 struct ftrace_event_field *field; in trace_find_event_field() local
116 struct ftrace_event_field *field; in __trace_define_field() local
197 struct ftrace_event_field *field, *next; in trace_destroy_fields() local
1197 struct ftrace_event_field *field; in f_show() local
Dtrace_uprobe.c997 struct uprobe_trace_entry_head field; in uprobe_event_define_fields() local
Dtrace.h1106 struct ftrace_event_field *field; member
Dring_buffer.c369 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.c754 #define MODINFO_ATTR(field) \ argument