OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:perf_trace_event_type
(Results
1 - 2
of
2
) sorted by null
/external/linux-tools-perf/util/
event.h
118
struct
perf_trace_event_type
{
struct
125
struct
perf_trace_event_type
event_type;
header.c
31
static struct
perf_trace_event_type
*events;
39
events = malloc(sizeof(struct
perf_trace_event_type
));
43
struct
perf_trace_event_type
*nevents;
50
memset(&events[event_count], 0, sizeof(struct
perf_trace_event_type
));
521
header->event_size = event_count * sizeof(struct
perf_trace_event_type
);
958
event_count = f_header.event_types.size / sizeof(struct
perf_trace_event_type
);
1105
struct
perf_trace_event_type
*type;
Completed in 85 milliseconds