Home | History | Annotate | Download | only in util

Lines Matching full:csw

37 #define CSW(x) .type = PERF_TYPE_SOFTWARE, .config = PERF_COUNT_SW_##x
50 { CSW(CPU_CLOCK), "cpu-clock", "" },
51 { CSW(TASK_CLOCK), "task-clock", "" },
52 { CSW(PAGE_FAULTS), "page-faults", "faults" },
53 { CSW(PAGE_FAULTS_MIN), "minor-faults", "" },
54 { CSW(PAGE_FAULTS_MAJ), "major-faults", "" },
55 { CSW(CONTEXT_SWITCHES), "context-switches", "cs" },
56 { CSW(CPU_MIGRATIONS), "cpu-migrations", "migrations" },
57 { CSW(ALIGNMENT_FAULTS), "alignment-faults", "" },
58 { CSW(EMULATION_FAULTS), "emulation-faults", "" },