• Home
  • Raw
  • Download

Lines Matching defs:event

703 #define lockdep_assert_event_ctx(event)				\  argument
708 #define lockdep_assert_event_ctx(event) argument
711 #define for_each_sibling_event(sibling, event) \ argument
1063 struct perf_event *event; member
1078 struct perf_event *event; member
1170 static inline bool branch_sample_no_flags(const struct perf_event *event) in branch_sample_no_flags()
1175 static inline bool branch_sample_no_cycles(const struct perf_event *event) in branch_sample_no_cycles()
1180 static inline bool branch_sample_type(const struct perf_event *event) in branch_sample_type()
1185 static inline bool branch_sample_hw_index(const struct perf_event *event) in branch_sample_hw_index()
1190 static inline bool branch_sample_priv(const struct perf_event *event) in branch_sample_priv()
1195 static inline bool branch_sample_counters(const struct perf_event *event) in branch_sample_counters()
1200 static inline bool branch_sample_call_stack(const struct perf_event *event) in branch_sample_call_stack()
1279 struct perf_event *event, in perf_sample_save_callchain()
1292 struct perf_event *event, in perf_sample_save_raw_data()
1321 struct perf_event *event, in perf_sample_save_brstack()
1346 struct perf_event *event) in perf_sample_data_size()
1400 is_default_overflow_handler(struct perf_event *event) in is_default_overflow_handler()
1423 static inline bool event_has_any_exclude_flag(struct perf_event *event) in event_has_any_exclude_flag()
1432 static inline bool is_sampling_event(struct perf_event *event) in is_sampling_event()
1440 static inline int is_software_event(struct perf_event *event) in is_software_event()
1448 static inline int in_software_context(struct perf_event *event) in in_software_context()
1714 static inline bool has_branch_stack(struct perf_event *event) in has_branch_stack()
1719 static inline bool needs_branch_stack(struct perf_event *event) in needs_branch_stack()
1724 static inline bool has_aux(struct perf_event *event) in has_aux()
1729 static inline bool has_aux_action(struct perf_event *event) in has_aux_action()
1736 static inline bool is_write_backward(struct perf_event *event) in is_write_backward()
1741 static inline bool has_addr_filter(struct perf_event *event) in has_addr_filter()
1750 perf_event_addr_filters(struct perf_event *event) in perf_event_addr_filters()
1760 static inline struct fasync_struct **perf_event_fasync(struct perf_event *event) in perf_event_fasync()
1805 struct perf_event *event) { return NULL; } in perf_aux_output_begin()
1832 static inline const struct perf_event_attr *perf_event_attrs(struct perf_event *event) in perf_event_attrs()
1836 static inline int perf_event_read_local(struct perf_event *event, u64 *value, in perf_event_read_local()
1844 static inline int perf_event_refresh(struct perf_event *event, int refresh) in perf_event_refresh()
1852 perf_bp_event(struct perf_event *event, void *data) { } in perf_bp_event()
1874 static inline u64 perf_swevent_set_period(struct perf_event *event) { return 0; } in perf_swevent_set_period()
1875 static inline void perf_event_enable(struct perf_event *event) { } in perf_event_enable()
1876 static inline void perf_event_disable(struct perf_event *event) { } in perf_event_disable()
1879 static inline int perf_event_release_kernel(struct perf_event *event) { return 0; } in perf_event_release_kernel()
1880 static inline int perf_event_period(struct perf_event *event, u64 value) in perf_event_period()
1884 static inline u64 perf_event_pause(struct perf_event *event, bool reset) in perf_event_pause()