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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-trace.c152 struct script_spec { struct
160 static struct script_spec *script_spec__new(const char *spec,
163 struct script_spec *s = malloc(sizeof(*s) + strlen(spec) + 1);
173 static void script_spec__delete(struct script_spec *s)
179 static void script_spec__add(struct script_spec *s)
184 static struct script_spec *script_spec__find(const char *spec)
186 struct script_spec *s;
194 static struct script_spec *script_spec__findnew(const char *spec,
197 struct script_spec *s = script_spec__find(spec);
218 struct script_spec *
[all...]

Completed in 41 milliseconds