HomeSort by relevance Sort by last modified time
    Searched defs:system_wide (Results 1 - 3 of 3) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
target.h 13 bool system_wide; member in struct:perf_target
57 return target->system_wide || target->cpu_list;
config.c 382 static const char *system_wide; local
383 if (!system_wide)
384 system_wide = system_path(ETC_PERFCONFIG);
385 return system_wide;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-script.c 28 static bool system_wide; variable
1255 system_wide = (argc == 0);
1299 OPT_BOOLEAN('a', "all-cpus", &system_wide,
    [all...]

Completed in 67 milliseconds