Searched refs:bracket (Results 1 – 12 of 12) sorted by relevance
| /linux/tools/perf/ui/browsers/ |
| H A D | annotate-data.c | 121 struct browser_entry *bracket; in add_child_entries() local 123 bracket = zalloc(sizeof(*bracket)); in add_child_entries() 124 if (bracket == NULL) in add_child_entries() 127 bracket->indent = indent; in add_child_entries() 128 bracket->parent = entry; in add_child_entries() 129 bracket->folded = true; in add_child_entries() 130 bracket->nr_entries = 1; in add_child_entries() 132 INIT_LIST_HEAD(&bracket->children); in add_child_entries() 133 list_add_tail(&bracket->node, &entry->children); in add_child_entries()
|
| /linux/rust/syn/ |
| H A D | mac.rs | 213 MacroDelimiter::Bracket(bracket) => (Delimiter::Bracket, bracket.span), in surround()
|
| H A D | item.rs | 3199 MacroDelimiter::Bracket(bracket) => { in to_tokens() 3200 bracket.surround(tokens, |tokens| self.mac.tokens.to_tokens(tokens)); in to_tokens()
|
| /linux/fs/afs/ |
| H A D | addr_prefs.c | 77 bool bracket = false; in afs_parse_address() local 81 bracket = true; in afs_parse_address() 111 if (bracket) { in afs_parse_address()
|
| /linux/kernel/trace/ |
| H A D | trace_events_user.c | 1017 char *bracket; in user_field_array_size() local 1026 bracket = strchr(val, ']'); in user_field_array_size() 1028 if (!bracket) in user_field_array_size() 1031 *bracket = '\0'; in user_field_array_size()
|
| /linux/tools/perf/util/ |
| H A D | session.c | 2623 char *bracket; in map__set_kallsyms_ref_reloc_sym() local 2637 bracket = strchr(ref->name, ']'); in map__set_kallsyms_ref_reloc_sym() 2638 if (bracket) in map__set_kallsyms_ref_reloc_sym() 2639 *bracket = '\0'; in map__set_kallsyms_ref_reloc_sym()
|
| /linux/LICENSES/deprecated/ |
| H A D | GFDL-1.2 | 334 covers that bracket the Document within the aggregate, or the 336 Otherwise they must appear on printed covers that bracket the whole
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
| H A D | gpc.fuc | 27 * - bracket certain functions with scratch writes, useful for debugging
|
| /linux/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 1821 self.bracket = VerticalBracketGraphicsItem(self) 1866 self.bracket.setPos(x, y) 1867 self.bracket.SetSize(width, height) 1868 self.bracket.show() 1870 self.bracket.hide()
|
| /linux/Documentation/dev-tools/ |
| H A D | checkpatch.rst | 1096 Whitespace before opening bracket '[' is prohibited. 1195 while should follow the closing bracket on the same line::
|
| /linux/Documentation/trace/ |
| H A D | ftrace.rst | 1441 only a closing curly bracket "}" is displayed for 2660 the closing bracket line of a function or on the same line 2774 The function name is always displayed after the closing bracket 2778 Display of the function name after the closing bracket may be
|
| /linux/Documentation/admin-guide/ |
| H A D | spkguide.txt | 1540 covers that bracket the Document within the aggregate, or the 1542 Otherwise they must appear on printed covers that bracket the whole
|