Home
last modified time | relevance | path

Searched defs:cpu_accounting_data (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/bcc/libbpf-tools/powerpc/
H A Dvmlinux.h300 struct cpu_accounting_data { struct
301 long unsigned int utime;
302 long unsigned int stime;
303 long unsigned int utime_scaled;
304 long unsigned int stime_scaled;
305 long unsigned int gtime;
306 long unsigned int hardirq_time;
307 long unsigned int softirq_time;
308 long unsigned int steal_time;
309 long unsigned int idle_time;
[all …]
H A Dvmlinux_600.h300 struct cpu_accounting_data { struct
301 long unsigned int utime;
302 long unsigned int stime;
303 long unsigned int utime_scaled;
304 long unsigned int stime_scaled;
305 long unsigned int gtime;
306 long unsigned int hardirq_time;
307 long unsigned int softirq_time;
308 long unsigned int steal_time;
309 long unsigned int idle_time;
[all …]