Lines Matching refs:count
169 u64 count; member
177 u64 count; member
189 u64 count; member
198 u64 count; member
246 u64 count; member
882 osn_var->nmi.count++; in trace_osnoise_callback()
906 osn_var->irq.count++; in osnoise_trace_irq_entry()
1037 osn_var->softirq.count++; in trace_softirq_entry_callback()
1135 osn_var->thread.count++; in thread_entry()
1315 s->nmi_count = osn_var->nmi.count; in save_osn_sample_stats()
1316 s->irq_count = osn_var->irq.count; in save_osn_sample_stats()
1317 s->softirq_count = osn_var->softirq.count; in save_osn_sample_stats()
1318 s->thread_count = osn_var->thread.count; in save_osn_sample_stats()
1331 s->nmi_count = osn_var->nmi.count - s->nmi_count; in diff_osn_sample_stats()
1332 s->irq_count = osn_var->irq.count - s->irq_count; in diff_osn_sample_stats()
1333 s->softirq_count = osn_var->softirq.count - s->softirq_count; in diff_osn_sample_stats()
1334 s->thread_count = osn_var->thread.count - s->thread_count; in diff_osn_sample_stats()
1776 tlat->count++; in timerlat_irq()
1777 s.seqnum = tlat->count; in timerlat_irq()
1876 tlat->count = 0; in timerlat_main()
1896 s.seqnum = tlat->count; in timerlat_main()
2279 osnoise_cpus_read(struct file *filp, char __user *ubuf, size_t count, in osnoise_cpus_read() argument
2293 if (len >= count) in osnoise_cpus_read()
2296 count = simple_read_from_buffer(ubuf, count, ppos, mask_str, len); in osnoise_cpus_read()
2298 return count; in osnoise_cpus_read()
2318 osnoise_cpus_write(struct file *filp, const char __user *ubuf, size_t count, in osnoise_cpus_write() argument
2325 buf = kmalloc(count, GFP_KERNEL); in osnoise_cpus_write()
2329 if (copy_from_user(buf, ubuf, count)) in osnoise_cpus_write()
2363 return count; in osnoise_cpus_write()
2431 tlat->count = 0; in timerlat_fd_open()
2449 timerlat_fd_read(struct file *file, char __user *ubuf, size_t count, in timerlat_fd_read() argument
2501 s.seqnum = tlat->count; in timerlat_fd_read()
2536 s.seqnum = tlat->count; in timerlat_fd_read()