HomeSort by relevance Sort by last modified time
    Searched refs:comm_event (Results 1 - 3 of 3) sorted by null

  /external/linux-tools-perf/util/
event.c 282 static int __event__synthesize_thread(union perf_event *comm_event,
287 pid_t tgid = perf_event__synthesize_comm(comm_event, pid, 1, process,
299 union perf_event *comm_event, *mmap_event; local
302 comm_event = malloc(sizeof(comm_event->comm) + session->id_hdr_size);
303 if (comm_event == NULL)
312 if (__event__synthesize_thread(comm_event, mmap_event,
321 free(comm_event);
331 union perf_event *comm_event, *mmap_event; local
334 comm_event = malloc(sizeof(comm_event->comm) + session->id_hdr_size)
    [all...]
event.h 28 struct comm_event { struct
137 struct comm_event comm;
python.c 135 member_def(comm_event, pid, T_UINT, "event pid"),
136 member_def(comm_event, tid, T_UINT, "event tid"),
137 member_def(comm_event, comm, T_STRING_INPLACE, "process name"),
151 .tp_name = "perf.comm_event",

Completed in 1999 milliseconds