Searched refs:script_spec (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/
H A Dbuiltin-script.c2904 struct script_spec { struct
2912 static struct script_spec *script_spec__new(const char *spec,
2915 struct script_spec *s = malloc(sizeof(*s) + strlen(spec) + 1);
2925 static void script_spec__add(struct script_spec *s)
2930 static struct script_spec *script_spec__find(const char *spec)
2932 struct script_spec *s;
2942 struct script_spec *s;
2959 struct script_spec *s = script_spec__find(spec);
2968 struct script_spec *s;

Completed in 128 milliseconds