| /linux-6.15/kernel/trace/ |
| H A D | fgraph.c | 694 gops->entryfunc(&trace, gops, fregs)) in function_graph_enter_regs() 851 gops->retfunc(&trace, gops, fregs); in __ftrace_return_to_handler() 1203 return gops->saved_func(trace, gops, fregs); in fgraph_pid_func() 1208 struct fgraph_ops *gops; in fgraph_update_pid_func() local 1283 if (gops) { in ftrace_graph_enable_direct() 1284 func = gops->entryfunc; in ftrace_graph_enable_direct() 1359 gops->idx = i; in register_ftrace_graph() 1383 gops->saved_func = gops->entryfunc; in register_ftrace_graph() 1387 fgraph_array[i] = gops; in register_ftrace_graph() 1407 if (unlikely(gops->idx < 0 || gops->idx >= FGRAPH_ARRAY_SIZE || in unregister_ftrace_graph() [all …]
|
| H A D | trace_functions_graph.c | 200 struct fgraph_ops *gops, in graph_entry() argument 280 struct fgraph_ops *gops, in trace_graph_entry() argument 287 struct fgraph_ops *gops, in trace_graph_entry_args() argument 424 struct fgraph_ops *gops; in allocate_fgraph_ops() local 426 gops = kzalloc(sizeof(*gops), GFP_KERNEL); in allocate_fgraph_ops() 427 if (!gops) in allocate_fgraph_ops() 433 tr->gops = gops; in allocate_fgraph_ops() 434 gops->private = tr; in allocate_fgraph_ops() 443 kfree(tr->gops); in free_fgraph_ops() 448 tr->gops = &funcgraph_ops; in init_array_fgraph_ops() [all …]
|
| H A D | trace_selftest.c | 769 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() 811 struct fgraph_ops *gops, in store_return() argument 814 struct fgraph_fixture *fixture = container_of(gops, struct fgraph_fixture, gops); in store_return() 899 unregister_ftrace_graph(&fixture->gops); in test_graph_storage_single() 911 .gops = { 919 .gops = { 927 .gops = { 935 .gops = { [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 | 249 static int fprobe_entry(struct ftrace_graph_ent *trace, struct fgraph_ops *gops, in fprobe_entry() argument 283 fgraph_data = fgraph_reserve_data(gops->idx, reserved_words * sizeof(long)); in fprobe_entry() 340 struct fgraph_ops *gops, in fprobe_return() argument 349 fgraph_data = (unsigned long *)fgraph_retrieve_data(gops->idx, &size); in fprobe_return()
|
| H A D | trace.h | 421 struct fgraph_ops *gops; member 724 void trace_graph_return(struct ftrace_graph_ret *trace, struct fgraph_ops *gops, 726 int trace_graph_entry(struct ftrace_graph_ent *trace, struct fgraph_ops *gops, 1049 ftrace_graph_addr_finish(struct fgraph_ops *gops, struct ftrace_graph_ret *trace) in ftrace_graph_addr_finish() argument 1051 unsigned long *task_var = fgraph_get_task_var(gops); in ftrace_graph_addr_finish() 1090 static inline void ftrace_graph_addr_finish(struct fgraph_ops *gops, struct ftrace_graph_ret *trace) in ftrace_graph_addr_finish() argument 1098 ftrace_graph_ignore_func(struct fgraph_ops *gops, struct ftrace_graph_ent *trace) in ftrace_graph_ignore_func() argument 1100 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-6.15/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 | 455 xrs_req->rqos.gops = hwctx->qos.gops; in aie2_alloc_resource()
|
| /linux-6.15/include/uapi/drm/ |
| H A D | amdxdna_accel.h | 51 __u32 gops; member
|
| /linux-6.15/include/linux/ |
| H A D | ftrace.h | 1167 struct fgraph_ops *gops, 1224 unsigned long *fgraph_get_task_var(struct fgraph_ops *gops);
|
| /linux-6.15/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()
|