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

/linux-4.1.27/tools/testing/selftests/powerpc/pmu/
H A Dper_event_excludes.c38 event_init_opts(e, PERF_COUNT_HW_INSTRUCTIONS, per_event_excludes()
43 event_init_opts(e, PERF_COUNT_HW_INSTRUCTIONS, per_event_excludes()
50 event_init_opts(e, PERF_COUNT_HW_INSTRUCTIONS, per_event_excludes()
57 event_init_opts(e, PERF_COUNT_HW_INSTRUCTIONS, per_event_excludes()
H A Devent.c23 void event_init_opts(struct event *e, u64 config, int type, char *name) event_init_opts() function
39 event_init_opts(e, config, PERF_TYPE_RAW, name); event_init_named()
44 event_init_opts(e, config, PERF_TYPE_RAW, "event"); event_init()
H A Devent.h29 void event_init_opts(struct event *e, u64 config, int type, char *name);
H A Dcount_instructions.c21 event_init_opts(e, config, PERF_TYPE_HARDWARE, name); setup_event()

Completed in 35 milliseconds