Lines Matching refs:field
863 print_graph_entry(struct ftrace_graph_ent_entry *field, struct trace_seq *s, in print_graph_entry() argument
867 struct ftrace_graph_ent *call = &field->graph_ent; in print_graph_entry()
877 leaf_ret = get_return_for_leaf(iter, field); in print_graph_entry()
879 ret = print_graph_entry_leaf(iter, field, leaf_ret, s, flags); in print_graph_entry()
881 ret = print_graph_entry_nested(iter, field, s, cpu, flags); in print_graph_entry()
1039 struct ftrace_graph_ent_entry *field; in print_graph_function_flags() local
1056 field = &data->ent; in print_graph_function_flags()
1058 ret = print_graph_entry(field, s, iter, flags); in print_graph_function_flags()
1076 trace_assign_type(field, entry); in print_graph_function_flags()
1077 saved = *field; in print_graph_function_flags()
1081 struct ftrace_graph_ret_entry *field; in print_graph_function_flags() local
1082 trace_assign_type(field, entry); in print_graph_function_flags()
1083 return print_graph_return(&field->ret, s, entry, iter, flags); in print_graph_function_flags()