Home
last modified time | relevance | path

Searched refs:get_identifier (Results 1 – 5 of 5) sorted by relevance

/linux/scripts/gcc-plugins/
H A Dstackleak_plugin.c160 if (lookup_attribute_spec(get_identifier("no_caller_saved_registers"))) in add_stack_tracking()
423 if (lookup_attribute_spec(get_identifier("no_caller_saved_registers"))) in stackleak_cleanup_execute()
H A Dgcc-common.h131 TYPE_ATTRIBUTES(type) = tree_cons(get_identifier(attr), args, TYPE_ATTRIBUTES(type)); in __add_type_attr()
H A Dlatent_entropy_plugin.c552 id = get_identifier("latent_entropy"); in latent_entropy_start_unit()
/linux/drivers/perf/arm_cspmu/
H A Darm_cspmu.h179 const char *(*get_identifier)(const struct arm_cspmu *cspmu); member
H A Darm_cspmu.c406 DEFAULT_IMPL_OP(get_identifier), in arm_cspmu_init_impl_ops()
497 cspmu->identifier = impl_ops->get_identifier(cspmu); in arm_cspmu_alloc_attr_groups()