OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:comm_event
(Results
1 - 2
of
2
) 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;
Completed in 48 milliseconds