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

/linux-master/tools/perf/
H A Dbuiltin-script.c2866 struct script_spec { struct
2874 static struct script_spec *script_spec__new(const char *spec,
2877 struct script_spec *s = malloc(sizeof(*s) + strlen(spec) + 1);
2887 static void script_spec__add(struct script_spec *s)
2892 static struct script_spec *script_spec__find(const char *spec)
2894 struct script_spec *s;
2904 struct script_spec *s;
2921 struct script_spec *s = script_spec__find(spec);
2930 struct script_spec *s;

Completed in 180 milliseconds