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

  /external/linux-tools-perf/util/
cpumap.h 9 struct cpu_map *cpu_map__new(const char *cpu_list);
cpumap.c 102 struct cpu_map *cpu_map__new(const char *cpu_list)
111 if (!cpu_list)
114 if (!isdigit(*cpu_list))
117 while (isdigit(*cpu_list)) {
119 start_cpu = strtoul(cpu_list, &p, 0);
125 cpu_list = ++p;
127 end_cpu = strtoul(cpu_list, &p, 0);
156 cpu_list = p;
top.h 52 const char *cpu_list; member in struct:perf_top
evlist.h 71 pid_t target_tid, const char *cpu_list);
top.c 148 if (top->cpu_list)
150 top->evlist->cpus->nr > 1 ? "s" : "", top->cpu_list);
evlist.c 407 pid_t target_tid, const char *cpu_list)
414 if (cpu_list == NULL && target_tid != -1)
417 evlist->cpus = cpu_map__new(cpu_list);
  /external/linux-tools-perf/
builtin-record.c 77 static const char *cpu_list; variable
209 (sample_time || system_wide || !no_inherit || cpu_list))
284 } else if (err == ENODEV && cpu_list) {
772 OPT_STRING('C', "cpu", &cpu_list, "cpu",
817 !system_wide && !cpu_list)
861 target_tid, cpu_list) < 0)
builtin-top.c 1032 OPT_STRING('C', "cpu", &top.cpu_list, "cpu",
1098 if (top.target_tid > 0 && top.cpu_list) {
1101 top.cpu_list = NULL;
1108 top.target_tid, top.cpu_list) < 0)
builtin-stat.c 195 static const char *cpu_list; variable
1064 OPT_STRING('C', "cpu", &cpu_list, "cpu",
1200 evsel_list->cpus = cpu_map__new(cpu_list);
    [all...]
  /external/qemu/target-arm/
cpu.h 456 #define cpu_list arm_cpu_list macro
  /external/qemu/target-mips/
cpu.h 487 #define cpu_list mips_cpu_list macro
  /external/qemu/target-i386/
cpu.h 864 #define cpu_list x86_cpu_list macro
  /external/qemu/
vl-android.c     [all...]
vl.c     [all...]

Completed in 299 milliseconds