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

  /external/oprofile/utils/
ophelp.c 293 static int check_events; variable
300 { "check-events", 'e', POPT_ARG_NONE, &check_events, 0,
408 if (!check_events)
415 if (!chosen_events && (unit_mask || check_events)) {
425 if (check_events) {
  /external/linux-tools-perf/util/
parse-events.c 656 static int check_events(const char *str, unsigned int i) function
681 n = check_events(str, i);

Completed in 161 milliseconds