Searched defs:perf_event (Results 1 – 6 of 6) sorted by relevance
346 struct perf_event { struct353 struct list_head event_entry;377 struct perf_event *group_leader; argument380 enum perf_event_active_state state; argument381 unsigned int attach_state;382 local64_t count;383 atomic64_t child_count;394 u64 total_time_enabled;395 u64 total_time_running;421 struct perf_event_attr attr; argument[all …]
106 static void kvm_perf_overflow(struct perf_event *perf_event, in kvm_perf_overflow()118 static void kvm_perf_overflow_intr(struct perf_event *perf_event, in kvm_perf_overflow_intr()
247 unsigned perf_counter, perf_event; in cps_gen_flush_fsb() local
283 union perf_event { union
3951 void (*func)(struct perf_event *)) in perf_event_for_each_child()3965 void (*func)(struct perf_event *)) in perf_event_for_each()
319 struct perf_event *perf_event; member