Home
last modified time | relevance | path

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

/tools/bpf/bpftool/
A Djson_writer.h52 void jsonw_string_field(json_writer_t *self, const char *prop, const char *val);
53 void jsonw_bool_field(json_writer_t *self, const char *prop, bool value);
54 void jsonw_float_field(json_writer_t *self, const char *prop, double num);
55 void jsonw_uint_field(json_writer_t *self, const char *prop, uint64_t num);
56 void jsonw_hu_field(json_writer_t *self, const char *prop, unsigned short num);
57 void jsonw_int_field(json_writer_t *self, const char *prop, int64_t num);
58 void jsonw_null_field(json_writer_t *self, const char *prop);
59 void jsonw_lluint_field(json_writer_t *self, const char *prop,
61 void jsonw_float_field_fmt(json_writer_t *self, const char *prop,
A Djson_writer.c249 jsonw_name(self, prop); in jsonw_string_field()
255 jsonw_name(self, prop); in jsonw_bool_field()
262 jsonw_name(self, prop); in jsonw_float_field()
268 const char *prop, in jsonw_float_field_fmt() argument
272 jsonw_name(self, prop); in jsonw_float_field_fmt()
278 jsonw_name(self, prop); in jsonw_uint_field()
284 jsonw_name(self, prop); in jsonw_hu_field()
289 const char *prop, in jsonw_lluint_field() argument
292 jsonw_name(self, prop); in jsonw_lluint_field()
298 jsonw_name(self, prop); in jsonw_int_field()
[all …]
/tools/memory-model/
A Dlinux-kernel.cat102 let prop = [Marked] ; (overwrite & ext)? ; cumul-fence* ;
107 * No fences needed here for prop because relation confined to one process.
109 let hb = [Marked] ; (ppo | rfe | ((prop \ id) & int)) ; [Marked]
117 let pb = prop ; strong-fence ; hb* ; [Marked]
144 let rcu-link = po? ; hb* ; pb* ; prop ; po
169 let rb = prop ; rcu-fence ; hb* ; pb* ; [Marked]
/tools/memory-model/Documentation/
A Dexplanation.txt1276 cache coherence. The relation is called prop, and it links two events
1329 case there is a prop link from P0's first read event to its second,
1333 Less trivial examples of prop all involve fences. Unlike the simple
1356 stores. If r1 = 1 and r2 = 0 at the end then there is a prop link
1363 The prop link says that in order to obtain the r1 = 1, r2 = 0 result,
1375 prop relation would give an hb link from the second load to the first.
1380 The formal definition of the prop relation involves a coe or fre link,
1499 Note that this pb link is not included in hb as an instance of prop,
2351 point most of the relations defined by the LKMM (ppo, hb, prop,
2694 definition of the prop relation makes the initial coe or fre part
[all …]
/tools/power/pm-graph/
A Dsleepgraph.py1248 for prop in info.split('\n'):
1249 if prop.startswith('DRIVER=') or prop.startswith('PCI_ID='):
1250 vals.append(prop.split('=')[-1])
6695 for prop in val[1:-1].split(','):
6696 p = prop.split('=')

Completed in 19 milliseconds