Searched defs:pevent (Results 1 - 1 of 1) sorted by relevance

/external/linux-tools-perf/util/
H A Dpython.c66 static PyObject *pyrf_mmap_event__repr(struct pyrf_event *pevent) argument
74 pevent->event.mmap.pid, pevent->event.mmap.tid,
75 pevent->event.mmap.start, pevent->event.mmap.len,
76 pevent->event.mmap.pgoff, pevent->event.mmap.filename) < 0) {
108 static PyObject *pyrf_task_event__repr(struct pyrf_event *pevent) argument
112 pevent->event.header.type == PERF_RECORD_FORK ? "fork" : "exit",
113 pevent
141 pyrf_comm_event__repr(struct pyrf_event *pevent) argument
170 pyrf_throttle_event__repr(struct pyrf_event *pevent) argument
227 struct pyrf_event *pevent; local
688 struct pyrf_event *pevent = (struct pyrf_event *)pyevent; local
[all...]

Completed in 61 milliseconds