HomeSort by relevance Sort by last modified time
    Searched refs:event_init_opts (Results 1 - 4 of 4) sorted by null

  /external/linux-kselftest/tools/testing/selftests/powerpc/pmu/
per_event_excludes.c 38 event_init_opts(e, PERF_COUNT_HW_INSTRUCTIONS,
43 event_init_opts(e, PERF_COUNT_HW_INSTRUCTIONS,
50 event_init_opts(e, PERF_COUNT_HW_INSTRUCTIONS,
57 event_init_opts(e, PERF_COUNT_HW_INSTRUCTIONS,
event.c 23 void event_init_opts(struct event *e, u64 config, int type, char *name) function
39 event_init_opts(e, config, PERF_TYPE_RAW, name);
44 event_init_opts(e, config, PERF_TYPE_RAW, "event");
event.h 29 void event_init_opts(struct event *e, u64 config, int type, char *name);
count_instructions.c 21 event_init_opts(e, config, PERF_TYPE_HARDWARE, name);

Completed in 114 milliseconds