Function report |
Source Code:kernel\time\posix-cpu-timers.c |
Create Date:2022-07-28 10:47:28 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:store_samples
Proto:static inline void store_samples(u64 *samples, u64 stime, u64 utime, u64 rtime)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
u64 * | samples | |
u64 | stime | |
u64 | utime | |
u64 | rtime |
219 | samples[CPUCLOCK_PROF] = stime + utime |
220 | samples[CPUCLOCK_VIRT] = utime |
221 | samples[CPUCLOCK_SCHED] = rtime |
Name | Describe |
---|---|
task_sample_cputime | |
proc_sample_cputime_atomic | |
__thread_group_cputime |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |