OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CSW
(Results
1 - 2
of
2
) sorted by null
/external/linux-tools-perf/util/
parse-events.c
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", "" }
[
all
...]
/external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.h
196
CSW
= 0x43d2, // 01 000 0111 1010 010
[
all
...]
Completed in 59 milliseconds