#include <Python.h>
#include "../../../perf.h"
#include "../../../util/trace-event.h"
Go to the source code of this file.
◆ _PyCapsule_GetPointer
#define _PyCapsule_GetPointer |
( |
|
arg1, |
|
|
|
arg2 |
|
) |
| PyCObject_AsVoidPtr(arg1) |
◆ initperf_trace_context()
PyMODINIT_FUNC initperf_trace_context |
( |
void |
| ) |
|
◆ perf_trace_context_common_flags()
static PyObject* perf_trace_context_common_flags |
( |
PyObject * |
obj, |
|
|
PyObject * |
args |
|
) |
| |
|
static |
◆ perf_trace_context_common_lock_depth()
static PyObject* perf_trace_context_common_lock_depth |
( |
PyObject * |
obj, |
|
|
PyObject * |
args |
|
) |
| |
|
static |
◆ perf_trace_context_common_pc()
static PyObject* perf_trace_context_common_pc |
( |
PyObject * |
obj, |
|
|
PyObject * |
args |
|
) |
| |
|
static |
◆ ContextMethods
PyMethodDef ContextMethods[] |
|
static |
Initial value:= {
"Get the common preempt count event field value."},
"Get the common flags event field value."},
METH_VARARGS, "Get the common lock depth event field value."},
{ NULL, NULL, 0, NULL}
}
static PyObject * perf_trace_context_common_flags(PyObject *obj, PyObject *args)
static PyObject * perf_trace_context_common_pc(PyObject *obj, PyObject *args)
static PyObject * perf_trace_context_common_lock_depth(PyObject *obj, PyObject *args)
Definition at line 85 of file Context.c.