Searched refs:event_init_opts (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ |
H A D | per_event_excludes.c | 38 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 D | event.c | 23 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 D | event.h | 29 void event_init_opts(struct event *e, u64 config, int type, char *name);
|
H A D | count_instructions.c | 21 event_init_opts(e, config, PERF_TYPE_HARDWARE, name); setup_event()
|
Completed in 39 milliseconds