Searched refs:MAX_CPU (Results 1 – 6 of 6) sorted by relevance
13 #define MAX_CPU 4 macro21 static struct cpu_hist cpu_hist[MAX_CPU];43 for (j = 0; j < MAX_CPU; j++) { in print_hist()66 for (i = 0; i < MAX_CPU; i++) in get_data()69 for (c = 0; c < MAX_CPU; c++) { in get_data()
21 #define MAX_CPU 8 macro58 __uint(max_entries, MAX_CPU * MAP_OFF_NUM);66 __uint(max_entries, MAX_CPU * MAX_CSTATE_ENTRIES);74 __uint(max_entries, MAX_CPU * MAX_PSTATE_ENTRIES);110 if (ctx->cpu_id > MAX_CPU) in bpf_prog1()
14 #define MAX_CPU 4 macro25 __uint(max_entries, MAX_CPU);68 __uint(max_entries, MAX_CPU * MAX_ENTRIES);
23 #define MAX_CPU 8 macro37 static struct cpu_stat_data stat_data[MAX_CPU];64 for (j = 0; j < MAX_CPU; j++) { in cpu_stat_print()83 for (c = 0; c < MAX_CPU; c++) { in cpu_stat_update()
10 #define MAX_CPU 4096 macro19 static __u64 cycles[MAX_CPU][MAX_ENTRY];20 static __u64 cycles_rpt[MAX_CPU][MAX_ENTRY];91 if (cpu >= 0 && cpu < MAX_CPU) in filter_event_early()114 if (cpu >= 0 && cpu < MAX_CPU) { in filter_event()
32 #define MAX_CPU 4 macro223 clk_data.clk_num = MAX_CPU; in of_cpu_clk_setup()