Searched refs:identifier (Results 1 – 18 of 18) sorted by relevance
6 | "string" identifier "<" [ value ] ">" -> string10 | type_specifier identifier -> basic16 | identifier33 | identifier48 enum_body : "{" ( identifier "=" value ) ( "," identifier "=" value )* "}"64 constant_def : "const" identifier "=" value ";"67 | "enum" identifier enum_body ";" -> enum68 | "struct" identifier struct_body ";" -> struct69 | "union" identifier union_body ";" -> union88 pragma_def : "pragma" directive identifier [ identifier ] ";"[all …]
20 uint32_t identifier:2; member29 uint32_t identifier:2; member46 uint32_t identifier:2; member64 uint32_t identifier:2; member
765 switch (pp->common.identifier) { in print_packet()
112 __u8 identifier[FSCRYPT_KEY_IDENTIFIER_SIZE]; member
71 bool identifier; member
747 if (config->identifier) in create_perf_stat_counter()
190 )"1f:6a:"$( : ICMP request identifier
593 )"1f:6a:"$( : ICMP request identifier
622 - optional CPU, core, or socket identifier645 - 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)
108 When using perf record in the guest, option --sample-identifier
78 * uint64_t code_index: unique identifier for the jitted code (see below)
78 for a executable file name for a pid. An ELF build id is a unique identifier
366 --sample-identifier::367 Record the sample identifier i.e. PERF_SAMPLE_IDENTIFIER bit set in
227 content based identifier that, if available, will be inserted in a
1516 …$ sudo perf record -o guest-sideband-testing-guest-perf.data --sample-identifier --buildid-all --s…
42 * identifier.323 __u32 index; /* hardware counter identifier */
2839 stat_config.identifier = !(STAT_RECORD && perf_stat.data.is_pipe); in cmd_stat()
535 def identifier(self, children): member in ParseToAst
Completed in 35 milliseconds