Home
last modified time | relevance | path

Searched refs:SETFUNCTIONCONTEXT (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dhwprofile.h56 #define SETFUNCTIONCONTEXT(ucp,funcp) \ macro
74 #define SETFUNCTIONCONTEXT(ucp,funcp) \ macro
83 #define SETFUNCTIONCONTEXT(ucp,funcp) \ macro
H A Dhwprofile.c382 SETFUNCTIONCONTEXT (&expr_dummy_uc, NULL); in init_ucontexts()
386 SETFUNCTIONCONTEXT (&expr_out_of_range_uc, &__collector_hwcs_out_of_range); in init_ucontexts()
390 SETFUNCTIONCONTEXT (&expr_frozen_uc, &__collector_hwcs_frozen); in init_ucontexts()
394 SETFUNCTIONCONTEXT (&expr_nopc_uc, &__collector_not_program_related); in init_ucontexts()
398 SETFUNCTIONCONTEXT (&expr_lostcounts_uc, &__collector_hwc_samples_lost); in init_ucontexts()
H A Dprofile.c272 SETFUNCTIONCONTEXT (context, &__collector_lost_profile_context); in __collector_ext_profile_handler()