Searched defs:perf_event (Results 1 – 5 of 5) sorted by relevance
740 struct perf_event { struct748 struct perf_event *group_leader; argument751 enum perf_event_active_state state; argument752 unsigned int attach_state;753 local64_t count;754 atomic64_t child_count;765 u64 total_time_enabled;766 u64 total_time_running;792 struct perf_event_attr attr; argument796 struct hw_perf_event hw; argument[all …]
104 static void kvm_perf_overflow(struct perf_event *perf_event, in kvm_perf_overflow()113 static void kvm_perf_overflow_intr(struct perf_event *perf_event, in kvm_perf_overflow_intr()
128 union perf_event { union
3075 void (*func)(struct perf_event *)) in perf_event_for_each_child()3088 void (*func)(struct perf_event *)) in perf_event_for_each()
306 struct perf_event *perf_event; member