Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

release / riscv-demo

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • riscv-demo
  • libs
  • bsp
  • shared
  • mp.c
  • Martin's avatar
    Release 2022.1 · a22edae1
    Martin committed Sep 07, 2022
    a22edae1 Browse Files
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;
}