Searched refs:scripting_ops (Results 1 – 2 of 2) sorted by relevance
2551 static struct scripting_ops *scripting_ops; variable2586 if (scripting_ops && scripting_ops->process_stat) in process_stat()2587 scripting_ops->process_stat(&stat_config, counter, tstamp); in process_stat()2594 if (scripting_ops && scripting_ops->process_stat_interval) in process_stat_interval()2595 scripting_ops->process_stat_interval(tstamp); in process_stat_interval()2608 return scripting_ops ? scripting_ops->flush_script() : 0; in flush_scripting()2615 return scripting_ops ? scripting_ops->stop_script() : 0; in cleanup_scripting()2689 if (scripting_ops) { in process_sample_event()2698 scripting_ops->process_event(event, sample, evsel, &al, addr_al_ptr); in process_sample_event()3004 if (scripting_ops && scripting_ops->process_switch && !filter_cpu(sample)) in process_switch_event()[all …]
2188 struct scripting_ops python_scripting_ops = {