Searched refs:scripting_ops (Results 1 – 2 of 2) sorted by relevance
2357 static struct scripting_ops *scripting_ops; variable2392 if (scripting_ops && scripting_ops->process_stat) in process_stat()2393 scripting_ops->process_stat(&stat_config, counter, tstamp); in process_stat()2400 if (scripting_ops && scripting_ops->process_stat_interval) in process_stat_interval()2401 scripting_ops->process_stat_interval(tstamp); in process_stat_interval()2414 return scripting_ops ? scripting_ops->flush_script() : 0; in flush_scripting()2421 return scripting_ops ? scripting_ops->stop_script() : 0; in cleanup_scripting()2495 if (scripting_ops) { in process_sample_event()2504 scripting_ops->process_event(event, sample, evsel, &al, addr_al_ptr); in process_sample_event()2722 if (scripting_ops && scripting_ops->process_switch && !filter_cpu(sample)) in process_switch_event()[all …]
2188 struct scripting_ops python_scripting_ops = {