Home
last modified time | relevance | path

Searched refs:numcpus (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/perf/
H A Dbuiltin-timechart.c60 unsigned int numcpus; member
703 for (cpu = 0; cpu <= tchart->numcpus; cpu++) { in end_sample_processing()
1262 Y = 2 * tchart->numcpus + 2; in draw_process_bars()
1492 open_svg(filename, tchart->numcpus, count, tchart->first_time, tchart->last_time); in write_svg_file()
1498 for (i = 0; i < tchart->numcpus; i++) in write_svg_file()
1523 tchart->numcpus = ph->env.nr_cpus_avail; in process_header()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minio/
H A Dminio_git.bb132 github.com/tklauser/numcpus:github.com/tklauser/numcpus \
H A Dsrc_uri.inc446 # github.com/tklauser/numcpus v0.3.0
447 # [1] git ls-remote https://github.com/tklauser/numcpus cc3fdd5f3955d53d50d94380963bddd24bd373e2
449 …com/tklauser/numcpus;name=numcpus;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minio/minio/
H A Dmodules.txt179 # github.com/tklauser/numcpus v0.3.0
/openbmc/qemu/linux-user/
H A Dsyscall.c11151 int numcpus = sysconf(_SC_NPROCESSORS_CONF); in _syscall2() local
11152 if (numcpus > arg2 * 8) { in _syscall2()