Home
last modified time | relevance | path

Searched refs:ignore (Results 1 – 9 of 9) sorted by relevance

/kernel/trace/
Dblktrace.c853 static void blk_add_trace_rq_insert(void *ignore, struct request *rq) in blk_add_trace_rq_insert() argument
859 static void blk_add_trace_rq_issue(void *ignore, struct request *rq) in blk_add_trace_rq_issue() argument
865 static void blk_add_trace_rq_merge(void *ignore, struct request *rq) in blk_add_trace_rq_merge() argument
871 static void blk_add_trace_rq_requeue(void *ignore, struct request *rq) in blk_add_trace_rq_requeue() argument
877 static void blk_add_trace_rq_complete(void *ignore, struct request *rq, in blk_add_trace_rq_complete() argument
913 static void blk_add_trace_bio_bounce(void *ignore, struct bio *bio) in blk_add_trace_bio_bounce() argument
918 static void blk_add_trace_bio_complete(void *ignore, in blk_add_trace_bio_complete() argument
925 static void blk_add_trace_bio_backmerge(void *ignore, struct bio *bio) in blk_add_trace_bio_backmerge() argument
931 static void blk_add_trace_bio_frontmerge(void *ignore, struct bio *bio) in blk_add_trace_bio_frontmerge() argument
937 static void blk_add_trace_bio_queue(void *ignore, struct bio *bio) in blk_add_trace_bio_queue() argument
[all …]
Dtrace_sched_switch.c24 probe_sched_switch(void *ignore, bool preempt, in probe_sched_switch() argument
39 probe_sched_wakeup(void *ignore, struct task_struct *wakee) in probe_sched_wakeup() argument
Dtrace_functions_graph.c26 int ignore; member
1046 if (data && per_cpu_ptr(data->cpu_data, cpu)->ignore) { in print_graph_function_flags()
1047 per_cpu_ptr(data->cpu_data, cpu)->ignore = 0; in print_graph_function_flags()
1060 per_cpu_ptr(data->cpu_data, iter->cpu)->ignore = 1; in print_graph_function_flags()
1221 int *ignore = &(per_cpu_ptr(data->cpu_data, cpu)->ignore); in graph_trace_open() local
1226 *ignore = 0; in graph_trace_open()
Dtrace_sched_wakeup.c365 probe_wakeup_migrate_task(void *ignore, struct task_struct *task, int cpu) in probe_wakeup_migrate_task() argument
430 probe_wakeup_sched_switch(void *ignore, bool preempt, in probe_wakeup_sched_switch() argument
526 probe_wakeup(void *ignore, struct task_struct *p) in probe_wakeup() argument
Dtrace_syscalls.c571 static void perf_syscall_enter(void *ignore, struct pt_regs *regs, long id) in perf_syscall_enter() argument
671 static void perf_syscall_exit(void *ignore, struct pt_regs *regs, long ret) in perf_syscall_exit() argument
Dfgraph.c426 ftrace_graph_probe_sched_switch(void *ignore, bool preempt, in ftrace_graph_probe_sched_switch() argument
Dring_buffer.c6267 static __init void rb_ipi(void *ignore) in rb_ipi() argument
/kernel/kcsan/
Dkcsan_test.c97 static void probe_console(void *ignore, const char *buf, size_t len) in probe_console() argument
1575 static void register_tracepoints(struct tracepoint *tp, void *ignore) in register_tracepoints() argument
1583 static void unregister_tracepoints(struct tracepoint *tp, void *ignore) in unregister_tracepoints() argument
/kernel/sched/
Dfair.c7729 bool ignore = false; in check_preempt_wakeup() local
7734 trace_android_rvh_check_preempt_wakeup_ignore(curr, &ignore); in check_preempt_wakeup()
7735 if (ignore) in check_preempt_wakeup()
7793 trace_android_rvh_check_preempt_wakeup(rq, p, &preempt, &ignore, in check_preempt_wakeup()
7797 if (ignore) in check_preempt_wakeup()