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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dpython.c297 static PyTypeObject pyrf_sample_event__type = { variable
315 pyrf_sample_event__type.tp_new =
335 err = PyType_Ready(&pyrf_sample_event__type);
351 [PERF_RECORD_SAMPLE] = &pyrf_sample_event__type,

Completed in 396 milliseconds