Searched refs:process_auxtrace_error (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/perf/util/
H A Dtrace-event.h106 void (*process_auxtrace_error)(struct perf_session *session, member in struct:scripting_ops
/linux-master/tools/perf/
H A Dbuiltin-script.c2665 static int process_auxtrace_error(struct perf_session *session, function
2668 if (scripting_ops && scripting_ops->process_auxtrace_error) {
2669 scripting_ops->process_auxtrace_error(session, event);
2829 if (scripting_ops && scripting_ops->process_auxtrace_error)
2830 script->tool.auxtrace_error = process_auxtrace_error;
/linux-master/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c2232 .process_auxtrace_error = python_process_auxtrace_error,

Completed in 303 milliseconds