/netbsd-src/external/cddl/osnet/dev/profile/ |
H A D | profile.c | 268 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 D | value-prof.cc | 1250 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 D | ipa-utils.cc | 414 if (src->profile_id && !dst->profile_id) in ipa_merge_profiles() 415 dst->profile_id = src->profile_id; in ipa_merge_profiles()
|
H A D | coverage.cc | 331 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 D | auto-profile.cc | 1005 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 D | tree-profile.cc | 483 cgraph_node::get (current_function_decl)->profile_id); in gimple_gen_ic_func_profiler()
|
H A D | cgraph.h | 886 count_materialization_scale (REG_BR_PROB_BASE), profile_id (0), in cgraph_node() 1430 unsigned int profile_id; member
|
H A D | lto-cgraph.cc | 563 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 D | cgraph.cc | 2140 if (profile_id) in dump() 2142 profile_id); in dump()
|
H A D | ChangeLog-2018 | 634 profile_id of the cgraph_node in histogram value's first counter.
|
H A D | ChangeLog-2013 | 22624 * cgraph.h (cgraph_node): Add profile_id.
|
H A D | ChangeLog-2014 | 43072 * ipa-utils.c (ipa_merge_profiles): Merge profile_id.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | value-prof.c | 1213 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 D | ipa-utils.c | 414 if (src->profile_id && !dst->profile_id) in ipa_merge_profiles() 415 dst->profile_id = src->profile_id; in ipa_merge_profiles()
|
H A D | coverage.c | 332 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 D | auto-profile.c | 1005 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 D | tree-profile.c | 474 cgraph_node::get (current_function_decl)->profile_id); in gimple_gen_ic_func_profiler()
|
H A D | cgraph.h | 933 count_materialization_scale (REG_BR_PROB_BASE), profile_id (0), in cgraph_node() 1483 unsigned int profile_id; member
|
H A D | lto-cgraph.c | 561 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 D | cgraph.c | 2099 if (profile_id) in dump() 2101 profile_id); in dump()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/include/ |
H A D | atomfirmware.h | 1005 uint8_t profile_id; // SENSOR_PROFILES member
|