Lines Matching refs:name
45 const char *name, \
48 return trace_seq_printf(s, " %s=" fmt, name, (cast)*(type *)data);\
78 const char *name, in PRINT_TYPE_FUNC_NAME()
84 return trace_seq_printf(s, " %s=(fault)", name); in PRINT_TYPE_FUNC_NAME()
86 return trace_seq_printf(s, " %s=\"%s\"", name, in PRINT_TYPE_FUNC_NAME()
387 {.name = _name, \
462 if (strcmp(type, fetch_type_table[i].name) == 0) in find_fetch_type()
531 if (strcmp(t->name, DEFAULT_FETCH_TYPE_STR) == 0) in parse_probe_vars()
639 pr_info("%s type has no corresponding fetch method.\n", t->name); in parse_probe_arg()
727 int traceprobe_conflict_field_name(const char *name, in traceprobe_conflict_field_name() argument
733 if (strcmp(reserved_field_names[i], name) == 0) in traceprobe_conflict_field_name()
737 if (strcmp(args[i].name, name) == 0) in traceprobe_conflict_field_name()
762 kfree(arg->name); in traceprobe_free_probe_arg()