mp.c 157 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 #include <bcc/bcc.h> #include <bcc/bcc_param.h> struct bcc_startinfo __bcc_startinfo[16]; int bcc_get_cpu_count(void) { return __bcc_cpu_count; }