Home
last modified time | relevance | path

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

/linux/kernel/trace/
A Dfgraph.c652 gops->entryfunc(&trace, gops)) in function_graph_enter()
810 gops->retfunc(&trace, gops); in __ftrace_return_to_handler()
1136 return gops->saved_func(trace, gops); in fgraph_pid_func()
1141 struct fgraph_ops *gops; in fgraph_update_pid_func() local
1210 if (gops) { in ftrace_graph_enable_direct()
1211 func = gops->entryfunc; in ftrace_graph_enable_direct()
1278 gops->idx = i; in register_ftrace_graph()
1302 gops->saved_func = gops->entryfunc; in register_ftrace_graph()
1306 fgraph_array[i] = gops; in register_ftrace_graph()
1326 if (unlikely(gops->idx < 0 || gops->idx >= FGRAPH_ARRAY_SIZE || in unregister_ftrace_graph()
[all …]
A Dtrace_functions_graph.c131 struct fgraph_ops *gops) in trace_graph_entry() argument
242 struct fgraph_ops *gops) in trace_graph_return() argument
272 struct fgraph_ops *gops) in trace_graph_thresh_return() argument
285 trace_graph_return(trace, gops); in trace_graph_thresh_return()
295 struct fgraph_ops *gops; in allocate_fgraph_ops() local
297 gops = kzalloc(sizeof(*gops), GFP_KERNEL); in allocate_fgraph_ops()
298 if (!gops) in allocate_fgraph_ops()
304 tr->gops = gops; in allocate_fgraph_ops()
305 gops->private = tr; in allocate_fgraph_ops()
314 kfree(tr->gops); in free_fgraph_ops()
[all …]
A Dtrace_selftest.c768 struct fgraph_ops gops; member
776 struct fgraph_ops *gops) in store_entry() argument
778 struct fgraph_fixture *fixture = container_of(gops, struct fgraph_fixture, gops); in store_entry()
809 struct fgraph_ops *gops) in store_return() argument
811 struct fgraph_fixture *fixture = container_of(gops, struct fgraph_fixture, gops); in store_return()
908 .gops = {
916 .gops = {
924 .gops = {
932 .gops = {
1027 struct fgraph_ops *gops) in trace_graph_entry_watchdog() argument
[all …]
A Dtrace_irqsoff.c179 struct fgraph_ops *gops) in irqsoff_graph_entry() argument
187 if (ftrace_graph_ignore_func(gops, trace)) in irqsoff_graph_entry()
210 struct fgraph_ops *gops) in irqsoff_graph_return() argument
217 ftrace_graph_addr_finish(gops, trace); in irqsoff_graph_return()
A Dtrace_sched_wakeup.c116 struct fgraph_ops *gops) in wakeup_graph_entry() argument
123 if (ftrace_graph_ignore_func(gops, trace)) in wakeup_graph_entry()
146 struct fgraph_ops *gops) in wakeup_graph_return() argument
152 ftrace_graph_addr_finish(gops, trace); in wakeup_graph_return()
A Dtrace.h407 struct fgraph_ops *gops; member
694 void trace_graph_return(struct ftrace_graph_ret *trace, struct fgraph_ops *gops);
695 int trace_graph_entry(struct ftrace_graph_ent *trace, struct fgraph_ops *gops);
1005 ftrace_graph_addr_finish(struct fgraph_ops *gops, struct ftrace_graph_ret *trace) in ftrace_graph_addr_finish() argument
1007 unsigned long *task_var = fgraph_get_task_var(gops); in ftrace_graph_addr_finish()
1046 static inline void ftrace_graph_addr_finish(struct fgraph_ops *gops, struct ftrace_graph_ret *trace) in ftrace_graph_addr_finish() argument
1053 ftrace_graph_ignore_func(struct fgraph_ops *gops, struct ftrace_graph_ent *trace) in ftrace_graph_ignore_func() argument
1055 unsigned long *task_var = fgraph_get_task_var(gops); in ftrace_graph_ignore_func()
A Dftrace.c824 struct fgraph_ops *gops) in profile_graph_entry() argument
842 struct fgraph_ops *gops) in profile_graph_return() argument
/linux/include/linux/
A Dftrace.h1042 extern int ftrace_graph_entry_stub(struct ftrace_graph_ent *trace, struct fgraph_ops *gops);
1093 unsigned long *fgraph_get_task_var(struct fgraph_ops *gops);
/linux/drivers/clk/nxp/
A Dclk-lpc32xx.c1435 const struct clk_ops *mops = NULL, *dops = NULL, *gops = NULL; in lpc32xx_clk_register() local
1450 gops = gate0->ops; in lpc32xx_clk_register()
1457 gate_hw, gops, lpc32xx_clk->flags); in lpc32xx_clk_register()

Completed in 48 milliseconds