Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/
Dbuiltin-script.c993 struct script_spec { struct
1001 static struct script_spec *script_spec__new(const char *spec, in script_spec__new() argument
1004 struct script_spec *s = malloc(sizeof(*s) + strlen(spec) + 1); in script_spec__new()
1014 static void script_spec__add(struct script_spec *s) in script_spec__add()
1019 static struct script_spec *script_spec__find(const char *spec) in script_spec__find()
1021 struct script_spec *s; in script_spec__find()
1029 static struct script_spec *script_spec__findnew(const char *spec, in script_spec__findnew()
1032 struct script_spec *s = script_spec__find(spec); in script_spec__findnew()
1048 struct script_spec *s; in script_spec_register()
1063 struct script_spec *s = script_spec__find(spec); in script_spec__lookup()
[all …]