/kernel/trace/ |
D | ring_buffer_benchmark.c | 33 static unsigned long read; variable 94 read++; in read_event() 143 read++; in read_page() 156 read++; in read_page() 180 read = 0; in ring_buffer_consumer() 319 trace_printk("Read: %ld (by %s)\n", read, in ring_buffer_producer() 322 trace_printk("Total: %lld\n", entries + overruns + read); in ring_buffer_producer()
|
D | ring_buffer.c | 356 unsigned read; /* index for next read */ member 481 unsigned long read; member 1463 cpu_buffer->read = 0; in rb_remove_pages() 1836 cpu_buffer->reader_page->read); in rb_reader_event() 1940 cpu_buffer->reader_page->read = 0; in rb_reset_reader_page() 2997 return reader->read == rb_page_commit(reader) && in rb_per_cpu_empty() 3000 head->read == rb_page_commit(commit))); in rb_per_cpu_empty() 3140 (local_read(&cpu_buffer->overrun) + cpu_buffer->read); in rb_num_of_entries() 3294 return cpu_buffer->read; in ring_buffer_read_events_cpu() 3353 iter->head = iter->head_page->read; in rb_iter_reset() [all …]
|
D | trace.c | 694 size_t read = 0; in trace_get_user() local 704 read++; in trace_get_user() 717 read++; in trace_get_user() 723 *ppos += read; in trace_get_user() 724 ret = read; in trace_get_user() 742 read++; in trace_get_user() 755 *ppos += read; in trace_get_user() 756 ret = read; in trace_get_user() 3068 .read = seq_read, 3076 .read = seq_read, [all …]
|
D | trace_events.c | 498 ssize_t read, ret; in ftrace_event_write() local 510 read = trace_get_user(&parser, ubuf, cnt, ppos); in ftrace_event_write() 512 if (read >= 0 && trace_parser_loaded((&parser))) { in ftrace_event_write() 525 ret = read; in ftrace_event_write() 1163 .read = seq_read, 1170 .read = seq_read, 1178 .read = event_enable_read, 1185 .read = seq_read, 1192 .read = event_id_read, 1198 .read = event_filter_read, [all …]
|
D | trace_stack.c | 248 .read = stack_max_size_read, 369 .read = seq_read, 383 .read = seq_read,
|
D | ftrace.c | 1000 .read = ftrace_profile_read, 3286 ssize_t ret, read; in ftrace_regex_write() local 3303 read = trace_get_user(parser, ubuf, cnt, ppos); in ftrace_regex_write() 3305 if (read >= 0 && trace_parser_loaded(parser) && in ftrace_regex_write() 3314 ret = read; in ftrace_regex_write() 3634 .read = seq_read, 3641 .read = seq_read, 3648 .read = seq_read, 3656 .read = seq_read, 3826 ssize_t read, ret; in ftrace_graph_write() local [all …]
|
D | trace_printk.c | 323 .read = seq_read,
|
/kernel/ |
D | rcutree_trace.c | 96 .read = seq_read, 175 .read = seq_read, 207 .read = seq_read, 254 .read = seq_read, 307 .read = seq_read, 349 .read = seq_read, 394 .read = seq_read, 417 .read = seq_read,
|
D | profile.c | 459 .read = seq_read, 481 ssize_t read; in read_profile() local 490 read = 0; in read_profile() 495 buf++; p++; count--; read++; in read_profile() 500 read += count; in read_profile() 501 *ppos += read; in read_profile() 502 return read; in read_profile() 533 .read = read_profile,
|
D | lockdep.c | 268 if (hlock->read) in lock_release_holdtime() 1752 struct lockdep_map *next_instance, int read) in check_deadlock() argument 1771 if ((read == 2) && prev->read) in check_deadlock() 1853 if (next->read == 2 || prev->read == 2) in check_prev_add() 1942 if (hlock->read != 2) { in check_prevs_add() 2113 int ret = check_deadlock(curr, hlock, lock, hlock->read); in validate_chain() 2123 hlock->read = 2; in validate_chain() 2446 int read = new_bit & 1; in mark_lock_irq() local 2470 if ((!read || !dir || STRICT_READ_CHECKS) && in mark_lock_irq() 2477 if (!read) { in mark_lock_irq() [all …]
|
D | lockdep_proc.c | 110 .read = seq_read, 178 .read = seq_read, 358 .read = seq_read, 655 .read = seq_read,
|
D | configs.c | 68 .read = ikconfig_read_current,
|
D | dma.c | 144 .read = seq_read,
|
D | exec_domain.c | 176 .read = seq_read,
|
D | latencytop.c | 280 .read = seq_read,
|
D | ksysfs.c | 180 .read = ¬es_read,
|
/kernel/irq/ |
D | proc.c | 149 .read = seq_read, 157 .read = seq_read, 164 .read = seq_read, 220 .read = seq_read, 241 .read = seq_read, 264 .read = seq_read,
|
/kernel/time/ |
D | clocksource.c | 39 tc->cycle_last = cc->read(cc); in timecounter_init() 61 cycle_now = tc->cc->read(tc->cc); in timecounter_read_delta() 269 csnow = cs->read(cs); in clocksource_watchdog() 270 wdnow = watchdog->read(watchdog); in clocksource_watchdog()
|
D | posix-clock.c | 61 if (clk->ops.read) in posix_clock_read() 62 err = clk->ops.read(clk, fp->f_flags, buf, count); in posix_clock_read() 197 .read = posix_clock_read,
|
D | timekeeping.c | 105 tk->cycle_last = clock->cycle_last = clock->read(clock); in tk_setup_internals() 169 cycle_now = clock->read(clock); in timekeeping_get_ns() 189 cycle_now = clock->read(clock); in timekeeping_get_ns_raw() 271 cycle_now = clock->read(clock); in timekeeping_forward_now() 920 cycle_now = clock->read(clock); in timekeeping_resume() 1363 offset = (clock->read(clock) - clock->cycle_last) & clock->mask; in update_wall_time()
|
D | jiffies.c | 64 .read = jiffies_read,
|
D | timer_stats.c | 402 .read = seq_read,
|
/kernel/power/ |
D | suspend_time.c | 51 .read = seq_read,
|
/kernel/sched/ |
D | stats.c | 135 .read = seq_read,
|
/kernel/gcov/ |
D | fs.c | 406 .read = seq_read, 563 .read = reset_read,
|