Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dtrace-event.h117 int script_spec__for_each(int (*cb)(struct scripting_ops *ops, const char *spec));
H A Dtrace-event-scripting.c91 int script_spec__for_each(int (*cb)(struct scripting_ops *ops, const char *spec)) in script_spec__for_each() function
/linux-6.15/tools/perf/
H A Dbuiltin-script.c2915 script_spec__for_each(&list_available_languages_cb); in list_available_languages()