Home
last modified time | relevance | path

Searched refs:MAXCPU (Results 1 – 9 of 9) sorted by relevance

/linux-tools/perf/pagefault/
H A Dperf_pagefault.cpp41 #define MAXCPU 1024 macro
91 for (i=0, k=0; i<cpu_num&&i<MAXCPU; i++) { in main()
/linux-tools/perf/execommand/
H A Dperf_comm.cpp120 #define MAXCPU 1024 macro
121 struct pollfd polls[MAXCPU];
139 for (i=0, k=0; i<cpu_num&&i<MAXCPU; i++) { in main()
/linux-tools/perf/contextswitch/
H A Dperf_cxt_switch_1.cpp84 #define MAXCPU 1024 macro
85 struct pollfd polls[MAXCPU];
136 for (i=0, k=0; i<cpu_num&&i<MAXCPU; i++) { in main()
H A Dperf_cxt_switch_2.cpp104 #define MAXCPU 1024 macro
105 struct pollfd polls[MAXCPU];
155 for (i=0, k=0; i<cpu_num&&i<MAXCPU; i++) { in main()
H A Dperf_cxt_switch_3.cpp25 #define MAXCPU 1024 macro
244 struct pollfd polls[MAXCPU];
392 for (i=0, k=0; i<cpu_num&&i<MAXCPU; i++) { in main()
/linux-tools/perf/kprobe/
H A Dperf_kprobe.cpp101 #define MAXCPU 1024 macro
102 struct pollfd polls[MAXCPU];
131 for (i=0, k=0; i<cpu_num&&i<MAXCPU; i++) { in main()
/linux-tools/perf/uprobe/
H A Duprobe.cpp26 #define MAXCPU 1024 macro
140 struct pollfd polls[MAXCPU];
278 for (i=0, k=0; i<cpu_num&&i<MAXCPU; i++) { in main()
/linux-tools/perf/profiler/
H A Dprofiler-kprobe.cpp25 #define MAXCPU 1024 macro
249 struct pollfd polls[MAXCPU];
396 for (i=0, k=0; i<cpu_num&&i<MAXCPU; i++) { in main()
H A Dprofiler.cpp26 #define MAXCPU 128 macro
254 struct pollfd polls[MAXCPU];
428 for (i=0, k=0; i<cpu_num&&i<MAXCPU; i++) { in main()