Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-script.c2329 static struct scripting_ops *scripting_ops; variable
2364 if (scripting_ops && scripting_ops->process_stat) in process_stat()
2365 scripting_ops->process_stat(&stat_config, counter, tstamp); in process_stat()
2372 if (scripting_ops && scripting_ops->process_stat_interval) in process_stat_interval()
2373 scripting_ops->process_stat_interval(tstamp); in process_stat_interval()
2386 return scripting_ops ? scripting_ops->flush_script() : 0; in flush_scripting()
2393 return scripting_ops ? scripting_ops->stop_script() : 0; in cleanup_scripting()
2467 if (scripting_ops) { in process_sample_event()
2476 scripting_ops->process_event(event, sample, evsel, &al, addr_al_ptr); in process_sample_event()
2694 if (scripting_ops && scripting_ops->process_switch && !filter_cpu(sample)) in process_switch_event()
[all …]
/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c2188 struct scripting_ops python_scripting_ops = {