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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Devent.c302 static int __event__synthesize_thread(union perf_event *comm_event, argument
309 pid_t tgid = perf_event__synthesize_comm(tool, comm_event, pid, full,
322 union perf_event *comm_event, *mmap_event; local
325 comm_event = malloc(sizeof(comm_event->comm) + machine->id_hdr_size);
326 if (comm_event == NULL)
335 if (__event__synthesize_thread(comm_event, mmap_event,
346 if ((int) comm_event->comm.pid != threads->map[thread]) {
351 if ((int) comm_event->comm.pid == threads->map[j]) {
359 __event__synthesize_thread(comm_event,
381 union perf_event *comm_event, *mmap_event; local
[all...]
H A Devent.h33 struct comm_event { struct
176 struct comm_event comm;
H A Dpython.c155 member_def(comm_event, pid, T_UINT, "event pid"),
156 member_def(comm_event, tid, T_UINT, "event tid"),
157 member_def(comm_event, comm, T_STRING_INPLACE, "process name"),
171 .tp_name = "perf.comm_event",

Completed in 78 milliseconds