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

  /external/linux-tools-perf/
builtin-stat.c 537 char cpustr[16] = { '\0', }; local
541 sprintf(cpustr, "CPU%*d%s",
545 fprintf(stderr, fmt, cpustr, msecs, csv_sep, event_name(evsel));
744 char cpustr[16] = { '\0', }; local
762 sprintf(cpustr, "CPU%*d%s",
768 fprintf(stderr, fmt, cpustr, avg, csv_sep, event_name(evsel));
    [all...]
  /external/linux-tools-perf/util/
python.c 250 static char *kwlist[] = { "cpustr", NULL, NULL, };
251 char *cpustr = NULL; local
254 kwlist, &cpustr))
257 pcpus->cpus = cpu_map__new(cpustr);

Completed in 209 milliseconds