Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dfgraph.c411 unsigned long *fgraph_get_task_var(struct fgraph_ops *gops) in fgraph_get_task_var() argument
413 return ret_stack_get_task_var(current, gops->idx); in fgraph_get_task_var()
522 struct fgraph_ops *gops, in ftrace_graph_entry_stub() argument
529 struct fgraph_ops *gops, in ftrace_graph_ret_stub() argument
683 struct fgraph_ops *gops = READ_ONCE(fgraph_array[i]); in function_graph_enter_regs() local
686 if (gops == &fgraph_stub) in function_graph_enter_regs()
690 if (ftrace_ops_test(&gops->ops, func, NULL) && in function_graph_enter_regs()
691 gops->entryfunc(&trace, gops, fregs)) in function_graph_enter_regs()
853 struct fgraph_ops *gops = READ_ONCE(fgraph_array[i]); in __ftrace_return_to_handler() local
855 if (gops == &fgraph_stub) in __ftrace_return_to_handler()
[all …]
H A Dtrace_functions_graph.c226 struct fgraph_ops *gops, in graph_entry() argument
229 unsigned long *task_var = fgraph_get_task_var(gops); in graph_entry()
230 struct trace_array *tr = gops->private; in graph_entry()
254 if (ftrace_graph_ignore_func(gops, trace)) in graph_entry()
262 ftimes = fgraph_reserve_data(gops->idx, sizeof(*ftimes)); in graph_entry()
267 ftimes = fgraph_reserve_data(gops->idx, sizeof(ftimes->calltime)); in graph_entry()
295 struct fgraph_ops *gops, in trace_graph_entry() argument
298 return graph_entry(trace, gops, NULL); in trace_graph_entry()
302 struct fgraph_ops *gops, in trace_graph_entry_args() argument
305 return graph_entry(trace, gops, fregs); in trace_graph_entry_args()
[all …]
H A Dtrace_selftest.c769 struct fgraph_ops gops; member
777 struct fgraph_ops *gops, in store_entry() argument
780 struct fgraph_fixture *fixture = container_of(gops, struct fgraph_fixture, gops); in store_entry()
785 p = fgraph_reserve_data(gops->idx, size); in store_entry()
811 struct fgraph_ops *gops, in store_return() argument
814 struct fgraph_fixture *fixture = container_of(gops, struct fgraph_fixture, gops); in store_return()
821 p = fgraph_retrieve_data(gops->idx, &size); in store_return()
873 return ftrace_set_filter(&fixture->gops.ops, func_name, len, 1); in init_fgraph_fixture()
891 ret = register_ftrace_graph(&fixture->gops); in test_graph_storage_single()
899 unregister_ftrace_graph(&fixture->gops); in test_graph_storage_single()
[all …]
H A Dtrace_irqsoff.c179 struct fgraph_ops *gops, in irqsoff_graph_entry() argument
189 if (ftrace_graph_ignore_func(gops, trace)) in irqsoff_graph_entry()
204 calltime = fgraph_reserve_data(gops->idx, sizeof(*calltime)); in irqsoff_graph_entry()
216 struct fgraph_ops *gops, in irqsoff_graph_return() argument
227 ftrace_graph_addr_finish(gops, trace); in irqsoff_graph_return()
233 calltime = fgraph_retrieve_data(gops->idx, &size); in irqsoff_graph_return()
H A Dtrace_sched_wakeup.c116 struct fgraph_ops *gops, in wakeup_graph_entry() argument
125 if (ftrace_graph_ignore_func(gops, trace)) in wakeup_graph_entry()
140 calltime = fgraph_reserve_data(gops->idx, sizeof(*calltime)); in wakeup_graph_entry()
152 struct fgraph_ops *gops, in wakeup_graph_return() argument
162 ftrace_graph_addr_finish(gops, trace); in wakeup_graph_return()
169 calltime = fgraph_retrieve_data(gops->idx, &size); in wakeup_graph_return()
H A Dtrace.h426 struct fgraph_ops *gops; member
749 void trace_graph_return(struct ftrace_graph_ret *trace, struct fgraph_ops *gops,
751 int trace_graph_entry(struct ftrace_graph_ent *trace, struct fgraph_ops *gops,
1073 ftrace_graph_addr_finish(struct fgraph_ops *gops, struct ftrace_graph_ret *trace) in ftrace_graph_addr_finish() argument
1075 unsigned long *task_var = fgraph_get_task_var(gops); in ftrace_graph_addr_finish()
1114 static inline void ftrace_graph_addr_finish(struct fgraph_ops *gops, struct ftrace_graph_ret *trace) in ftrace_graph_addr_finish() argument
1123 ftrace_graph_ignore_func(struct fgraph_ops *gops, struct ftrace_graph_ent *trace) in ftrace_graph_ignore_func() argument
1125 unsigned long *task_var = fgraph_get_task_var(gops); in ftrace_graph_ignore_func()
H A Dfprobe.c373 static int fprobe_fgraph_entry(struct ftrace_graph_ent *trace, struct fgraph_ops *gops, in fprobe_fgraph_entry() argument
405 fgraph_data = fgraph_reserve_data(gops->idx, reserved_words * sizeof(long)); in fprobe_fgraph_entry()
462 struct fgraph_ops *gops, in fprobe_return() argument
471 fgraph_data = (unsigned long *)fgraph_retrieve_data(gops->idx, &size); in fprobe_return()
H A Dftrace.c843 struct fgraph_ops *gops, in profile_graph_entry() argument
854 profile_data = fgraph_reserve_data(gops->idx, sizeof(*profile_data)); in profile_graph_entry()
868 struct fgraph_ops *gops, in profile_graph_return() argument
884 profile_data = fgraph_retrieve_data(gops->idx, &size); in profile_graph_return()
901 parent_data = fgraph_retrieve_parent_data(gops->idx, &size, 1); in profile_graph_return()
4426 struct fgraph_ops *gops; in print_subops() local
4428 gops = container_of(subops, struct fgraph_ops, ops); in print_subops()
4430 (void *)gops->entryfunc, in print_subops()
4431 (void *)gops->retfunc); in print_subops()
/linux/drivers/accel/amdxdna/
H A Daie2_solver.c58 return rqos->fps * rqos->gops; in calculate_gops()
60 return service_rate * rqos->gops; in calculate_gops()
106 if (rqos->gops > 0 && (rqos->fps > 0 || rqos->latency > 0)) in is_valid_qos_dpm_params()
H A Daie2_solver.h32 u32 gops; /* Giga operations */ member
/linux/include/linux/
H A Dftrace.h1207 struct fgraph_ops *gops,
1264 unsigned long *fgraph_get_task_var(struct fgraph_ops *gops);
/linux/drivers/clk/nxp/
H A Dclk-lpc32xx.c1441 const struct clk_ops *mops = NULL, *dops = NULL, *gops = NULL; in lpc32xx_clk_register() local
1456 gops = gate0->ops; in lpc32xx_clk_register()
1463 gate_hw, gops, lpc32xx_clk->flags); in lpc32xx_clk_register()