Searched refs:profile_id (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/external/cddl/osnet/dev/profile/
H A Dprofile.c268 static dtrace_provider_id_t profile_id; variable
404 if (dtrace_probe_lookup(profile_id, NULL, NULL, name) != 0)
423 prof->prof_id = dtrace_probe_create(profile_id,
740 NULL, &profile_pops, NULL, &profile_id) != 0)
750 if ((error = dtrace_unregister(profile_id)) != 0)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dvalue-prof.c1186 is used to test if profile_id has been created
1213 n->profile_id = coverage_compute_profile_id (n);
1214 while ((val = cgraph_node_map->get (n->profile_id))
1215 || !n->profile_id)
1221 n->profile_id,
1224 n->profile_id = (n->profile_id + 1) & 0x7fffffff;
1227 else if (!n->profile_id)
1236 else if ((val = cgraph_node_map->get (n->profile_id)))
1242 n->dump_name (), n->profile_id);
1261 find_func_by_profile_id(int profile_id) argument
[all...]
H A Dipa-utils.c414 if (src->profile_id && !dst->profile_id)
415 dst->profile_id = src->profile_id;
H A Dcoverage.c334 elt.ident = cgraph_node::get (current_function_decl)->profile_id;
639 cgraph_node::get (current_function_decl)->profile_id);
700 item->ident = cgraph_node::get (cfun->decl)->profile_id;
H A Dauto-profile.c1005 if (direct_call == NULL || !direct_call->profile_id)
1016 hist->hvalue.counters[0] = direct_call->profile_id;
H A Dcgraph.h933 count_materialization_scale (REG_BR_PROB_BASE), profile_id (0),
1483 unsigned int profile_id; variable
H A Dtree-profile.c448 __gcov_indirect_call_profiler_v3 (profile_id, &current_function_decl);
474 cgraph_node::get (current_function_decl)->profile_id);
H A Dlto-cgraph.c561 streamer_write_hwi_stream (ob->main_stream, node->profile_id);
1327 node->profile_id = streamer_read_hwi (ib);
H A Dcgraph.c2099 if (profile_id)
2101 profile_id);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dvalue-prof.cc1223 is used to test if profile_id has been created
1250 n->profile_id = coverage_compute_profile_id (n);
1251 while ((val = cgraph_node_map->get (n->profile_id))
1252 || !n->profile_id)
1258 n->profile_id,
1261 n->profile_id = (n->profile_id + 1) & 0x7fffffff;
1264 else if (!n->profile_id)
1273 else if ((val = cgraph_node_map->get (n->profile_id)))
1279 n->dump_name (), n->profile_id);
1298 find_func_by_profile_id(int profile_id) argument
[all...]
H A Dipa-utils.cc414 if (src->profile_id && !dst->profile_id)
415 dst->profile_id = src->profile_id;
H A Dcoverage.cc333 elt.ident = cgraph_node::get (current_function_decl)->profile_id;
644 cgraph_node::get (current_function_decl)->profile_id);
708 item->ident = cgraph_node::get (cfun->decl)->profile_id;
H A Dauto-profile.cc1005 if (direct_call == NULL || !direct_call->profile_id)
1021 hist->hvalue.counters[2] = direct_call->profile_id;
H A Dcgraph.h883 count_materialization_scale (REG_BR_PROB_BASE), profile_id (0),
1425 unsigned int profile_id; variable
H A Dtree-profile.cc451 __gcov_indirect_call_profiler_v3 (profile_id, &current_function_decl);
477 cgraph_node::get (current_function_decl)->profile_id);
H A Dlto-cgraph.cc563 streamer_write_hwi_stream (ob->main_stream, node->profile_id);
1327 node->profile_id = streamer_read_hwi (ib);
H A Dcgraph.cc2134 if (profile_id)
2136 profile_id);
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/include/
H A Datomfirmware.h1005 uint8_t profile_id; // SENSOR_PROFILES member in struct:atom_camera_dphy_timing_param

Completed in 505 milliseconds