Home
last modified time | relevance | path

Searched defs:event_entry (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/dlfilters/
H A Ddlfilter-show-cycles.c36 static int event_entry(const char *event) in event_entry() function
/linux/tools/perf/
H A Dbuiltin-inject.c138 struct event_entry { struct
139 struct list_head node;
140 u32 tid;
141 union perf_event event[];
/linux/include/linux/
H A Dperf_event.h771 struct list_head event_entry; member