Searched refs:perf_event_count (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/events/
H A Dcore.c4536 static inline u64 perf_event_count(struct perf_event *event) function
5457 total += perf_event_count(event);
5466 total += perf_event_count(child);
5548 values[n++] += perf_event_count(leader);
5555 values[n++] += perf_event_count(sub);
6135 userpg->offset = perf_event_count(event);
7203 values[n++] = perf_event_count(event);
7248 values[n++] = perf_event_count(leader);
7263 values[n++] = perf_event_count(sub);
13036 child_val = perf_event_count(child_even
[all...]

Completed in 218 milliseconds