Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/
Dbuiltin-script.c575 struct script_spec { struct
583 static struct script_spec *script_spec__new(const char *spec, in script_spec__new() argument
586 struct script_spec *s = malloc(sizeof(*s) + strlen(spec) + 1); in script_spec__new()
596 static void script_spec__add(struct script_spec *s) in script_spec__add()
601 static struct script_spec *script_spec__find(const char *spec) in script_spec__find()
603 struct script_spec *s; in script_spec__find()
611 static struct script_spec *script_spec__findnew(const char *spec, in script_spec__findnew()
614 struct script_spec *s = script_spec__find(spec); in script_spec__findnew()
630 struct script_spec *s; in script_spec_register()
645 struct script_spec *s = script_spec__find(spec); in script_spec__lookup()
[all …]