https://sourceware.org/bugzilla/show_bug.cgi?id=29975
Frank Ch. Eigler changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://sourceware.org/bugzilla/show_bug.cgi?id=29975
--- Comment #3 from Frank Ch. Eigler ---
please check out commit 7399e3bd7eb72d045 on elfutils.git for a test patch
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=29975
--- Comment #2 from Ross Burton ---
No, but the C isn't that difficult:
#define _GNU_SOURCE
#include
int ret, count;
cpu_set_t mask;
CPU_ZERO(&mask);
ret = sched_getaffinity(0, sizeof(mask), &mask);
// if non-zero, errno is set
count = CPU
https://sourceware.org/bugzilla/show_bug.cgi?id=29975
Frank Ch. Eigler changed:
What|Removed |Added
CC||fche at redhat dot com
--- Comment