Searched refs:scripting_ops (Results 1 – 5 of 5) sorted by relevance
/external/linux-tools-perf/util/ |
D | trace-event-scripting.c | 72 struct scripting_ops python_scripting_unsupported_ops = { 80 static void register_python_scripting(struct scripting_ops *scripting_ops) in register_python_scripting() argument 83 err = script_spec_register("Python", scripting_ops); in register_python_scripting() 87 err = script_spec_register("py", scripting_ops); in register_python_scripting() 100 extern struct scripting_ops python_scripting_ops; 133 struct scripting_ops perl_scripting_unsupported_ops = { 141 static void register_perl_scripting(struct scripting_ops *scripting_ops) in register_perl_scripting() argument 144 err = script_spec_register("Perl", scripting_ops); in register_perl_scripting() 148 err = script_spec_register("pl", scripting_ops); in register_perl_scripting() 161 extern struct scripting_ops perl_scripting_ops;
|
D | trace-event.h | 281 struct scripting_ops { struct 293 int script_spec_register(const char *spec, struct scripting_ops *ops); argument
|
/external/linux-tools-perf/ |
D | builtin-script.c | 319 static struct scripting_ops default_scripting_ops = { 326 static struct scripting_ops *scripting_ops; variable 333 scripting_ops = &default_scripting_ops; in setup_scripting() 340 return scripting_ops->stop_script(); in cleanup_scripting() 368 scripting_ops->process_event(event, sample, evsel, session, thread); in process_sample_event() 411 struct scripting_ops *ops; 418 struct scripting_ops *ops) in script_spec__new() 452 struct scripting_ops *ops) in script_spec__findnew() 473 int script_spec_register(const char *spec, struct scripting_ops *ops) in script_spec_register() 488 static struct scripting_ops *script_spec__lookup(const char *spec) in script_spec__lookup() [all …]
|
/external/linux-tools-perf/util/scripting-engines/ |
D | trace-event-perl.c | 565 struct scripting_ops perl_scripting_ops = {
|
D | trace-event-python.c | 593 struct scripting_ops python_scripting_ops = {
|