Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/
Dbuiltin-script.c2813 struct script_spec { struct
2821 static struct script_spec *script_spec__new(const char *spec, in script_spec__new() argument
2824 struct script_spec *s = malloc(sizeof(*s) + strlen(spec) + 1); in script_spec__new()
2834 static void script_spec__add(struct script_spec *s) in script_spec__add()
2839 static struct script_spec *script_spec__find(const char *spec) in script_spec__find()
2841 struct script_spec *s; in script_spec__find()
2851 struct script_spec *s; in script_spec_register()
2868 struct script_spec *s = script_spec__find(spec); in script_spec__lookup()
2877 struct script_spec *s; in list_available_languages()