Lines Matching refs:field
1068 print_graph_entry(struct ftrace_graph_ent_entry *field, struct trace_seq *s, in print_graph_entry() argument
1072 struct ftrace_graph_ent *call = &field->graph_ent; in print_graph_entry()
1082 leaf_ret = get_return_for_leaf(iter, field); in print_graph_entry()
1084 ret = print_graph_entry_leaf(iter, field, leaf_ret, s, flags); in print_graph_entry()
1086 ret = print_graph_entry_nested(iter, field, s, cpu, flags); in print_graph_entry()
1244 struct ftrace_graph_ent_entry *field; in print_graph_function_flags() local
1264 field = &data->ent; in print_graph_function_flags()
1266 ret = print_graph_entry(field, s, iter, flags); in print_graph_function_flags()
1284 trace_assign_type(field, entry); in print_graph_function_flags()
1285 saved = *field; in print_graph_function_flags()
1289 struct ftrace_graph_ret_entry *field; in print_graph_function_flags() local
1290 trace_assign_type(field, entry); in print_graph_function_flags()
1291 return print_graph_return(&field->ret, s, entry, iter, flags); in print_graph_function_flags()