| /linux/tools/lib/perf/include/perf/ |
| H A D | schedstat-v15.h | 3 #ifdef CPU_FIELD 4 CPU_FIELD(__u32, yld_count, "sched_yield() count", 6 CPU_FIELD(__u32, array_exp, "Legacy counter can be ignored", 8 CPU_FIELD(__u32, sched_count, "schedule() called", 10 CPU_FIELD(__u32, sched_goidle, "schedule() left the processor idle", 12 CPU_FIELD(__u32, ttwu_count, "try_to_wake_up() was called", 14 CPU_FIELD(__u32, ttwu_local, "try_to_wake_up() was called to wake up the local cpu", 16 CPU_FIELD(__u64, rq_cpu_time, "total runtime by tasks on this processor (in jiffies)", 18 CPU_FIELD(__u64, run_delay, "total waittime by tasks on this processor (in jiffies)", 20 CPU_FIELD(__u64, pcount, "total timeslices run on this cpu",
|
| H A D | schedstat-v16.h | 3 #ifdef CPU_FIELD 4 CPU_FIELD(__u32, yld_count, "sched_yield() count", 6 CPU_FIELD(__u32, array_exp, "Legacy counter can be ignored", 8 CPU_FIELD(__u32, sched_count, "schedule() called", 10 CPU_FIELD(__u32, sched_goidle, "schedule() left the processor idle", 12 CPU_FIELD(__u32, ttwu_count, "try_to_wake_up() was called", 14 CPU_FIELD(__u32, ttwu_local, "try_to_wake_up() was called to wake up the local cpu", 16 CPU_FIELD(__u64, rq_cpu_time, "total runtime by tasks on this processor (in jiffies)", 18 CPU_FIELD(__u64, run_delay, "total waittime by tasks on this processor (in jiffies)", 20 CPU_FIELD(__u64, pcount, "total timeslices run on this cpu",
|
| H A D | schedstat-v17.h | 3 #ifdef CPU_FIELD 4 CPU_FIELD(__u32, yld_count, "sched_yield() count", 6 CPU_FIELD(__u32, array_exp, "Legacy counter can be ignored", 8 CPU_FIELD(__u32, sched_count, "schedule() called", 10 CPU_FIELD(__u32, sched_goidle, "schedule() left the processor idle", 12 CPU_FIELD(__u32, ttwu_count, "try_to_wake_up() was called", 14 CPU_FIELD(__u32, ttwu_local, "try_to_wake_up() was called to wake up the local cpu", 16 CPU_FIELD(__u64, rq_cpu_time, "total runtime by tasks on this processor (in jiffies)", 18 CPU_FIELD(__u64, run_delay, "total waittime by tasks on this processor (in jiffies)", 20 CPU_FIELD(__u64, pcount, "total timeslices run on this cpu",
|
| H A D | event.h | 500 #define CPU_FIELD(_type, _name, _desc, _format, _is_pct, _pct_of, _ver) _type _name macro 502 #undef CPU_FIELD 506 #define CPU_FIELD(_type, _name, _desc, _format, _is_pct, _pct_of, _ver) _type _name macro 508 #undef CPU_FIELD 512 #define CPU_FIELD(_type, _name, _desc, _format, _is_pct, _pct_of, _ver) _type _name macro 514 #undef CPU_FIELD
|
| /linux/tools/perf/util/ |
| H A D | event.c | 582 #define CPU_FIELD(_type, _name, _desc, _format, _is_pct, _pct_of, _ver) \ in perf_event__fprintf_schedstat_cpu() macro 595 #undef CPU_FIELD in perf_event__fprintf_schedstat_cpu()
|
| H A D | synthetic-events.c | 2559 #define CPU_FIELD(_type, _name, _desc, _format, _is_pct, _pct_of, _ver) \ in __synthesize_schedstat_cpu() macro 2575 #undef CPU_FIELD in __synthesize_schedstat_cpu()
|
| /linux/tools/perf/ |
| H A D | builtin-sched.c | 3956 #define CPU_FIELD(_type, _name, _desc, _format, _is_pct, _pct_of, _ver) \ in store_schedstat_cpu_diff() macro 3967 #undef CPU_FIELD in store_schedstat_cpu_diff() 4005 #define CPU_FIELD(_type, _name, _desc, _format, _is_pct, _pct_of, _ver) \ in print_cpu_stats() macro 4032 #undef CPU_FIELD in print_cpu_stats() 4127 #define CPU_FIELD(_type, _name, _desc, _format, _is_pct, _pct_of, _ver) \ in summarize_schedstat_cpu() macro 4141 #undef CPU_FIELD in summarize_schedstat_cpu()
|