Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/resctrl/
H A Dresctrl.h149 struct perf_event_read { struct
150 __u64 nr; /* The number of events */
151 struct {
153 } values[2];
/linux/tools/testing/selftests/powerpc/include/
H A Dutils.h71 struct perf_event_read { struct
72 __u64 nr;
73 __u64 l1d_misses;
/linux/kernel/events/
H A Dcore.c4956 static int perf_event_read(struct perf_event *event, bool group) in perf_event_read() function