Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-timechart.c139 struct cpu_sample { struct
140 struct cpu_sample *next; argument
142 u64 start_time;
143 u64 end_time;
144 int type;
145 int cpu;
146 const char *backtrace;
/OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/
H A Dsamples.py84 def __init__(self, time, state, cpu_sample): argument