Searched defs:perf_event (Results 1 – 6 of 6) sorted by relevance
437 struct perf_event { struct444 struct list_head event_entry;468 struct perf_event *group_leader; argument471 enum perf_event_active_state state; argument472 unsigned int attach_state;473 local64_t count;474 atomic64_t child_count;485 u64 total_time_enabled;486 u64 total_time_running;512 struct perf_event_attr attr; argument[all …]
58 static void kvm_perf_overflow(struct perf_event *perf_event, in kvm_perf_overflow()72 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
359 union perf_event { union
4110 void (*func)(struct perf_event *)) in perf_event_for_each_child()4124 void (*func)(struct perf_event *)) in perf_event_for_each()
333 struct perf_event *perf_event; member