Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/stm/
H A Dpolicy.c50 void stp_policy_node_get_ranges(struct stp_policy_node *policy_node, in stp_policy_node_get_ranges() argument
54 *mstart = policy_node->first_master; in stp_policy_node_get_ranges()
55 *mend = policy_node->last_master; in stp_policy_node_get_ranges()
56 *cstart = policy_node->first_channel; in stp_policy_node_get_ranges()
57 *cend = policy_node->last_channel; in stp_policy_node_get_ranges()
87 struct stp_policy_node *policy_node = to_stp_policy_node(item); in stp_policy_node_masters_show() local
90 count = sprintf(page, "%u %u\n", policy_node->first_master, in stp_policy_node_masters_show()
91 policy_node->last_master); in stp_policy_node_masters_show()
100 struct stp_policy_node *policy_node = to_stp_policy_node(item); in stp_policy_node_masters_store() local
110 stm = policy_node->policy->stm; in stp_policy_node_masters_store()
[all …]
H A Dcore.c282 struct stp_policy_node *policy_node, in stm_output_assign() argument
292 if (WARN_ON_ONCE(!policy_node)) in stm_output_assign()
299 stp_policy_node_get_ranges(policy_node, &midx, &mend, &cidx, &cend); in stm_output_assign()
315 void *priv = stp_policy_node_priv(policy_node); in stm_output_assign()
/linux/Documentation/trace/
H A Dstm.rst32 This policy is a tree structure containing rules (policy_node) that