Home
last modified time | relevance | path

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

/kernel/events/
Dcore.c7140 struct perf_comm_event *comm_event = data; in perf_event_comm_output() local
7143 int size = comm_event->event_id.header.size; in perf_event_comm_output()
7149 perf_event_header__init_id(&comm_event->event_id.header, &sample, event); in perf_event_comm_output()
7151 comm_event->event_id.header.size); in perf_event_comm_output()
7156 comm_event->event_id.pid = perf_event_pid(event, comm_event->task); in perf_event_comm_output()
7157 comm_event->event_id.tid = perf_event_tid(event, comm_event->task); in perf_event_comm_output()
7159 perf_output_put(&handle, comm_event->event_id); in perf_event_comm_output()
7160 __output_copy(&handle, comm_event->comm, in perf_event_comm_output()
7161 comm_event->comm_size); in perf_event_comm_output()
7167 comm_event->event_id.header.size = size; in perf_event_comm_output()
[all …]