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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
cpumap.h 12 struct cpu_map *cpu_map__new(const char *cpu_list);
record.c 50 cpus = cpu_map__new(NULL);
cpumap.c 112 struct cpu_map *cpu_map__new(const char *cpu_list) function
evlist.c 749 evlist->cpus = cpu_map__new(target->cpu_list);
python.c 386 pcpus->cpus = cpu_map__new(cpustr);
session.c     [all...]
header.c 996 node_map = cpu_map__new(buf);
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
open-syscall-all-cpus.c 21 cpus = cpu_map__new(NULL);
23 pr_debug("cpu_map__new\n");
keep-tracking.c 73 cpus = cpu_map__new(NULL);
mmap-basic.c 41 cpus = cpu_map__new(NULL);
43 pr_debug("cpu_map__new\n");
perf-time-to-tsc.c 74 cpus = cpu_map__new(NULL);
code-reading.c 456 cpus = cpu_map__new(NULL);
458 pr_debug("cpu_map__new failed\n");

Completed in 995 milliseconds