dynamic proxy to libperfstat.a
This commit is contained in:
parent
9dad97ab20
commit
71e5d8f118
|
@ -0,0 +1,9 @@
|
||||||
|
#include <libperfstat.h>
|
||||||
|
|
||||||
|
int sigar_perfstat_cpu_total(perfstat_id_t *id,
|
||||||
|
perfstat_cpu_total_t *cpu_total,
|
||||||
|
int size, int num)
|
||||||
|
{
|
||||||
|
return perfstat_cpu_total(id, cpu_total, size, num);
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue