Home
last modified time | relevance | path

Searched refs:identifier (Results 1 – 18 of 18) sorted by relevance

/tools/net/sunrpc/xdrgen/grammars/
A Dxdr.lark6 | "string" identifier "<" [ value ] ">" -> string
10 | type_specifier identifier -> basic
16 | identifier
33 | identifier
48 enum_body : "{" ( identifier "=" value ) ( "," identifier "=" value )* "}"
64 constant_def : "const" identifier "=" value ";"
67 | "enum" identifier enum_body ";" -> enum
68 | "struct" identifier struct_body ";" -> struct
69 | "union" identifier union_body ";" -> union
88 pragma_def : "pragma" directive identifier [ identifier ] ";"
[all …]
/tools/firewire/
A Dnosy-dump.h20 uint32_t identifier:2; member
29 uint32_t identifier:2; member
46 uint32_t identifier:2; member
64 uint32_t identifier:2; member
A Dnosy-dump.c765 switch (pp->common.identifier) { in print_packet()
/tools/include/uapi/linux/
A Dfscrypt.h112 __u8 identifier[FSCRYPT_KEY_IDENTIFIER_SIZE]; member
/tools/perf/util/
A Dstat.h71 bool identifier; member
A Dstat.c747 if (config->identifier) in create_perf_stat_counter()
/tools/testing/selftests/net/forwarding/
A Dvxlan_reserved.sh190 )"1f:6a:"$( : ICMP request identifier
A Dvxlan_bridge_1d.sh593 )"1f:6a:"$( : ICMP request identifier
/tools/perf/Documentation/
A Dperf-stat.txt622 - optional CPU, core, or socket identifier
645 - core : core identifier (with --per-core)
646 - die : die identifier (with --per-die)
647 - socket : socket identifier (with --per-socket)
648 - node : node identifier (with --per-node)
649 - thread : thread identifier (with --per-thread)
A Dperf-inject.txt108 When using perf record in the guest, option --sample-identifier
A Djitdump-specification.txt78 * uint64_t code_index: unique identifier for the jitted code (see below)
A Dperf.data-file-format.txt78 for a executable file name for a pid. An ELF build id is a unique identifier
A Dperf-record.txt366 --sample-identifier::
367 Record the sample identifier i.e. PERF_SAMPLE_IDENTIFIER bit set in
A Dperf-config.txt227 content based identifier that, if available, will be inserted in a
A Dperf-intel-pt.txt1516 …$ sudo perf record -o guest-sideband-testing-guest-perf.data --sample-identifier --buildid-all --s…
/tools/perf/
A Ddesign.txt42 * identifier.
323 __u32 index; /* hardware counter identifier */
A Dbuiltin-stat.c2839 stat_config.identifier = !(STAT_RECORD && perf_stat.data.is_pipe); in cmd_stat()
/tools/net/sunrpc/xdrgen/
A Dxdr_ast.py535 def identifier(self, children): member in ParseToAst

Completed in 35 milliseconds