Home
last modified time | relevance | path

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

/tools/perf/util/
Devent.c407 static int __event__synthesize_thread(union perf_event *comm_event, in __event__synthesize_thread() argument
425 tgid = perf_event__synthesize_comm(tool, comm_event, pid, in __event__synthesize_thread()
457 if (perf_event__prepare_comm(comm_event, _pid, machine, in __event__synthesize_thread()
467 if (process(tool, comm_event, &synth_sample, machine) != 0) in __event__synthesize_thread()
491 union perf_event *comm_event, *mmap_event, *fork_event; in perf_event__synthesize_thread_map() local
494 comm_event = malloc(sizeof(comm_event->comm) + machine->id_hdr_size); in perf_event__synthesize_thread_map()
495 if (comm_event == NULL) in perf_event__synthesize_thread_map()
508 if (__event__synthesize_thread(comm_event, mmap_event, in perf_event__synthesize_thread_map()
521 if ((int) comm_event->comm.pid != thread_map__pid(threads, thread)) { in perf_event__synthesize_thread_map()
526 if ((int) comm_event->comm.pid == thread_map__pid(threads, j)) { in perf_event__synthesize_thread_map()
[all …]
Devent.h36 struct comm_event { struct
363 struct comm_event comm;
Dpython.c149 member_def(comm_event, pid, T_UINT, "event pid"),
150 member_def(comm_event, tid, T_UINT, "event tid"),
151 member_def(comm_event, comm, T_STRING_INPLACE, "process name"),