Home | History | Annotate | Download | only in perf

Lines Matching refs:CPU

55 	{.str = "cpu",   .field = PERF_OUTPUT_CPU},
223 if (PRINT_FIELD(CPU) &&
224 perf_evsel__check_stype(evsel, PERF_SAMPLE_CPU, "CPU",
307 if (PRINT_FIELD(CPU)) {
309 printf("%3d ", sample->cpu);
311 printf("[%03d] ", sample->cpu);
369 al.cpu = sample->cpu;
436 event_format__print(evsel->tp_format, sample->cpu,
533 if (cpu_list && !test_bit(sample->cpu, cpu_bitmap))
1297 "Fields: comm,tid,pid,time,cpu,event,trace,ip,sym,dso,"
1303 OPT_STRING('C', "cpu", &cpu_list, "cpu", "list of cpus to profile"),