/linux/kernel/trace/ |
H A D | fgraph.c | 411 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() 525 struct fgraph_ops *gops, in ftrace_graph_entry_stub() argument 532 struct fgraph_ops *gops, in ftrace_graph_ret_stub() argument 686 struct fgraph_ops *gops = READ_ONCE(fgraph_array[i]); in function_graph_enter_regs() local 689 if (gops == &fgraph_stub) in function_graph_enter_regs() 693 if (ftrace_ops_test(&gops->ops, func, NULL) && in function_graph_enter_regs() 694 gops->entryfunc(&trace, gops, fregs)) in function_graph_enter_regs() 846 struct fgraph_ops *gops = READ_ONCE(fgraph_array[i]); in __ftrace_return_to_handler() local 848 if (gops == &fgraph_stub) in __ftrace_return_to_handler() [all …]
|
H A D | trace_functions_graph.c | 178 struct fgraph_ops *gops, in trace_graph_entry() argument 181 unsigned long *task_var = fgraph_get_task_var(gops); in trace_graph_entry() 182 struct trace_array *tr = gops->private; in trace_graph_entry() 212 if (ftrace_graph_ignore_func(gops, trace)) in trace_graph_entry() 220 ftimes = fgraph_reserve_data(gops->idx, sizeof(ftimes->calltime)); in trace_graph_entry() 222 ftimes = fgraph_reserve_data(gops->idx, sizeof(*ftimes)); in trace_graph_entry() 314 struct fgraph_ops *gops, struct ftrace_regs *fregs) in trace_graph_return() argument 316 unsigned long *task_var = fgraph_get_task_var(gops); in trace_graph_return() 317 struct trace_array *tr = gops->private; in trace_graph_return() 328 ftrace_graph_addr_finish(gops, trace); in trace_graph_return() [all …]
|
H A D | trace_irqsoff.c | 179 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() 218 struct fgraph_ops *gops, in irqsoff_graph_return() argument 229 ftrace_graph_addr_finish(gops, trace); in irqsoff_graph_return() 235 calltime = fgraph_retrieve_data(gops->idx, &size); in irqsoff_graph_return()
|
H A D | trace_sched_wakeup.c | 116 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() 154 struct fgraph_ops *gops, in wakeup_graph_return() argument 164 ftrace_graph_addr_finish(gops, trace); in wakeup_graph_return() 171 calltime = fgraph_retrieve_data(gops->idx, &size); in wakeup_graph_return()
|
H A D | fprobe.c | 246 static int fprobe_entry(struct ftrace_graph_ent *trace, struct fgraph_ops *gops, in fprobe_entry() argument 280 fgraph_data = fgraph_reserve_data(gops->idx, reserved_words * sizeof(long)); in fprobe_entry() 337 struct fgraph_ops *gops, in fprobe_return() argument 346 fgraph_data = (unsigned long *)fgraph_retrieve_data(gops->idx, &size); in fprobe_return()
|
H A D | trace.h | 411 struct fgraph_ops *gops; member 709 void trace_graph_return(struct ftrace_graph_ret *trace, struct fgraph_ops *gops, 711 int trace_graph_entry(struct ftrace_graph_ent *trace, struct fgraph_ops *gops, 1029 ftrace_graph_addr_finish(struct fgraph_ops *gops, struct ftrace_graph_ret *trace) in ftrace_graph_addr_finish() argument 1031 unsigned long *task_var = fgraph_get_task_var(gops); in ftrace_graph_addr_finish() 1070 static inline void ftrace_graph_addr_finish(struct fgraph_ops *gops, struct ftrace_graph_ret *trace) in ftrace_graph_addr_finish() argument 1078 ftrace_graph_ignore_func(struct fgraph_ops *gops, struct ftrace_graph_ent *trace) in ftrace_graph_ignore_func() argument 1080 unsigned long *task_var = fgraph_get_task_var(gops); in ftrace_graph_ignore_func()
|
H A D | ftrace.c | 819 struct fgraph_ops *gops, in profile_graph_entry() argument 830 profile_data = fgraph_reserve_data(gops->idx, sizeof(*profile_data)); in profile_graph_entry() 842 struct fgraph_ops *gops, in profile_graph_return() argument 858 profile_data = fgraph_retrieve_data(gops->idx, &size); in profile_graph_return() 875 parent_data = fgraph_retrieve_parent_data(gops->idx, &size, 1); in profile_graph_return()
|
/linux/drivers/accel/amdxdna/ |
H A D | aie2_solver.c | 58 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 D | aie2_solver.h | 32 u32 gops; /* Giga operations */ member
|
H A D | aie2_ctx.c | 452 xrs_req->rqos.gops = hwctx->qos.gops; in aie2_alloc_resource()
|
/linux/include/uapi/drm/ |
H A D | amdxdna_accel.h | 51 __u32 gops; member
|
/linux/include/linux/ |
H A D | ftrace.h | 1167 struct fgraph_ops *gops, 1224 unsigned long *fgraph_get_task_var(struct fgraph_ops *gops);
|
/linux/drivers/clk/nxp/ |
H A D | clk-lpc32xx.c | 1435 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()
|