/kernel/trace/ |
D | trace_functions.c | 39 struct ftrace_ops *ops; in allocate_ftrace_ops() local 281 static void update_traceon_count(struct ftrace_probe_ops *ops, in update_traceon_count() 344 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceon_count() 352 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceoff_count() 360 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceon() 371 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceoff() 415 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_stacktrace() 423 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_stacktrace_count() 463 static int update_count(struct ftrace_probe_ops *ops, unsigned long ip, in update_count() 483 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_dump_probe() [all …]
|
D | trace_events_trigger.c | 411 int event_trigger_init(struct event_trigger_ops *ops, in event_trigger_init() 429 event_trigger_free(struct event_trigger_ops *ops, in event_trigger_free() 534 static int register_trigger(char *glob, struct event_trigger_ops *ops, in register_trigger() 581 static void unregister_trigger(char *glob, struct event_trigger_ops *ops, in unregister_trigger() 979 traceon_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in traceon_trigger_print() 987 traceoff_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in traceoff_trigger_print() 1025 struct event_trigger_ops *ops; in onoff_get_trigger_ops() local 1086 register_snapshot_trigger(char *glob, struct event_trigger_ops *ops, in register_snapshot_trigger() 1101 snapshot_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in snapshot_trigger_print() 1190 stacktrace_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in stacktrace_trigger_print() [all …]
|
D | ftrace_internal.h | 43 # define ftrace_startup(ops, command) \ argument 50 # define ftrace_shutdown(ops, command) \ argument 58 ftrace_ops_test(struct ftrace_ops *ops, unsigned long ip, void *regs) in ftrace_ops_test()
|
D | ftrace.c | 98 static bool ftrace_pids_enabled(struct ftrace_ops *ops) in ftrace_pids_enabled() 133 static inline void ftrace_ops_init(struct ftrace_ops *ops) in ftrace_ops_init() 172 static ftrace_func_t ftrace_ops_get_list_func(struct ftrace_ops *ops) in ftrace_ops_get_list_func() 265 struct ftrace_ops *ops) in add_ftrace_ops() 279 struct ftrace_ops *ops) in remove_ftrace_ops() 308 int __register_ftrace_function(struct ftrace_ops *ops) in __register_ftrace_function() 349 int __unregister_ftrace_function(struct ftrace_ops *ops) in __unregister_ftrace_function() 761 struct ftrace_ops *ops, struct pt_regs *regs) in function_profile_call() 1028 struct ftrace_ops ops; member 1269 void ftrace_free_filter(struct ftrace_ops *ops) in ftrace_free_filter() [all …]
|
D | trace_dynevent.h | 63 struct dyn_event_operations *ops; member 69 int dyn_event_init(struct dyn_event *ev, struct dyn_event_operations *ops) in dyn_event_init()
|
D | trace_sched_switch.c | 90 static void tracing_start_sched_switch(int ops) in tracing_start_sched_switch() 110 static void tracing_stop_sched_switch(int ops) in tracing_stop_sched_switch()
|
D | trace_event_perf.c | 435 struct ftrace_ops *ops, struct pt_regs *pt_regs) in perf_ftrace_function_call() 478 struct ftrace_ops *ops = &event->ftrace_ops; in perf_ftrace_function_register() local 489 struct ftrace_ops *ops = &event->ftrace_ops; in perf_ftrace_function_unregister() local
|
D | trace_dynevent.c | 21 int dyn_event_register(struct dyn_event_operations *ops) in dyn_event_register() 80 struct dyn_event_operations *ops; in create_dyn_event() local
|
D | trace_events.c | 2528 struct trace_array *tr, struct ftrace_probe_ops *ops, in event_enable_probe() 2545 struct trace_array *tr, struct ftrace_probe_ops *ops, in event_enable_count_probe() 2573 struct ftrace_probe_ops *ops, void *data) in event_enable_print() 2602 event_enable_init(struct ftrace_probe_ops *ops, struct trace_array *tr, in event_enable_init() 2640 event_enable_free(struct ftrace_probe_ops *ops, struct trace_array *tr, in event_enable_free() 2697 struct ftrace_probe_ops *ops; in event_enable_func() local
|
D | trace_stack.c | 500 struct ftrace_ops *ops = inode->i_private; in stack_trace_filter_open() local
|
D | trace_events_filter.c | 43 static const char * ops[] = { OPS }; variable 1902 struct ftrace_ops *ops; member 1928 static int ftrace_function_set_regexp(struct ftrace_ops *ops, int filter, in ftrace_function_set_regexp()
|
D | tracing_map.h | 191 const struct tracing_map_ops *ops; member
|
D | trace.h | 313 struct ftrace_ops *ops; member 1149 #define ftrace_create_filter_files(ops, parent) do { } while (0) argument 1150 #define ftrace_destroy_filter_files(ops) do { } while (0) argument 1522 unsigned short *ops; member 1601 struct event_trigger_ops *ops; member
|
D | trace_events_hist.c | 5619 struct event_trigger_ops *ops, in event_hist_trigger_print() 5727 static int event_hist_trigger_init(struct event_trigger_ops *ops, in event_hist_trigger_init() 5755 static void event_hist_trigger_free(struct event_trigger_ops *ops, in event_hist_trigger_free() 5785 static int event_hist_trigger_named_init(struct event_trigger_ops *ops, in event_hist_trigger_named_init() 5797 static void event_hist_trigger_named_free(struct event_trigger_ops *ops, in event_hist_trigger_named_free() 5930 static int hist_register_trigger(char *glob, struct event_trigger_ops *ops, in hist_register_trigger() 6082 static void hist_unregister_trigger(char *glob, struct event_trigger_ops *ops, in hist_unregister_trigger() 6421 struct event_trigger_ops *ops; in hist_enable_get_trigger_ops() local
|
/kernel/dma/ |
D | mapping.c | 154 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_get_sgtable_attrs() local 234 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_can_mmap() local 263 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_mmap_attrs() local 276 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_get_required_mask() local 298 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_alloc_attrs() local 324 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_free_attrs() local 350 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_supported() local 404 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_cache_sync() local 417 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_max_mapping_size() local 431 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_get_merge_boundary() local
|
D | coherent.c | 362 const struct reserved_mem_ops *ops; in dma_init_reserved_memory() local
|
/kernel/livepatch/ |
D | patch.c | 27 struct klp_ops *ops; in klp_find_ops() local 45 struct klp_ops *ops; in klp_ftrace_handler() local 137 struct klp_ops *ops; in klp_unpatch_func() local 171 struct klp_ops *ops; in klp_patch_func() local
|
D | transition.c | 197 struct klp_ops *ops; in klp_check_stack_func() local
|
/kernel/irq/ |
D | msi.c | 142 struct msi_domain_ops *ops = info->ops; in msi_domain_alloc() local 247 struct msi_domain_ops *ops = info->ops; in msi_domain_update_dom_ops() local 305 struct msi_domain_ops *ops = info->ops; in msi_domain_prepare_irqs() local 319 struct msi_domain_ops *ops = info->ops; in msi_domain_populate_irqs() local 403 struct msi_domain_ops *ops = info->ops; in msi_domain_alloc_irqs() local
|
D | irqdomain.c | 132 const struct irq_domain_ops *ops, in __irq_domain_add() 321 const struct irq_domain_ops *ops, in irq_domain_add_simple() 365 const struct irq_domain_ops *ops, in irq_domain_add_legacy() 1053 const struct irq_domain_ops *ops, in irq_domain_create_hierarchy()
|
/kernel/power/ |
D | suspend.c | 77 void s2idle_set_ops(const struct platform_s2idle_ops *ops) in s2idle_set_ops() 203 void suspend_set_ops(const struct platform_suspend_ops *ops) in suspend_set_ops()
|
D | hibernate.c | 79 void hibernation_set_ops(const struct platform_hibernation_ops *ops) in hibernation_set_ops()
|
/kernel/bpf/ |
D | offload.c | 36 const struct bpf_prog_offload_ops *ops; member 181 const struct bpf_prog_offload_ops *ops; in bpf_prog_offload_replace_insn() local 673 bpf_offload_dev_create(const struct bpf_prog_offload_ops *ops, void *priv) in bpf_offload_dev_create()
|
/kernel/locking/ |
D | lockdep_internals.h | 230 unsigned long ops = 0; in debug_class_ops_read() local
|
/kernel/ |
D | taskstats.c | 664 static int taskstats_pre_doit(const struct genl_ops *ops, struct sk_buff *skb, in taskstats_pre_doit()
|