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

  /external/linux-tools-perf/util/
config.c 377 static const char *system_wide; local
378 if (!system_wide)
379 system_wide = system_path(ETC_PERFCONFIG);
380 return system_wide;
  /external/linux-tools-perf/
builtin-record.c 55 static bool system_wide = false; variable
205 if (system_wide)
209 (sample_time || system_wide || !no_inherit || cpu_list))
226 if (target_pid == -1 && target_tid == -1 && !system_wide) {
570 if (!system_wide && target_tid == -1 && target_pid == -1)
667 if (!system_wide)
768 OPT_BOOLEAN('a', "all-cpus", &system_wide,
817 !system_wide && !cpu_list)
830 if (nr_cgroups && !system_wide) {
builtin-script.c 1015 bool system_wide; local
1083 system_wide = true;
1090 system_wide = !have_cmd(argc - rep_args,
1099 if (system_wide)
1139 system_wide = false;
1143 system_wide = !have_cmd(argc - 1, &argv[1]);
1150 if (system_wide)
builtin-stat.c 180 static bool system_wide = false; variable
284 if (system_wide)
436 if (target_tid == -1 && target_pid == -1 && !system_wide)
462 system_wide ? "system-wide " : "");
1047 OPT_BOOLEAN('a', "all-cpus", &system_wide,
1180 if ((no_aggr || nr_cgroups) && !system_wide) {
1199 if (system_wide)
    [all...]
builtin-top.c 95 static bool system_wide = false; variable
1030 OPT_BOOLEAN('a', "all-cpus", &system_wide,

Completed in 348 milliseconds