Home
last modified time | relevance | path

Searched refs:profile_id (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/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) in profile_create()
423 prof->prof_id = dtrace_probe_create(profile_id, in profile_create()
740 NULL, &profile_pops, NULL, &profile_id) != 0) in profile_load()
750 if ((error = dtrace_unregister(profile_id)) != 0) in profile_unload()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvalue-prof.cc1250 n->profile_id = coverage_compute_profile_id (n); in init_node_map()
1251 while ((val = cgraph_node_map->get (n->profile_id)) in init_node_map()
1252 || !n->profile_id) in init_node_map()
1258 n->profile_id, in init_node_map()
1261 n->profile_id = (n->profile_id + 1) & 0x7fffffff; in init_node_map()
1264 else if (!n->profile_id) in init_node_map()
1273 else if ((val = cgraph_node_map->get (n->profile_id))) in init_node_map()
1279 n->dump_name (), n->profile_id); in init_node_map()
1283 cgraph_node_map->put (n->profile_id, n); in init_node_map()
1298 find_func_by_profile_id (int profile_id) in find_func_by_profile_id() argument
[all …]
H A Dipa-utils.cc414 if (src->profile_id && !dst->profile_id) in ipa_merge_profiles()
415 dst->profile_id = src->profile_id; in ipa_merge_profiles()
H A Dcoverage.cc331 elt.ident = cgraph_node::get (current_function_decl)->profile_id; in get_coverage_counts()
640 cgraph_node::get (current_function_decl)->profile_id); in coverage_begin_function()
704 item->ident = cgraph_node::get (cfun->decl)->profile_id; in coverage_end_function()
H A Dauto-profile.cc1005 if (direct_call == NULL || !direct_call->profile_id) in afdo_indirect_call()
1021 hist->hvalue.counters[2] = direct_call->profile_id; in afdo_indirect_call()
H A Dtree-profile.cc483 cgraph_node::get (current_function_decl)->profile_id); in gimple_gen_ic_func_profiler()
H A Dcgraph.h886 count_materialization_scale (REG_BR_PROB_BASE), profile_id (0), in cgraph_node()
1430 unsigned int profile_id; member
H A Dlto-cgraph.cc563 streamer_write_hwi_stream (ob->main_stream, node->profile_id); in lto_output_node()
1327 node->profile_id = streamer_read_hwi (ib); in input_node()
H A Dcgraph.cc2140 if (profile_id) in dump()
2142 profile_id); in dump()
H A DChangeLog-2018634 profile_id of the cgraph_node in histogram value's first counter.
H A DChangeLog-201322624 * cgraph.h (cgraph_node): Add profile_id.
H A DChangeLog-201443072 * ipa-utils.c (ipa_merge_profiles): Merge profile_id.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvalue-prof.c1213 n->profile_id = coverage_compute_profile_id (n); in init_node_map()
1214 while ((val = cgraph_node_map->get (n->profile_id)) in init_node_map()
1215 || !n->profile_id) in init_node_map()
1221 n->profile_id, in init_node_map()
1224 n->profile_id = (n->profile_id + 1) & 0x7fffffff; in init_node_map()
1227 else if (!n->profile_id) in init_node_map()
1236 else if ((val = cgraph_node_map->get (n->profile_id))) in init_node_map()
1242 n->dump_name (), n->profile_id); in init_node_map()
1246 cgraph_node_map->put (n->profile_id, n); in init_node_map()
1261 find_func_by_profile_id (int profile_id) in find_func_by_profile_id() argument
[all …]
H A Dipa-utils.c414 if (src->profile_id && !dst->profile_id) in ipa_merge_profiles()
415 dst->profile_id = src->profile_id; in ipa_merge_profiles()
H A Dcoverage.c332 elt.ident = cgraph_node::get (current_function_decl)->profile_id; in get_coverage_counts()
635 cgraph_node::get (current_function_decl)->profile_id); in coverage_begin_function()
696 item->ident = cgraph_node::get (cfun->decl)->profile_id; in coverage_end_function()
H A Dauto-profile.c1005 if (direct_call == NULL || !direct_call->profile_id) in afdo_indirect_call()
1016 hist->hvalue.counters[0] = direct_call->profile_id; in afdo_indirect_call()
H A Dtree-profile.c474 cgraph_node::get (current_function_decl)->profile_id); in gimple_gen_ic_func_profiler()
H A Dcgraph.h933 count_materialization_scale (REG_BR_PROB_BASE), profile_id (0), in cgraph_node()
1483 unsigned int profile_id; member
H A Dlto-cgraph.c561 streamer_write_hwi_stream (ob->main_stream, node->profile_id); in lto_output_node()
1327 node->profile_id = streamer_read_hwi (ib); in input_node()
H A Dcgraph.c2099 if (profile_id) in dump()
2101 profile_id); in dump()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/include/
H A Datomfirmware.h1005 uint8_t profile_id; // SENSOR_PROFILES member