Searched refs:hb (Results 1 – 5 of 5) sorted by relevance
/tools/perf/ui/browsers/ |
D | hists.c | 51 static void hist_browser__update_nr_entries(struct hist_browser *hb); 56 static bool hist_browser__has_filter(struct hist_browser *hb) in hist_browser__has_filter() argument 58 return hists__has_filter(hb->hists) || hb->min_pcnt || symbol_conf.has_filter || hb->c2c_filter; in hist_browser__has_filter() 79 static void hist_browser__set_title_space(struct hist_browser *hb) in hist_browser__set_title_space() argument 81 struct ui_browser *browser = &hb->b; in hist_browser__set_title_space() 82 struct hists *hists = hb->hists; in hist_browser__set_title_space() 85 browser->extra_title_lines = hb->show_headers ? hpp_list->nr_header_lines : 0; in hist_browser__set_title_space() 88 static u32 hist_browser__nr_entries(struct hist_browser *hb) in hist_browser__nr_entries() argument 93 nr_entries = hb->nr_hierarchy_entries; in hist_browser__nr_entries() 94 else if (hist_browser__has_filter(hb)) in hist_browser__nr_entries() [all …]
|
/tools/memory-model/ |
D | linux-kernel.cfg | 17 edgeattr hb,color,indigo
|
D | linux-kernel.cat | 86 let hb = [Marked] ; (ppo | rfe | ((prop \ id) & int)) ; [Marked] 87 acyclic hb as happens-before 94 let pb = prop ; strong-fence ; hb* ; [Marked] 121 let rcu-link = po? ; hb* ; pb* ; prop ; po 146 let rb = prop ; rcu-fence ; hb* ; pb* ; [Marked] 155 * let xb = hb | pb | rb 169 let xbstar = (hb | pb | rb)*
|
/tools/perf/ |
D | builtin-c2c.c | 2253 static void c2c_browser__update_nr_entries(struct hist_browser *hb) in c2c_browser__update_nr_entries() argument 2256 struct rb_node *nd = rb_first_cached(&hb->hists->entries); in c2c_browser__update_nr_entries() 2267 hb->nr_non_filtered_entries = nr_entries; in c2c_browser__update_nr_entries() 2271 struct hist_browser hb; member 2283 cl_browser = container_of(browser, struct c2c_cacheline_browser, hb); in perf_c2c_cacheline_browser__title() 2300 hist_browser__init(&browser->hb, hists); in c2c_cacheline_browser__new() 2301 browser->hb.c2c_filter = true; in c2c_cacheline_browser__new() 2302 browser->hb.title = perf_c2c_cacheline_browser__title; in c2c_cacheline_browser__new() 2335 browser = &cl_browser->hb; in perf_c2c__browse_cacheline()
|
/tools/memory-model/Documentation/ |
D | explanation.txt | 28 20. THE HAPPENS-BEFORE RELATION: hb 1160 THE HAPPENS-BEFORE RELATION: hb 1163 The happens-before relation (hb) links memory accesses that have to 1164 execute in a certain order. hb includes the ppo relation and two 1170 must have executed before R, and so we have W ->hb R. 1178 hb, despite their similarities to rfe. For example, suppose we have 1190 The third relation included in hb is like ppo, in that it only links 1290 would generate a cycle in the hb relation: The fence would create a ppo 1291 link (hence an hb link) from the first load to the second, and the 1292 prop relation would give an hb link from the second load to the first. [all …]
|